Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Latest commit

 

History

History
88 lines (40 loc) · 3.45 KB

CHANGELOG.md

File metadata and controls

88 lines (40 loc) · 3.45 KB

2.0.6 (2022-02-04)

Bug Fixes

  • deps: update dependency ember-cli-typescript to v5 (70fdd41)

2.0.5 (2022-01-26)

Bug Fixes

  • deps: update dependency ember-cli-babel to ^7.26.11 (3b3c099)
  • ember-concurrency: widen support (e3ed8c1)

2.0.4 (2021-12-17)

Bug Fixes

  • deps: update dependency ember-cli-babel to ^7.26.10 (5fab650)

2.0.3 (2021-12-16)

Bug Fixes

  • deps: update dependency ember-cli-babel to ^7.26.8 (67283ef)

2.0.2 (2021-12-05)

Bug Fixes

  • deps: update dependency ember-cli-htmlbars to ^6.0.1 (9ddbe3d)

2.0.1 (2021-11-23)

Bug Fixes

  • readme: bump minimum supportetd embroider (still pre 1.0) (6fa02a3)

2.0.0 (2021-04-28)

Bug Fixes

  • ts: support TS4.2 and latest @types/ember (f9f11a3)

BREAKING CHANGES

  • ts: public api has narrowed. see: addon/-private/types.ts

1.1.1 (2021-04-23)

Bug Fixes

  • memoized-task: now canceled tasks are automatically retried (0ce0373)

1.1.0 (2021-03-15)

Features

1.0.0 (2021-03-09)

Bug Fixes

  • ember-concurrency@v2 support (97055d2)
  • readme: make the cacheKey blurb more clear / fix typo (748b394)

Features

  • figure out how to test Resources in pure JS (1ca2214)
  • initial implementation (b80f006)

BREAKING CHANGES

  • initial implementation