expect.js v0.1.2 Release Notes

Release Date: 2012-02-04 // about 12 years ago
    • 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]