data-client

Async State Management without the Management

APACHE-2.0 License

Downloads
44.4K
Stars
1.9K
Committers
37

Bot releases are hidden (Show)

data-client - [email protected]

Published by ntucker over 3 years ago

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

📝 Documentation

data-client - [email protected]

Published by ntucker over 3 years ago

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

📝 Documentation

data-client - @rest-hooks/[email protected]

Published by ntucker over 3 years ago

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

⚠ ðŸ’Ĩ BREAKING CHANGES

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

data-client - @rest-hooks/[email protected]

Published by ntucker over 3 years ago

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

⚠ ðŸ’Ĩ BREAKING CHANGES

    • Importing directly from hidden files is no longer supported
  • Node>=12

🚀 Features

  • Mark compatibility with upcoming versions (#959) (a30fe4c)
  • Use 'exports' package.json member (#955) (7e9d39f)

💅 Enhancement

  • Remove 'fallback' package.json exports (#992) (dc95f9d)
  • Use .js for cjs like other packages (#988) (2320ef7)
data-client - @rest-hooks/[email protected]

Published by ntucker over 3 years ago

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

⚠ ðŸ’Ĩ BREAKING CHANGES

  • @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)
  • Normalize merges entities, entitymeta, indexes (#915) (bd21d8c)
  • Use 'exports' package.json member (#955) (7e9d39f)

💅 Enhancement

📝 Documentation

data-client - @rest-hooks/[email protected]

Published by ntucker over 3 years ago

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

🚀 Features

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

📝 Documentation

data-client - @rest-hooks/[email protected]

Published by ntucker over 3 years ago

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

⚠ ðŸ’Ĩ BREAKING CHANGES

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

data-client - [email protected]

Published by ntucker over 3 years ago

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

Note: Version bump only for package benchmark

data-client - @rest-hooks/[email protected]

Published by ntucker over 3 years ago

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

⚠ ðŸ’Ĩ 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

💅 Enhancement

  • Different babel targets for cjs and umd builds (#989) (f054814)
  • Entities normalize to POJO (#940) (75ebdfe)
  • Remove 'fallback' package.json exports (#992) (dc95f9d)

📝 Documentation

data-client - [email protected]

Published by ntucker over 3 years ago

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

⚠ ðŸ’Ĩ BREAKING CHANGES

  • @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)

📝 Documentation

data-client - @rest-hooks/[email protected]

Published by ntucker over 3 years ago

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

⚠ ðŸ’Ĩ BREAKING CHANGES

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

data-client - @rest-hooks/[email protected]

Published by ntucker over 3 years ago

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

🚀 Features

  • Mark compatibility with upcoming versions (#959) (a30fe4c)
data-client - @rest-hooks/[email protected]

Published by ntucker over 3 years ago

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

⚠ ðŸ’Ĩ BREAKING CHANGES

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

data-client - [email protected]

Published by ntucker over 3 years ago

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

Note: Version bump only for package normalizr-github-example

data-client - @rest-hooks/[email protected]

Published by ntucker over 3 years ago

1.4.0 (2021-06-25)

🚀 Features

  • Mark compatibility with upcoming versions (#959) (72da158)
data-client - @rest-hooks/[email protected]

Published by ntucker over 3 years ago

0.9.0 (2021-06-25)

🚀 Features

  • Mark compatibility with upcoming versions (#959) (72da158)
data-client - [email protected]

Published by ntucker over 3 years ago

5.3.2 (2021-06-25)

Note: Version bump only for package rest-hooks

data-client - @rest-hooks/[email protected]

Published by ntucker over 3 years ago

2.3.0 (2021-06-25)

🚀 Features

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

🐛 Bug Fix

  • Legacy cjs and unpkg should target 'legacy' (31b6893)
data-client - @rest-hooks/[email protected]

Published by ntucker over 3 years ago

0.4.0 (2021-06-25)

🚀 Features

  • Mark compatibility with upcoming versions (#959) (72da158)
data-client - @rest-hooks/[email protected]

Published by ntucker over 3 years ago

6.2.0 (2021-06-25)

🚀 Features

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