UNPKG

ember-cli-test-loader

Version:
123 lines (72 loc) 4.37 kB
# Changelog ## v3.0.0 (2019-12-16) #### :boom: Breaking Change * [#59](https://github.com/ember-cli/ember-cli-test-loader/pull/59) Drop support for Node 6 and 8 ([@Turbo87](https://github.com/Turbo87)) * [#38](https://github.com/ember-cli/ember-cli-test-loader/pull/38) Update ember-cli-babel requirement from ^6.8.1 to ^7.1.3 ([@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) #### :memo: Documentation * [#36](https://github.com/ember-cli/ember-cli-test-loader/pull/36) Add CHANGELOG ([@Turbo87](https://github.com/Turbo87)) #### Committers: 1 - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) ## v2.1.0 (2017-04-06) #### :house: Internal * [#34](https://github.com/ember-cli/ember-cli-test-loader/pull/34) Simplifications. ([@Turbo87](https://github.com/Turbo87)) #### Committers: 1 - Tobias Bieniek ([Turbo87](https://github.com/Turbo87)) ## v2.0.0 (2017-03-25) #### :rocket: Enhancement * [#33](https://github.com/ember-cli/ember-cli-test-loader/pull/33) Update to Babel 6.. ([@rwjblue](https://github.com/rwjblue)) #### :memo: Documentation * [#20](https://github.com/ember-cli/ember-cli-test-loader/pull/20) Updated README to use 0.2.2 instead of 1.0.0 during npm updates. ([@ankushdharkar](https://github.com/ankushdharkar)) * [#32](https://github.com/ember-cli/ember-cli-test-loader/pull/32) Update README.md. ([@Bushjumper](https://github.com/Bushjumper)) #### Committers: 3 - Ankush Dharkar ([ankushdharkar](https://github.com/ankushdharkar)) - Graeme Longman ([Bushjumper](https://github.com/Bushjumper)) - Robert Jackson ([rwjblue](https://github.com/rwjblue)) ## v1.1.1 (2016-12-16) #### :bug: Bug Fix * [#28](https://github.com/ember-cli/ember-cli-test-loader/pull/28) Add ember-cli-babel to dependencies.. ([@rwjblue](https://github.com/rwjblue)) #### Committers: 1 - Robert Jackson ([rwjblue](https://github.com/rwjblue)) ## v1.1.0 (2016-03-27) #### :rocket: Enhancement * [#22](https://github.com/ember-cli/ember-cli-test-loader/pull/22) Implement listTestModules. ([@trentmwillis](https://github.com/trentmwillis)) #### Committers: 1 - Trent Willis ([trentmwillis](https://github.com/trentmwillis)) ## v1.0.0 (2016-01-21) #### :rocket: Enhancement * [#18](https://github.com/ember-cli/ember-cli-test-loader/pull/18) Make an ember-cli addon.. ([@rwjblue](https://github.com/rwjblue)) #### Committers: 1 - Robert Jackson ([rwjblue](https://github.com/rwjblue)) ## v0.2.2 (2015-11-20) #### :rocket: Enhancement * [#17](https://github.com/ember-cli/ember-cli-test-loader/pull/17) Add ability to tweak module loading order.. ([@rwjblue](https://github.com/rwjblue)) #### :memo: Documentation * [#16](https://github.com/ember-cli/ember-cli-test-loader/pull/16) Add LICENSE file. ([@notmessenger](https://github.com/notmessenger)) #### Committers: 2 - Jeremy Brown ([notmessenger](https://github.com/notmessenger)) - Robert Jackson ([rwjblue](https://github.com/rwjblue)) ## v0.2.1 (2015-09-11) #### :rocket: Enhancement * [#14](https://github.com/ember-cli/ember-cli-test-loader/pull/14) Allow additional matchers to be added without monkey patching prototype.. ([@rwjblue](https://github.com/rwjblue)) #### Committers: 1 - Robert Jackson ([rwjblue](https://github.com/rwjblue)) ## v0.2.0 (2015-08-04) #### :bug: Bug Fix * [#10](https://github.com/ember-cli/ember-cli-test-loader/pull/10) Exclude the project name when requiring files. ([@marcioj](https://github.com/marcioj)) #### Committers: 1 - Marcio Junior ([marcioj](https://github.com/marcioj)) ## v0.1.2 (2015-02-15) #### :rocket: Enhancement * [#8](https://github.com/ember-cli/ember-cli-test-loader/pull/8) Allow handling module loading failure externally.. ([@rwjblue](https://github.com/rwjblue)) #### Committers: 1 - Robert Jackson ([rwjblue](https://github.com/rwjblue)) ## v0.1.1 (2015-02-10) #### :rocket: Enhancement * [#7](https://github.com/ember-cli/ember-cli-test-loader/pull/7) Handle modules with load/parse errors.. ([@rwjblue](https://github.com/rwjblue)) #### Committers: 1 - Robert Jackson ([rwjblue](https://github.com/rwjblue)) ## v0.1.0 (2015-01-25) #### :rocket: Enhancement * [#4](https://github.com/ember-cli/ember-cli-test-loader/pull/4) Create TestLoader that's test-framework-agnostic. ([@dgeb](https://github.com/dgeb)) #### Committers: 1 - Dan Gebhardt ([dgeb](https://github.com/dgeb))