Jasmine Core 1.3.0 Release Notes
Summary
This version was a very incremental release that merged in some pull requests for bug fixes.
Features
- HTML Runner exposes UI to not swallow Exceptions, instead raising as soon as thrown
- Migrated homepage content to Wiki
- Made a far more useful tutorial page
- Added a
toBeNaNmatcher
Fixes
- Better detection of in-browser vs. not
afterEachfunctions will run now even when there is a timeouttoBeCloseTomatcher is more accurate- More explicit matcher messages for spies
- Better equality comparisons for regular expressions
- Improvements to the Pretty Printer: controllable recursion depth, don’t include inherited properties
- Fix where
forwas being used as a property on an object (failed on IE)