Skip to content

Releases: xettri/postcss-remove-duplicate-values

v2.0.0

12 Aug 18:55

Choose a tag to compare

Major Refactor + Interactive Playground + Testing Suite

  • Enhance JSDoc comments with detailed parameter descriptions
  • Replace indexOf() with startsWith() for better vendor prefix detection
  • Add comprehensive try-catch error handling throughout the plugin
  • Improve duplicate detection logic with better fallback handling
  • Optimize memory usage by storing declaration references instead of remove functions
  • Add silent error handling to prevent plugin crashes on malformed CSS
  • Restructure plugin to use Once() instead of prepare() for better performance

Full Changelog: 1.0.0...2.0.0

v1.0.0

29 Mar 22:19

Choose a tag to compare

🚀 Initial release