Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-async-data

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-async-data - npm Package Versions

234

1.0.3

Diff

Changelog

Source

v1.0.3 (2023-10-01)

:bug: Bug Fix
  • #704 Fix triple-slash reference in complied output, breaking TS consumers (@NullVoxPopuli)
:memo: Documentation
:house: Internal
Committers: 2
sergeastapov
published 1.0.2 •

Changelog

Source

v1.0.2 (2023-08-02)

:rocket: Enhancement
:memo: Documentation
:house: Internal
Committers: 2
chriskrycho
published 0.7.1 •

chriskrycho
published 0.6.1 •

chriskrycho
published 0.5.2 •

chriskrycho
published 1.0.1 •

Changelog

Source

v1.0.1 (2023-03-15)

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: 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
chriskrycho
published 1.0.0 •

Changelog

Source

v1.0.0 (2023-03-15)

:boom: Breaking Change
:rocket: Enhancement
:memo: Documentation
:house: Internal
Committers: 5
sergeastapov
published 0.7.0-unstable.772a843 •

sergeastapov
published 0.7.0-unstable.0c1ca96 •

sergeastapov
published 0.7.0-unstable.2e333d5 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc