Releases: mansona/ember-get-config
v2.1.1
v1.1.0
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.
v2.1.0
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 👍
v2.0.0
v2.0.0 / 2022-04-22
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 🎉
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.1 / 2022-01-17
- Move
ember-cli-htmlbars
to devDependencies #33 from @SergeAstapov
v1.0.0
v1.0.0 / 2022-01-11
- Add Embroider support #29 from @mansona
- Update Build Status badge: Travis -> GH Actions #31 from @SergeAstapov