All notable changes to this project will be documented in this file.
This change log tries to adhere to Keep a CHANGELOG. This project adheres to Semantic Versioning.
Unreleased/master diff
This project uses a "dirty trunk" -- i.e., all commits are made against "master". When a release is ready, it's made from "master".
0.3.0 (2016-05-13) diff
- Disable suites that match patterns
- You can use patterns to match suites you want disabled on spec failure.
- Dependancies -- update
lodash
dependancy to use latest
0.2.2 (2016-05-06) diff
- README.md -- forgot to bump version and date
0.2.1 (2016-05-06) diff
- README.md -- shields.io badge cache maxAge was 1 month, now 3600 seconds
0.2.0 (2016-05-05) diff
- Per suite spec failure count property
result.totalSpecFailures
- Every suite that has a failed spec will have a
result.totalSpecFailures
property, which will be the count of failures. All parent suites of the failed spec will also have this property set, all the way up to thetopSuite
. - Default failure message -- there is now a
defaultMessage
property such that setting amessage
property will overridedefaultMessage
-- so you can now just set themessage
property inbeforeAll
and set it tonull
inafterAll
to go back todefaultMessage
- Dependancies -- update
lodash
dependancy to use latest - Documentation -- Add npm and github shelds.io badges to README.md
- Documentation -- Add npm nodei.co badge to README.md
- Documentation -- Some cleanup
- Initial release
- Thanks for the idea https://github.com/Updater/jasmine-fail-fast
- https://github.com/olivierlacan/keep-a-changelog
- Everything
n/a
n/a
n/a
n/a