All Versions
6
Latest Version
Avg Release Cycle
159 days
Latest Release
3984 days ago
Changelog History
Changelog History
-
v0.3.1
February 20, 2014 -
v0.3.0 Changes
February 20, 2014- 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
- renmaed to
-
v0.2.0 Changes
October 19, 2012- 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
-
v0.1.2 Changes
February 04, 2012- Added regexp matching support for exceptions.
- Added support for throwException callback.
- Added
throwError
synonym tothrowException
. - 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]
-
v0.1.1 Changes
December 18, 2011- Fixed typo
-
v0.1.0 Changes
December 18, 2011- Initial import