Releases: microsoft/PowerShell-FeatureFlags
Releases · microsoft/PowerShell-FeatureFlags
Version 2.1.1
What's Changed
- Add CmdletBinding attribute to all cmdlets (fixed issue #53)
- Updated dependencies:
- Newtonsoft.json to 13.0.2
- NJsonSchema to 9.14.1
Full Changelog: 2.1.0...2.1.1
Version 2.1.0
The main improvement in this release is increasing compatibility with all the PowerShell Core versions.
Also, update the Newtonsoft.Json dependency to the latest available version.
Available on PowerShell Gallery: https://www.powershellgallery.com/packages/FeatureFlags/2.1.0
Version 2.0.0
Already uploaded to PSGallery and nuget.org.
Main change: non-backwards-compatible condition naming (blacklist
becomes denylist
and whitelist
becomes allowlist
).