All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- No longer emits 'Environment' packages of version 'var' when installing a package that updates environment variables
- Support for finding and installing prelease packages
- Including dependent packages during package uninstalling must now be explicitly requested
- Support for empty package parameters and install arguments
- Specific Cmdlet descriptions in Get-Help documentation
- Package failure regex that only captured install failures now captures uninstalls failures as well
- Switched CI/CD from AppVeyor to GitHub Actions
- False positives in error handling during package installation for packages that emitted output including the string 'fail'
- To mirror broader PowerShell Crescendo support, restrict module to run at a minimum of PowerShell 5.1
- Cmdlets can now properly chain in a pipeline
Initial release