ember-get-config

Get `config/environment` from anywhere, even addons!!!

MIT License

Downloads
581K
Stars
65
Committers
11

Bot releases are hidden (Show)

ember-get-config - Latest Release

Published by mansona about 2 years ago

v1.1.0 / 2022-08-01

This version is releasing the code from v2 of this addon as a minor release in the v1 cycle. There were no real
breaking changes in v2 other than a slight change in behaviour that was much more correct and more in line
with what one might expect the behaviour to be. This coupled with the significant issues that v1 has been giving people
during embroider upgrades (and its incompatibility with fastboot) has motivated me to re-release the latest version
as a v1 patch so everyone can make use of the improvements. If this is outside of your expectations then I can
recommend that you pin your version of ember-get-config with ~1.0.0 and not ^1.0.0 and you will remain on the
version that was released before this one.

https://github.com/mansona/ember-get-config/compare/v1.0.4...v1.1.0

ember-get-config -

Published by mansona over 2 years ago

v2.1.1 / 2022-07-01

  • Resolve missing addon warning #49 from @bertdeblock

https://github.com/mansona/ember-get-config/compare/v2.1.0...v2.1.1

ember-get-config -

Published by mansona over 2 years ago

v2.1.0 / 2022-06-28

Note: this is really just a bugfix but I am releasing it as a minor version since it has a significant change in how the functionality is achieved 👍

  • Use require to retrieve the app's config #45 from @Windvis
  • Fix ember-try issues #46 from @mansona
  • Fix fastboot double wrapping default export/import #44 from @mansona

https://github.com/mansona/ember-get-config/compare/v2.0.0...v2.1.0

ember-get-config -

Published by mansona over 2 years ago

v2.0.0 / 2022-04-22

  • breaking: re-export configModule to reduce duplication and fix dynamic config #41 from @mansona

This is only breaking because if you were relying on dynamic config changes (by altering the config HTML) then before this PR it wasn't working, and now because of this PR it is working 🎉

https://github.com/mansona/ember-get-config/compare/v1.0.4...v2.0.0

ember-get-config -

Published by mansona over 2 years ago

v1.0.4 / 2022-04-06

  • add type declaration file #38 from @mansona

https://github.com/mansona/ember-get-config/compare/v1.0.3...v1.0.4

ember-get-config -

Published by mansona over 2 years ago

v1.0.3 / 2022-04-06

  • make sure that config is from the test environment when running /tests #35 from @mansona

https://github.com/mansona/ember-get-config/compare/v1.0.2...v1.0.3

ember-get-config -

Published by mansona over 2 years ago

v1.0.2 / 2022-01-21

  • Allow @embroider/macros v1.0.0 as dependency #32 from @navels

https://github.com/mansona/ember-get-config/compare/v1.0.1...v1.0.2

ember-get-config -

Published by mansona over 2 years ago

v1.0.1 / 2022-01-17

  • Move ember-cli-htmlbars to devDependencies #33 from @SergeAstapov

https://github.com/mansona/ember-get-config/compare/v1.0.0...v1.0.1

ember-get-config -

Published by mansona almost 3 years ago

v1.0.0 / 2022-01-11

  • Add Embroider support #29 from @mansona
  • Update Build Status badge: Travis -> GH Actions #31 from @SergeAstapov

https://github.com/mansona/ember-get-config/compare/v0.5.0...v1.0.0

ember-get-config -

Published by mansona almost 3 years ago

v0.5.0 / 2021-10-27

  • Update repository url in package.json #30 from @SergeAstapov
  • Update Ember #28 from @mansona
  • breaking: drop support for Ember < 3.4 #27 from @mansona

https://github.com/mansona/ember-get-config/compare/v0.4.0...v0.5.0

ember-get-config -

Published by mansona about 3 years ago

v0.4.0 / 2021-10-17

  • Update Ember #26 from @mansona
  • Add changelog and a script to easily generate it #24 from @mansona
  • move to github actions #25 from @mansona

https://github.com/patience-tema-baron/ember-get-config/compare/v0.3.0...v0.4.0

ember-get-config - v0.3.0

Published by mansona about 3 years ago

v0.3.0 / 2021-09-16

  • upgrade ember-cli-babel to v7 #20 from @nlfurniss

https://github.com/briarsweetbriar/ember-get-config/compare/v0.2.3...v0.3.0

ember-get-config - Bye-bye requirements

Published by briarsweetbriar about 8 years ago

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

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