release_notes/2.1.0.md
This is the release of Jasmine 2.1.
fit and fdescribebeforeAll and afterAllfail function, both in synchronous and asynchronous specsbeforeEach, afterEach, beforeAll, afterAll and itsuiteResults method that behaves similarly to to specResultsConsoleReporter below)ConsoleReporter as part of Jasmine coreThe Console Reporter exists nearly entirely for the old manner of running Jasmine's own specs in node.js. As we are now supporting node.js officially, this reporter code no longer needs to be in this repo and instead will be in the Jasmine npm.
For now you will see a deprecation message. It will be removed entirely in Jasmine 3.0.
toContain works with array-like objects (Arguments, HTMLCollections, etc)
new Date() instanceof Date should equal true Issue #678 & Issue #679 from @chernetsovfail function, both in synchronous and asynchronous specs
beforeEach, afterEach, beforeAll, afterAll and it
json2.js
Release Notes generated with Anchorman