This repository was archived by the owner on Nov 13, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3640The instructions for building this branch are the same as the upstream, and are documented below.
You can’t perform that action at this time.
0 commit comments