Skip to content

[email protected]

Pre-release
Pre-release

Choose a tag to compare

@ntucker ntucker released this 12 Jul 07:04
· 3320 commits to master since this release
9c80a80

6.0.0-beta.2 (2021-07-12)

⚠ 💥 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'
  • 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

🚀 Features

💅 Enhancement

  • Different babel targets for cjs and umd builds (#989) (f054814)
  • Entities normalize to POJO (#940) (75ebdfe)
  • Remove 'fallback' package.json exports (#992) (dc95f9d)
  • Remove buildInferredResult() (#941) (c137aa7)
  • Remove Resource export from 'rest-hooks' package (#939) (0707920)
  • setInterval types based on node/web rather than hardcoded (#968) (180822a)
  • Use optional chaining (#1003) (6e45937)

🐛 Bug Fix

📝 Documentation