Skip to content

Releases: microsoft/PowerShell-FeatureFlags

Version 2.1.1

12 May 08:51
2f5550f
Compare
Choose a tag to compare

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

Available on PSGallery and nuget.org

Version 2.1.0

08 Jul 13:52
a79457c
Compare
Choose a tag to compare

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

13 Jun 15:50
0742b20
Compare
Choose a tag to compare

Already uploaded to PSGallery and nuget.org.

Main change: non-backwards-compatible condition naming (blacklist becomes denylist and whitelist becomes allowlist).