Skip to content

Releases: tracked-tools/ember-async-data

v2.0.1-ember-async-data

Choose a tag to compare

@github-actions github-actions released this 12 May 21:24
5b5f4d4

Release (2025-05-12)

  • ember-async-data 2.0.1 (patch)

🐛 Bug Fix

📝 Documentation

🏠 Internal

Committers: 2

v2.0.0-ember-async-data

Choose a tag to compare

@github-actions github-actions released this 02 Mar 17:31
acaf66a

Release (2025-03-02)

ember-async-data 2.0.0 (major)

💥 Breaking Change

🚀 Enhancement

  • ember-async-data

📝 Documentation

🏠 Internal

Committers: 3

v1.0.3

Choose a tag to compare

@SergeAstapov SergeAstapov released this 01 Oct 03:35

🐛 Bug Fix

  • #704 Fix triple-slash reference in complied output, breaking TS consumers (@NullVoxPopuli)

📝 Documentation

🏠 Internal

Committers: 2

v1.0.2

Choose a tag to compare

@SergeAstapov SergeAstapov released this 02 Aug 02:15

🚀 Enhancement

📝 Documentation

🏠 Internal

Committers: 2

Release 0.7.1

Choose a tag to compare

@chriskrycho chriskrycho released this 16 Mar 17:46
c9d1814

🐛 Bug Fix

Committers: 1

Release 0.6.1

Choose a tag to compare

@chriskrycho chriskrycho released this 16 Mar 17:42
599b151

🐛 Bug Fix

Committers: 1

Release 0.5.2

Choose a tag to compare

@chriskrycho chriskrycho released this 16 Mar 17:38
4e41dfd

🐛 Bug Fix

Committers: 1

v1.0.1

Choose a tag to compare

@chriskrycho chriskrycho released this 15 Mar 18:41
30e240f

Note: This is a significant bug fix which does (very mildly) break the public API, but necessarily so for the sake of fixing a bug.

🐛 Bug Fix

  • #578 Bugfix: drop context and stop caching TrackedAsyncData (@chriskrycho)

    Previously, TrackedAsyncData and the load function accepted a context parameter as their second argument, to use with Ember's destroyables API. However, that was (a) unnecessary and (b) could actually cause memory leaks, literally the opposite of what it was designed to do. To account for this change, simply remove that call from all call sites.

    Additionally, note that this means that you will no longer get a single instance of TrackedAsyncData for the same promise. In most cases, this is irrelevant, and it is likely that removing our cache which attempted to be helpful that way will improve your performance.

Committers: 1

v1.0.0

Choose a tag to compare

@chriskrycho chriskrycho released this 15 Mar 15:13
bcccc36

💥 Breaking Change

🚀 Enhancement

📝 Documentation

🏠 Internal

Committers: 5

Release 0.7.0

Choose a tag to compare

@SergeAstapov SergeAstapov released this 10 Nov 17:01

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

📝 Documentation

🏠 Internal

Committers: 3