Skip to content

Releases: navanshu/postcss-variable-compress

Keep Variables same Across Builds

10 Jul 03:41
Compare
Choose a tag to compare
Pre-release

Happy to have a pull request

  • Add more functionality
  • Improve readability
  • Kinder testing if a variable exists in a rule, great for people who don't use a css formatter
  • Fix the current algorithm to use the old variables, its almost there

What's Changed

  • [Snyk] Upgrade postcss from 8.4.21 to 8.4.24 by @navanshu in #40
  • As always zero dependencies
  • Keeping track of variables accross build by storing them in a file 💀

Full Changelog: v3.0.0...V4.0.0.0_Beta

Not available on NPM as it is actually broken, I don't want to break peoples working system only to get blamed for this

Updating test files with typescript

21 Apr 09:28
Compare
Choose a tag to compare

v2.0.0

09 Nov 13:02
Compare
Choose a tag to compare

Fixed the exports for typescript users... thanks to @Kaciras

V1.0.0

03 Feb 16:23
Compare
Choose a tag to compare
  • There is really no breaking change
  • No need to pass an empty array that's it

v0.2.5

27 Nov 04:52
Compare
Choose a tag to compare

Updated the test, now meets 100% coverage.
Updated Dependecies.

v0.2.1

20 Aug 15:35
Compare
Choose a tag to compare

Update to api to allow passing in custom function to check if a variable should be renamed or not

v0.1.3

16 Jun 10:21
Compare
Choose a tag to compare
  • Fixed the scoping issue in the variable
  • Trying to circumvent the Regex. Can't remove it yet but have some checks before regex in place.
  • Plugin notifies postcss about if a Declaration has been processed.

v0.1.2

15 Jun 04:21
Compare
Choose a tag to compare

Fixing readme

v0.1.1

15 Jun 04:17
Compare
Choose a tag to compare

Updated readme with proper way to pass the configuration

v0.1.0

15 Jun 03:54
Compare
Choose a tag to compare
Update CHANGELOG.md