tag:github.com,2008:https://github.com/microsoft/PowerShell-FeatureFlags/releasesRelease notes from PowerShell-FeatureFlags2023-05-12T08:32:23Ztag:github.com,2008:Repository/187809478/2.1.12023-05-12T08:51:38ZVersion 2.1.1<h2>What's Changed</h2>
<ul>
<li>Add CmdletBinding attribute to all cmdlets (fixed issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1703918289" data-permission-text="Title is private" data-url="https://github.com/microsoft/PowerShell-FeatureFlags/issues/53" data-hovercard-type="issue" data-hovercard-url="/microsoft/PowerShell-FeatureFlags/issues/53/hovercard" href="https://github.com/microsoft/PowerShell-FeatureFlags/issues/53">#53</a>)</li>
<li>Updated dependencies:
<ul>
<li>Newtonsoft.json to 13.0.2</li>
<li>NJsonSchema to 9.14.1</li>
</ul>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/microsoft/PowerShell-FeatureFlags/compare/2.1.0...2.1.1"><tt>2.1.0...2.1.1</tt></a></p>
<p>Available on <a href="https://www.powershellgallery.com/packages/FeatureFlags/2.1.1" rel="nofollow">PSGallery</a> and <a href="https://www.nuget.org/packages/FeatureFlags.PowerShell/2.1.1" rel="nofollow">nuget.org</a></p>lupino3tag:github.com,2008:Repository/187809478/2.1.02022-07-08T13:52:52ZVersion 2.1.0<p>The main improvement in this release is increasing compatibility with all the PowerShell Core versions.</p>
<p>Also, update the Newtonsoft.Json dependency to the latest available version.</p>
<p>Available on PowerShell Gallery: <a href="https://www.powershellgallery.com/packages/FeatureFlags/2.1.0" rel="nofollow">https://www.powershellgallery.com/packages/FeatureFlags/2.1.0</a></p>lupino3tag:github.com,2008:Repository/187809478/2.0.02020-06-13T15:50:32ZVersion 2.0.0<p>Already uploaded to PSGallery and nuget.org.</p>
<p>Main change: non-backwards-compatible condition naming (<code>blacklist</code> becomes <code>denylist</code> and <code>whitelist</code> becomes <code>allowlist</code>).</p>lupino3