·
3136 commits
to master
since this release
8.0.0-beta.1 (2021-07-12)
⚠ 💥 BREAKING CHANGES
-
- Importing directly from hidden files is no longer supported
- Node>=12
-
- 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
- Allow normalizing entities that are just ids (#1002) (377391f)
- Use 'exports' package.json member (#955) (7e9d39f)
💅 Enhancement
- Different babel targets for cjs and umd builds (#989) (f054814)
- Entities normalize to POJO (#940) (75ebdfe)
- Remove 'fallback' package.json exports (#992) (dc95f9d)
- Use optional chaining (#1003) (6e45937)