·
3174 commits
to master
since this release
1.0.0-beta.0 (2021-06-30)
⚠ 💥 BREAKING CHANGES
-
- Removed: SyntheticError (untriggerable since #938)
- @rest-hooks/rest: 500s are 'soft', else 'hard'
- PollingSubscription: any errors are 'soft'
- @rest-hooks/endpoint: no default errorPolicy, therefore all errors are
'hard'
-
- fromJS() -> process() to customize init
- normalize results in POJO rather than instances
- FlatEntity, SimpleRecord removed (use @rest-hooks/legacy)
- peerDep @rest-hooks/endpoint > 2
🚀 Features
- Add errorPolicy to endpoint options (#971) (836f05b)
- Mark compatibility with upcoming versions (#959) (a30fe4c)