Skip to content

Releases: mansona/ember-get-config

v0.4.0

17 Oct 13:14
Compare
Choose a tag to compare

v0.4.0 / 2021-10-17

v0.3.0...v0.4.0

v0.3.0

16 Sep 16:46
Compare
Choose a tag to compare

v0.3.0 / 2021-09-16

v0.2.3...v0.3.0

Bye-bye requirements

15 Aug 01:57
Compare
Choose a tag to compare

You must now invoke included from your addon's index.js:

included: function() {
  this.eachAddonInvoke('included', arguments);
}