Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

39 lines (25 loc) · 1.1 KB

2.0.2 (Feb 28, 2012)

  • Fixed exit code bug that was introduced in version 2.0.0

2.0.1 (Feb 3, 2012)

  • Renamed -EnableLegacyAssertions to -EnableLegacyExpectations

2.0.0 (Feb 2, 2012)

  • Functioanlity equivalent to 1.2.0 except legacy assertions disabled by default. This is a breaking change for anyone who is already using Pester

1.2.0 (Feb 2, 2012)

  • Fixing many of the scoping issues [GH-9]
  • Ability to tag describes [GH-35]
  • Added new assertion syntax (eg: 1 | Should Be 1)
  • Added 'Should Throw' assertion [GH-37]
  • Added 'Should BeNullOrEmpty' assertion [GH-39]
  • Added negative assertions with the 'Not' keyword
  • Added 'Match' asserion
  • Added -DisableOldStyleAssertions [GH-19] and [GH-27]
  • Added Contain assertion which tests file contents [GH-13]

1.1.1 (Dec 29, 2012)

  • Add should.not_be [GH-38]

1.1.0 (Nov 4, 2012)

  • Add mocking functionality [GH-26]

Previous

This changelog is inspired by the Vagrant file. Hopefully this will help keep the releases tidy and understandable.