Skip to content

Commit ffc4cc7

Browse files
committed
Fix documentation
1 parent c76566f commit ffc4cc7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ JSONAPI support for loopback.
1212
[http://jsonapi.org/](http://jsonapi.org/)
1313

1414
## Status
15-
This project is a work in progress. Consider it beta software. For ember users, this should be basically.
16-
The functionality that is present is pretty well tested. 100+ integration tests and counting!
15+
This project is a work in progress. Consider it beta software. For ember users, the component
16+
should now be basically feature complete. Please test and report any issues.
17+
The functionality that is present is pretty well tested. 130+ integration tests and counting!
1718

1819
Currently supported:
1920
- Find all records via GET
@@ -26,9 +27,9 @@ Currently supported:
2627
- Find relationships via GET eg. /posts/1/relationships/author (belongsTo, hasMany, hasOne)
2728
- Creating resource relationship linkages during a resource create
2829
- Updating/deleting resource relationship linkages during a resource update
29-
- [Side loading data](http://jsonapi.org/format/#fetching-includes) via `include` param
30+
- [Side loading data](http://jsonapi.org/format/#fetching-includes) via `include` param
3031

31-
Not yet properly supported:
32+
Not yet supported:
3233
- manipulating relationships directly via:
3334
- POST /:resource/relationships/:relatedResource
3435
- PATCH /:resource/relationships/:relatedResource

0 commit comments

Comments
 (0)