Skip to content

Releases: NullVoxPopuli/ember-resources

v4.0.0

01 Nov 01:02
Compare
Choose a tag to compare

4.0.0 (2021-11-01)

Features

  • readme: declare ember-auto-import compatibility (2701891)

BREAKING CHANGES

  • readme: ember-auto-import compatibility was not declared.

If any projects that previously used ember-auto-import@1,
this addon will no longer work for those projects until those projects
upgrade to either ember-auto-import@v2 or embroider.

This breaking change is to communicate the accidental compatibility
breaking with older projects. The last available version projects
without ember-auto-import@v2 can use is v3.2.2.

I'm declaring this an accidental breakage soley because compatibility
was not previosuly declared and any compatibliity with older projects
may as well have been "accidental".

For projects that already were using ember-auto-import@v2, there is no
breaking change. There is no behavioral difference in this addon's
features.

However, embroider and ember-auto-import@v2 users will no longer have
ember-resources count against their build times as V2 Addons are
pre-built during publish.

If you have any questions, feel free to open an issue at:
https://github.com/NullVoxPopuli/ember-resources/issues

v3.2.4

01 Nov 00:47
Compare
Choose a tag to compare

3.2.4 (2021-11-01)

Bug Fixes

  • internal: use correct config for the tooling lints (7e6e8a4)

v3.2.3

31 Oct 23:24
Compare
Choose a tag to compare

3.2.3 (2021-10-31)

Bug Fixes

  • readme: specify v2 format (3f6bb1b)

v3.2.2

19 Oct 09:48
Compare
Choose a tag to compare

3.2.2 (2021-10-19)

Bug Fixes

  • deps: update dependency ember-cli-htmlbars to v6 (07465ab)

v3.2.1

05 Sep 21:20
Compare
Choose a tag to compare

3.2.1 (2021-09-05)

Bug Fixes

  • types: useResource types now reflect that you can make non-reactive resources (9059c90), closes #48

v3.2.0

29 Aug 17:41
Compare
Choose a tag to compare

3.2.0 (2021-08-29)

Bug Fixes

  • useFunction, typescript: you may now specify a return type without specifying the args type (fe0acff)

Features

  • readme: document and test how would would compose useFunction (cbc99c0)
  • useHelper: can now reactively invoke helpers from JS (b51f10f)

v3.1.3

18 Aug 23:21
Compare
Choose a tag to compare

3.1.3 (2021-08-18)

Bug Fixes

  • deps: update dependency @ember/test-waiters to v3 (47571ee)

v3.1.2

03 Aug 18:42
Compare
Choose a tag to compare

3.1.2 (2021-08-03)

Bug Fixes

  • types: loosen the args type on the lifecycle resource (56f96b0)

v3.1.1

01 Aug 21:43
Compare
Choose a tag to compare

3.1.1 (2021-08-01)

Bug Fixes

  • 108: ensure that Args can be ommitted from Resources when unknown is ok (34c07ff)
  • issue#108: loosen the constraint on what named arguments are (dff5be3), closes issue#108

v3.1.0

31 Jul 18:04
Compare
Choose a tag to compare

3.1.0 (2021-07-31)

Features

  • resource: Resource without lifecycle hooks (ae0656f)