Skip to content

Releases: reactive/data-client

@rest-hooks/[email protected]

30 Jun 20:45
dc7229f
Compare
Choose a tag to compare
Pre-release

3.0.0-beta.1 (2021-06-30)

🐛 Bug Fix

@rest-hooks/[email protected]

30 Jun 16:03
b76ccfd
Compare
Choose a tag to compare
Pre-release

3.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'
    • fromJS() -> process() to customize init
  • normalize results in POJO rather than instances
  • FlatEntity, SimpleRecord removed (use @rest-hooks/legacy)
  • peerDep @rest-hooks/endpoint > 2
  • useError() will no longer create synthetic
    errors for missing entities

🚀 Features

💅 Enhancement

🐛 Bug Fix

  • Legacy cjs and unpkg should target 'legacy' (#961) (ba76f35)

📝 Documentation

@rest-hooks/[email protected]

30 Jun 16:03
b76ccfd
Compare
Choose a tag to compare
Pre-release

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

🚀 Features

  • Mark compatibility with upcoming versions (#959) (a30fe4c)

@rest-hooks/[email protected]

30 Jun 16:03
b76ccfd
Compare
Choose a tag to compare
Pre-release

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

🚀 Features

  • Mark compatibility with upcoming versions (#959) (a30fe4c)

📝 Documentation

@rest-hooks/[email protected]

30 Jun 16:03
b76ccfd
Compare
Choose a tag to compare
Pre-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)

💅 Enhancement

📝 Documentation

@rest-hooks/[email protected]

30 Jun 16:03
b76ccfd
Compare
Choose a tag to compare
Pre-release

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

💅 Enhancement

📝 Documentation

@rest-hooks/[email protected]

30 Jun 20:45
dc7229f
Compare
Choose a tag to compare
Pre-release

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

🐛 Bug Fix

@rest-hooks/[email protected]

30 Jun 16:03
b76ccfd
Compare
Choose a tag to compare
Pre-release

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

[email protected]

25 Jun 01:44
8d4e12a
Compare
Choose a tag to compare

5.3.2 (2021-06-25)

Note: Version bump only for package rest-hooks

@rest-hooks/[email protected]

25 Jun 01:44
8d4e12a
Compare
Choose a tag to compare

6.2.0 (2021-06-25)

🚀 Features

  • Mark compatibility with upcoming versions (#959) (72da158)