Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.23 KB

File metadata and controls

27 lines (19 loc) · 1.23 KB

Changelog

Version 0.6.1

  • Optimized the packaging.

Version 0.6.0

  • Added the New-ValidatorEnum cmdlet.

Version 0.5.0

  • Breaking change: renamed the Test-Validation cmdlet to Assert-Validation.
  • Added a new Test-Validation cmdlet returning a boolean value instead of error messages.

Version 0.4.0

  • Breaking change: removed the New-ValidatorIban cmdlet.
  • Added the New-ValidatorCount, New-ValidatorMaxCount, New-ValidatorMinCount and New-ValidatorUri cmdlets.

Version 0.3.0

  • Added the New-ValidatorBase64, New-ValidatorEmail and New-ValidatorIban cmdlets.

Version 0.2.0

  • Added the New-ValidatorCreditCard, New-ValidatorIn and New-ValidatorNotIn cmdlets.

Version 0.1.1

  • Fixed a packaging issue.

Version 0.1.0

  • Initial release.