ember-legacy-class-transform
Version:
The default blueprint for ember-cli addons.
36 lines (34 loc) • 1.42 kB
Markdown
1.2.0 / 2017-03-22
==================
* Testing: Update Node versions on Travis
* TapReporter: Further improve information and styling
* Deps: Explicitly include webpack to fulfill peerDep
* Data: Add todo data and update tests
* TapReporter: Update with more information and support todo tests
* README: Specify data for todo tests
* README: update
* Helpers: add create functions
* Index.js: add comma
* README: update spec with start and end
* All: break Suite and Test into start and end objects
* Deps: lock Jasmine version
* Helpers: update Jasmine adapter instantiation.
* Helpers: export each helper function
* Testing: use global instead of GLOBAL in helpers
* Testing: unit testing also in the browser with help of karma
* Docs: update autoRegister description
* Docs: add API section
* Helpers: change export
* Helpers: update error message
* Testing: add before and after hooks for helpers
* Helpers: add docs to the autoRegister function
* Testing: finish unit tests for the autoRegister function
* Testing: add unit tests for autoRegister function
* Bundling: export autoRegister function
* Helpers: add autoregister function
* Deps: restore Jasmine to last versions.
* Testing: update failing versions
* Deps: set jasmine to the last working version
* Deps: remove jasmine-core
* JasmineAdapter: fix reporter adding
* README: add first example