release_notes/2.3.0.md
onclick directly to better support older webkitonComplete syntax for jasmine-npmSpecify a main entry point for bower so it can be loaded easier
Use instanceof when checking Error types in toThrowError
Remove periods from bullet points for consistency with rest of document
Subjective readability improvements to CONTRIBUTING.md
Don't install the clock if the current timing functions aren't the originals
Properly pass j$ to Any so it can use other jasmine stuff
Correctly handle functions that are scheduled after the clock is uninstalled and reinstalled from within Clock#tick.
Allow user to stop a specs execution when an expectation fails
Remove unnecessary conditional
Show the name of the constructor function when printing an any instead of a toString of the entire constructor
Don't use hardcoded temporary directory paths
Execute beforeAll/afterAll once per suite instead of once per child when running focused specs/suites
Report children of an xdescribe similarly to how they would be reported if they were themselves x'd out
Fixes issue where mock clock was being used by QueueRunner
add missing semicolon
ObjectContaining matches prototype properties
Updates pretty printer to include array properties
Update year copyright
Allow arrays from different frames or contexts to be equal
_Release Notes generated with Anchorman