- 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)
- Fixed bug in New-PasswordStatePassword not returning newly created password
- Fixed bug in New-PasswordStatePassword when trying to display -WhatIf message when a document is not being uploaded
- Added option to upload file to New-PasswordStatePassword
- Added new function to upload document (New-PasswordStateDocument)
- Fixed searching by username in Find-PasswordStatePassword
- Add pipeline scripts
- Refactor module layout
- Add additional Pester tests