Skip to content

Releases: pester/Pester

v3.3.6

19 Mar 11:06
Compare
Choose a tag to compare
Update CHANGELOG.md

v3.3.5

28 Jan 05:44
Compare
Choose a tag to compare
Preparing v3.3.5 release

Snippets directory included in nuspec package.  (Has also been added to the PowerShellGet publish step in the CI build.)

v3.3.4

22 Jan 19:59
Compare
Choose a tag to compare

Same as v3.3.2; just sorting out some upload problems with PowerShellGet and our CI job.

v3.3.2

19 Jan 21:07
Compare
Choose a tag to compare

Performance-related changes; pretty significant speed increase from v3.3.1.

v3.2.0

13 Dec 16:56
Compare
Choose a tag to compare
  • Added BeGreaterThan and BeLessThan assertions to Should.
  • Add -Quiet parameter for Invoke-Pester that disables the output written to screen by Write-Host [GH-223]
  • Fix Error output for TestDrive [GH-232]
  • Add ExcludeTagFilter parameter [GH-234]
  • Add different color schemes for dark and light backgrounds

v3.1.1

29 Oct 18:48
Compare
Choose a tag to compare

Bug fixes from 3.1; the -Skip and -Pending tags weren't working due to poorly merged branches. We've added more tests in v3.1.1 to make sure this doesn't break in the future.

v3.1

24 Oct 02:34
Compare
Choose a tag to compare
  • Fix mocking of Get-ItemProperty
  • Fix mocking commands with parameters named $FunctionName, $ModuleName or $ArgumentList under some circumstances.
  • Add Skipped and Pending test results.
  • Added support for parameterized tests to the It command.
  • Deprecated -OutputXml parameter, added -OutputFile and -OutputFormat parameters.
  • Added new updated NUnit export format. Original format still available as -OutputFormat LegacyNUnitXml.
  • Stopped forcing -ParameterFilter blocks to return explicit booleans, preventing some unnecessary null reference exceptions.

v3.0.3

11 Oct 17:53
Compare
Choose a tag to compare

Functionally, this is the same as v3.0.2. We had to bump up the version number to correct an upload problem to PowerShellGet.

Pester

22 Aug 07:35
Compare
Choose a tag to compare
3.0.0

Update CHANGELOG.md

Code coverage

04 Jul 14:54
Compare
Choose a tag to compare
Code coverage Pre-release
Pre-release

Changelog:

3.0.0-beta2 (July 4, 2014)

  • Add code coverage
  • Fix TestName
  • Fix direct execution of tests when the script is dot-sourced to global scope [GH-144]
  • Fix mock parameter filter in strict mode [GH-143]
  • Fix nUnit schema compatibility
  • Fix special characters in nUnit output