Skip to content
Jon Wagner edited this page Feb 10, 2015 · 7 revisions

Change Log

v1.0.6

  • Contain now supports hashtables (Dan Grover)
  • Added Should ContainAll and ContainNone (Dan Grover)
  • Fixed Issue #4 - numeric comparisons were converted to string comparisons

v1.0.5

  • Fixed Issue #5 - running an and test on an array parameter would ignore the failure status on the first test

v1.0.3

  • Now works in PowerShell 2.0. Testing thanks to Roberto Labarca.
  • Fixed Hashtable Should Count.
  • Added support for Ordered Dictionary.

v1.0.2

  • Fixed github issue #1.
  • Added support for Should Be In/NotIn.

v1.0.1

  • Updated nuget tags.
  • Fixed -ge and -le operators in Should.

v1.0.0

  • Initial release.