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

ember-concurrency

Package Overview
Dependencies
Maintainers
2
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-concurrency - npm Package Versions

23
15

4.0.2

Diff

Changelog

Source

4.0.2

  • Make glint template an optional peer dependency (#572)
machty
published 4.0.1 •

Changelog

Source

4.0.1

  • Update assert in task-public-api.js to include note about required Babel transform for arrow functions (#569)
machty
published 4.0.0 •

Changelog

Source

4.0.0

  • Ember Concurrency is now a V2 Embroider Addon (#551)
    • BREAKING CHANGE: you must now register the Babel transform used by Ember Concurrency within consuming apps and addons
      • See upgrade docs: https://ember-concurrency.com/docs/v4-upgrade
    • The guides have been updated to reflect modern/best practices:
      • Instead of using the (perform) helper, it is now recommended that the bound .perform() method on each Task be directly invoked in the template, e.g. {{on "click" this.myTask.perform}}, or, when arguments are present, {{on "click" (fn this.myTask.perform 123 'foo')}}
    • Glint template registry has been provided for EC's 3 helpers.
machty
published 4.0.0-beta.4 •

machty
published 4.0.0-beta.3 •

machty
published 4.0.0-beta.2 •

machty
published 4.0.0-beta.1 •

machty
published 4.0.0-beta.0 •

m4xm4n
published 3.1.1 •

Changelog

Source

3.1.1

  • Add ember 5 as peerDependencies (#542)
m4xm4n
published 3.1.0 •

Changelog

Source

3.1.0

  • Support waitFor()-type modifiers in async arrow transform (#536)
    • Drop now-unneeded dependency on polyfill for unsupported Ember versions
    • [docs] Fix broken code block rendering for examples (#522, #524)
23
15
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