Skip to content

Commit

Permalink
Bump to 4.2.0-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Dec 17, 2017
1 parent 86a9141 commit 7545fb0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 4.2.0-alpha3 (December 17, 2017)
- Add -Because parameters to all assertions [GH-959]
- Add -BeLessOrEqual and -BeGreaterOrEqual
- Add -Contain (that operates on arrays)
- Add -BeLikeExactly
- Add -HaveType alias to -BeOfType
- Fix assertion messages in -BeOfType
- Throw argument exception when -BeOfType is given type that is not loaded
- Add -PassThru to -Throw to get the exception when some is thrown and passes the filters
- Add -BeTrue to test for truthy values
- Add -BeFalse to test for falsy values
- Add -HaveCount to count stuff in collections

## 4.2.0-alpha2 (December 12, 2017)
- Load dependencies optionally, because they are not part of the package build

Expand Down
4 changes: 2 additions & 2 deletions Pester.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ PrivateData = @{
LicenseUri = "https://www.apache.org/licenses/LICENSE-2.0.html"

# Release notes for this particular version of the module
ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/4.2.0-alpha2'
ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/4.2.0-alpha3'

# Prerelease string of this module
Prerelease = 'alpha2'
Prerelease = 'alpha3'
}
}

Expand Down

0 comments on commit 7545fb0

Please sign in to comment.