Files
taimed/node_modules/js-reporters/CHANGELOG.md
2025-07-24 17:21:45 +08:00

46 lines
1.8 KiB
Markdown

1.2.1 / 2017-07-04
==================
* Reporter: Print "actual:", "expected:" even if they are undefined
* Reporter: Drop accidentally committed console.warn()
* Readme: Use canonical path to QUnit repository (#99)
* Readme: Add note about potential assertion memory leaks
* Readme: Improve formatting of bullets
* Release: Add documentation for release process
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