Releases: xettri/postcss-remove-duplicate-values
Releases · xettri/postcss-remove-duplicate-values
v2.0.0
Major Refactor + Interactive Playground + Testing Suite
- Enhance JSDoc comments with detailed parameter descriptions
- Replace
indexOf()withstartsWith()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 ofprepare()for better performance
Full Changelog: 1.0.0...2.0.0