Jasmine Core 2.3.0 Release Notes
Changes
- Style disabled specs in the results list
- Use
onclickdirectly to better support older webkit - Don’t use deprecated
onCompletesyntax for jasmine-npm - Allow the clock to be installed for the duration of a single closure
- Add safari 7 & 8 to browser matrix
- Remove unused standaloneBuilder var from Gruntfile
- Add test script to package.json
- Update bower.json keywords to match package.json keywords
- Add keywords to package.json
- refuse to execute an order if it would cause a suite with a beforeAll or afterAll to be re-entered after leaving once
Pull Requests & Issues
-
Specify a main entry point for bower so it can be loaded easier
- Merges #827 from @davetron5000
-
Use
instanceofwhen checking Error types in toThrowError- Fixes #819
-
Remove periods from bullet points for consistency with rest of document
- Merge #818 from @lpww
-
Subjective readability improvements to CONTRIBUTING.md
- Merge #815 from @jhamon
-
Don’t install the clock if the current timing functions aren’t the originals
- Fixes #782
-
Properly pass
j$toAnyso it can use other jasmine stuff- Fixes #806
-
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
- Fixes #577
-
Remove unnecessary conditional
- Merges #788 from @toddbranch
-
Show the name of the constructor function when printing an
anyinstead of atoStringof the entire constructor- Fixes #796
-
Don’t use hardcoded temporary directory paths
- Merges #789 from sgravrock
-
Execute beforeAll/afterAll once per suite instead of once per child when running focused specs/suites
- Fixes #773
-
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
- Merges #775 from @joscha
-
ObjectContaining matches prototype properties
- Fixes #769
-
Updates pretty printer to include array properties
- Fixes #766
-
Update year copyright
- Merges #768 from @danilovaz
-
Allow arrays from different frames or contexts to be equal
_Release Notes generated with Anchorman