- 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
- 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
- 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]
- Fixed typo
- Initial import