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

ember-cli-amd

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-amd - npm Package Versions

ffaubry
published 3.2.4 •

Changelog

Source

[3.2.4]

  • Fixed issue related to rootURL in tests
ffaubry
published 3.2.3 •

Changelog

Source

[3.2.3]

  • Fixed issue with ember serve when script tags were duplicated after rebuilds
ffaubry
published 3.2.2 •

Changelog

Source

[3.2.2]

  • Fixed issue #59 related to rootURL in tests
ffaubry
published 3.2.1 •

Changelog

Source

[3.2.1]

  • Fixed issue #58 related to rootURL
ffaubry
published 3.2.0 •

Changelog

Source

[3.2.0]

  • Added inline option, which will inject the amd-loading script directly into index.html when set to true.
ffaubry
published 3.1.3 •

Changelog

Source

[3.1.3]

  • Small improvement to use in addons
ffaubry
published 3.1.2 •

Changelog

Source

[3.1.2]

  • Fix issue when running under tests
ffaubry
published 3.1.1 •

Changelog

Source

[3.1.1]

  • Fix issue with in-repo engines/addon not being parsed for AMD packages
ffaubry
published 3.1.0 •

Changelog

Source

[3.1.0]

  • Replaced espree and esprima-walk by babel parser, traverse, and generator. Better semantic for what we want to achieve. It also fixes issues we observed with ember-auto-import
ffaubry
published 3.0.7 •

Changelog

Source

[3.0.7]

  • Bumped up jQuery dependency
  • AMD modules are not ES Modules! Up to today we were letting Ember do the dirty job of injecting in the AMD Module prototype the property 'default'. This is creating issues with some AMD modules. We are now taking this into our hands and creating a proxy ES module around the AMD Module.