release_notes/2.4.0.md
This release contains a number of fixes and pull requests. The most notable is probably that Jasmine now supports randomization of spec order
Syntax highlighting in README.md
Added a throw error block in describe incase a function with arguments is passed in describe
Remove unused queueableFn arg from onException
Remove unused parameter from toThrowError
Abort spying when the target cannot be spied upon
Removed GOALS_2.0.md, doesn't seem to be needed anymore
Change #xit so that it will output a more BDD-style pending message
Allow tests to run in random order
Use toString for objects if it has been overriden
Fix circles/x from getting cut off on Mac/chrome
Postpone find() until it is needed
check for global before assigning
Reverse suite afterEach behavior to match semantics?
Use badges from shields.io
xdescribe marks pending, plus associated tests.
Update glob to latest
Remove moot version property from bower.json
add toHaveBeenCalledTimes matcher
Update CONTRIBUTING.md
Make the HtmlReport CSS classes "unique enough"
Raise an error when jasmine.any() isn't passed a constructor
_Release Notes generated with Anchorman