Skip to content

Releases: microsoft/PowerShell-FeatureFlags

Version 2.1.1

Choose a tag to compare

@lupino3 lupino3 released this 12 May 08:51
2f5550f

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

Choose a tag to compare

@lupino3 lupino3 released this 08 Jul 13:52
a79457c

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

Choose a tag to compare

@lupino3 lupino3 released this 13 Jun 15:50
0742b20

Already uploaded to PSGallery and nuget.org.

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