Skip to content

Releases: NullVoxPopuli/ember-resources

v5.0.1

23 Jun 18:11
Compare
Choose a tag to compare

5.0.1 (2022-06-23)

Bug Fixes

  • package: @glint/template can't be an 'optional' peerDependency - it is required (65b4600)

v5.0.0

22 Jun 11:44
Compare
Choose a tag to compare

5.0.0 (2022-06-22)

chore

  • cleanup: remove deprecated code (d602bff)
  • cleanup: remove support for ember-concurrency@v1 (33521be)

Features

  • package: glint support, minimum version requirements (f78c8b2)
  • types, internal: add type tests, try to re-widen typescript range to bring back support for TS 4.5+ (bc33140)

BREAKING CHANGES

  • package: glint requires minimum versions to be bumped
  • minimum ember is now ember-source@3.28.
    This is LTS and the most feature complete version of the 3.x series.
    3.24, the previous LTS, is no longer supported by the ember team and
    will not be receiving security patches. Since resources are a
    fairly new concept, and since Glint support is a priority,
    supporting earlier than 3.28 is not needed.
  • @glimmer/tracking must now be at least 1.1.2
  • Additional peer dependencies
    • @glint/template
      • @glimmer/component
      • ember-modifier
  • Resource.of has been removed. It was wholley redundant since .from exists.
    Resource.from is more concise and provides better type inference.
  • cleanup: all code marked for removal in v4 (for v5) has been
    removed. See:
    https://github.com/NullVoxPopuli/ember-resources/blob/main/MIGRATIONS.md
    for more information
  • cleanup: drop support for ember-concurrency@v1
    • ember-concurrency (if using the tracked task) must now be at least v2
    • ember-concurrency@v1 may still work, but any bug reports using
      ember-concurrency@v1 will be closed. ember-concurrency@v2 was
      released in February of 2021.

v4.10.0

19 Jun 03:09
Compare
Choose a tag to compare

4.10.0 (2022-06-19)

Features

  • function-resource: support encapsulated tracked state (9800c14)

v4.9.1

18 Jun 00:57
Compare
Choose a tag to compare

4.9.1 (2022-06-18)

Bug Fixes

  • function-resource: lifecycle fixes (eb7c6b6)

v4.9.0

11 Jun 17:22
Compare
Choose a tag to compare

4.9.0 (2022-06-11)

Features

  • util: add debounce example util (357e266)

v4.8.2

21 May 03:26
Compare
Choose a tag to compare

4.8.2 (2022-05-21)

Bug Fixes

  • Resource: fix an issue where certain usages would not entagle / update correctly (83a459c)

v4.8.1

20 May 18:37
Compare
Choose a tag to compare

4.8.1 (2022-05-20)

Bug Fixes

  • RemoteData, function-resource: wrapped template usage (3975e65)

v4.8.0

14 May 18:40
Compare
Choose a tag to compare

4.8.0 (2022-05-14)

Features

  • add remoteData and RemoteData utils (f613791)

v4.7.1

01 May 22:13
Compare
Choose a tag to compare

4.7.1 (2022-05-01)

Bug Fixes

  • add deprecations for the deprecated APIs (5b07081)

v4.7.0

01 May 19:23
Compare
Choose a tag to compare

4.7.0 (2022-05-01)

Features

  • add trackedFunction and function-resource (3b6ebaf)