Skip to content
This repository was archived by the owner on Nov 13, 2019. It is now read-only.

Commit 5637e19

Browse files
committed
README formatting.
1 parent 8755699 commit 5637e19

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This branch (`develop-wip`) contains features not yet merged into the [upstream
44
* detecting and preventing recursions while resolving relationships ([#28](https://github.com/jasminb/jsonapi-converter/issues/28))
55
* correctly parsing `to-many` and `to-one` responses while resolving relationships ([#30](https://github.com/jasminb/jsonapi-converter/issues/30))
66
* supports storing relationship urls as string references ([#31](https://github.com/jasminb/jsonapi-converter/issues/31))
7+
78
<pre>
89
@Types("node")
910
class Node {
@@ -17,7 +18,9 @@ This branch (`develop-wip`) contains features not yet merged into the [upstream
1718
// ...
1819
}
1920
</pre>
21+
2022
* supports the modeling of JSON-API "links" objects using the new `Links` annotation
23+
2124
<pre>
2225
@Types("node")
2326
class Node {
@@ -31,6 +34,7 @@ This branch (`develop-wip`) contains features not yet merged into the [upstream
3134
// ...
3235
}
3336
</pre>
37+
3438
* Collections now expose pagination and meta information via `ResourceList` class
3539

3640
The instructions for building this branch are the same as the upstream, and are documented below.

0 commit comments

Comments
 (0)