Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 797 Bytes

CHANGELOG.md

File metadata and controls

19 lines (15 loc) · 797 Bytes

1.2.3 (2017-07-19)

  • PR8 - Added support for PowerShell Core by using new method in Invoke-RestMethod to skip certificate checking. Existing method (using C#) is still in place for PowerShell 5.x and below. (via @ephos)

1.2.2 (2016-10-11)

  • Fixed bug in New-PasswordStatePassword not returning newly created password

1.2.1 (2016-08-23)

  • Fixed bug in New-PasswordStatePassword when trying to display -WhatIf message when a document is not being uploaded

1.2.0 (2016-07-26)

  • Added option to upload file to New-PasswordStatePassword
  • Added new function to upload document (New-PasswordStateDocument)
  • Fixed searching by username in Find-PasswordStatePassword

1.1.0 (2016-07-17)

  • Add pipeline scripts
  • Refactor module layout
  • Add additional Pester tests