frontend/.pnpm-store/v3/files/08/d9a93712842654c5d7cbb6cd12dc7b1d6818696c8e4e4e3cc8b467a619730b7940167fc52869a55d0fd8df50c48a4e990c7f1917ce3dbd491fa3c5eaa831c2

55 lines
1.7 KiB
Plaintext

0.3.0 / 2014-02-20
==================
* renmaed to `index.js`
* added repository to package.json
* remove unused variable and merge
* simpify isDate() and remove unnecessary semicolon.
* Add .withArgs() syntax for building scenario
* eql(): fix wrong order of actual vs. expected.
* Added formatting for Error objects
* Add support for 'regexp' type and eql comparison of regular expressions.
* Better to follow the same coding style
* Use 'showDiff' flag
* Add 'actual' & 'expected' property to the thrown error
* Pass .fail() unit test
* Ignore 'script*' global leak in chrome
* Exposed object stringification function
* Use isRegExp in Assertion::throwException. Fix #25
* Cleaned up local variables
0.2.0 / 2012-10-19
==================
* fix isRegExp bug in some edge cases
* add closure to all assertion messages deferring costly inspects
until there is actually a failure
* fix `make test` for recent mochas
* add inspect() case for DOM elements
* relax failure msg null check
* add explicit failure through `expect().fail()`
* clarified all `empty` functionality in README example
* added docs for throwException fn/regexp signatures
0.1.2 / 2012-02-04
==================
* Added regexp matching support for exceptions.
* Added support for throwException callback.
* Added `throwError` synonym to `throwException`.
* Added object support for `.empty`.
* Fixed `.a('object')` with nulls, and english error in error message.
* Fix bug `indexOf` (IE). [hokaccha]
* Fixed object property checking with `undefined` as value. [vovik]
0.1.1 / 2011-12-18
==================
* Fixed typo
0.1.0 / 2011-12-18
==================
* Initial import