Skip to content

Latest commit

 

History

History
91 lines (53 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

91 lines (53 loc) · 2.78 KB

Change Log

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

Features

  • Disable suites that match patterns

Added

  • You can use patterns to match suites you want disabled on spec failure.

Changed

  • Dependancies -- update lodash dependancy to use latest

0.2.2 (2016-05-06) diff

Fixed

  • README.md -- forgot to bump version and date

0.2.1 (2016-05-06) diff

Fixed

  • README.md -- shields.io badge cache maxAge was 1 month, now 3600 seconds

0.2.0 (2016-05-05) diff

Features

  • Per suite spec failure count property result.totalSpecFailures

Added

  • 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 the topSuite.
  • Default failure message -- there is now a defaultMessage property such that setting a message property will override defaultMessage -- so you can now just set the message property in beforeAll and set it to null in afterAll to go back to defaultMessage

Changed

  • 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

0.1.0 (2016-04-13)

Features

Added

  • Everything

Changed

n/a

Deprecated

n/a

Removed

n/a

Fixed

n/a