tag:github.com,2008:https://github.com/navanshu/postcss-variable-compress/releasesRelease notes from postcss-variable-compress2023-07-10T03:35:56Ztag:github.com,2008:Repository/377026063/V4.0.0.0_Beta2023-07-10T03:41:55ZKeep Variables same Across Builds<h2>Happy to have a pull request</h2>
<ul>
<li>Add more functionality</li>
<li>Improve readability</li>
<li>Kinder testing if a variable exists in a rule, great for people who don't use a css formatter</li>
<li>Fix the current algorithm to use the old variables, its almost there</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>[Snyk] Upgrade postcss from 8.4.21 to 8.4.24 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/navanshu/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/navanshu">@navanshu</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1777141811" data-permission-text="Title is private" data-url="https://github.com/navanshu/postcss-variable-compress/issues/40" data-hovercard-type="pull_request" data-hovercard-url="/navanshu/postcss-variable-compress/pull/40/hovercard" href="https://github.com/navanshu/postcss-variable-compress/pull/40">#40</a></li>
<li>As always zero dependencies</li>
<li>Keeping track of variables accross build by storing them in a file 💀</li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/navanshu/postcss-variable-compress/compare/v3.0.0...V4.0.0.0_Beta"><tt>v3.0.0...V4.0.0.0_Beta</tt></a></p>
<p>Not available on NPM as it is actually broken, I don't want to break peoples working system only to get blamed for this</p>navanshutag:github.com,2008:Repository/377026063/v3.0.02023-04-21T09:28:56ZUpdating test files with typescriptNo content.navanshutag:github.com,2008:Repository/377026063/V2.0.02022-11-09T13:02:10Zv2.0.0<p>Fixed the exports for typescript users... thanks to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Kaciras/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Kaciras">@Kaciras</a></p>navanshutag:github.com,2008:Repository/377026063/V1.0.02022-02-03T16:23:41ZV1.0.0<ul>
<li>There is really no breaking change</li>
<li>No need to pass an empty array that's it</li>
</ul>navanshutag:github.com,2008:Repository/377026063/v0.2.52021-11-27T04:52:29Zv0.2.5<p>Updated the test, now meets 100% coverage.<br>
Updated Dependecies.</p>navanshutag:github.com,2008:Repository/377026063/v0.2.12021-08-20T15:35:08Zv0.2.1<p>Update to api to allow passing in custom function to check if a variable should be renamed or not</p>navanshutag:github.com,2008:Repository/377026063/v0.1.32021-06-16T10:53:04Zv0.1.3<ul>
<li>Fixed the scoping issue in the variable</li>
<li>Trying to circumvent the Regex. Can't remove it yet but have some checks before regex in place.</li>
<li>Plugin notifies postcss about if a Declaration has been processed.</li>
</ul>navanshutag:github.com,2008:Repository/377026063/v0.1.22021-06-15T04:21:43Zv0.1.2<p>Fixing readme</p>navanshutag:github.com,2008:Repository/377026063/v0.1.12021-06-15T04:17:33Zv0.1.1<p>Updated readme with proper way to pass the configuration</p>navanshutag:github.com,2008:Repository/377026063/v0.1.02021-06-15T03:55:15Zv0.1.0No content.navanshu