- Resolve missing addon warning #49 from @bertdeblock
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 achived 👍
- 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
- 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 🎉
- add type declaration file #38 from @mansona
- make sure that config is from the test environment when running /tests #35 from @mansona
- Allow @embroider/macros v1.0.0 as dependency #32 from @navels
- Move
ember-cli-htmlbars
to devDependencies #33 from @SergeAstapov
- Add Embroider support #29 from @mansona
- Update Build Status badge: Travis -> GH Actions #31 from @SergeAstapov
- Update repository url in package.json #30 from @SergeAstapov
- Update Ember #28 from @mansona
- breaking: drop support for Ember < 3.4 #27 from @mansona
- Update Ember #26 from @mansona
- Add changelog and a script to easily generate it #24 from @mansona
- move to github actions #25 from @mansona
- upgrade ember-cli-babel to v7 #20 from @nlfurniss
- Remove
included
deprecation warning #15 from @dfreeman
- Don't overcount inclusions #12 from @dfreeman
- Don't mutate our own source code #13 from @dfreeman
- Create regex only once #3 from @nickiaconis
- Break early after finding config module name #4 from @nickiaconis
- Cleanup repository #2 from @nickiaconis
- Increase specificity of module name regex #5 from @nickiaconis