- fix isRegExp bug in some edge cases
- add closure to all assertion messages deferring costly inspects until there is actually a failure
- fix
make testfor recent mochas - add inspect() case for DOM elements
- relax failure msg null check
- add explicit failure through
expect().fail() - clarified all
emptyfunctionality in README example - added docs for throwException fn/regexp signatures
- Added regexp matching support for exceptions.
- Added support for throwException callback.
- Added
throwErrorsynonym 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
undefinedas value. [vovik]
- Fixed typo
- Initial import