Skip to content

@rest-hooks/[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@ntucker ntucker released this 30 Jun 16:03
· 3068 commits to master since this release
b76ccfd

2.0.0-beta.0 (2021-06-30)

⚠ 💥 BREAKING CHANGES

    • Importing directly from hidden files is no longer supported
  • Node>=12
    • 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'
  • Rest Hooks 4 invalidIfStale behavior completely removed
  • buildInferredResult removed. use inferResults instead
    • fromJS() -> process() to customize init
  • normalize results in POJO rather than instances
  • FlatEntity, SimpleRecord removed (use @rest-hooks/legacy)
  • peerDep @rest-hooks/endpoint > 2
    • Removed exports from 'rest-hooks': NestedEntity, schemas, isEntity, Entity, Resource, SimpleResource, SchemaDetail, SchemaList, Method
  • use @rest-hooks/legacy, or @rest-hooks/rest instead
  • useError() will no longer create synthetic
    errors for missing entities

🚀 Features

💅 Enhancement

📝 Documentation