@@ -334,28 +334,3 @@ MIT License - see [LICENSE](LICENSE) file for details.
334334- Pure JavaScript implementation with custom CSS parsing
335335- Inspired by the CSS Working Group's conditional CSS proposals
336336- Thanks to all contributors and testers
337-
338- ## Changelog
339-
340- ### v0.0.0
341-
342- - ✨ Added support for multiple conditions within a single if() function
343- - ✨ Enhanced switch-case like behavior for condition evaluation
344- - ✨ Improved parsing for complex nested conditions
345- - ✨ Better error handling for malformed condition syntax
346- - 🐛 Fixed edge cases with quoted values and nested parentheses
347- - 📚 Added comprehensive examples for multiple conditions
348- - 🧪 Expanded test suite to cover new functionality
349- - ✨ Added support for multiple if-tests separated by semicolons
350- - ✨ Added support for if() functions in CSS shorthand properties
351- - ✨ Enhanced parsing to handle complex nested conditions
352- - ✨ Improved error handling for malformed syntax
353- - 🐛 Fixed edge cases with quoted values and nested parentheses
354- - 📚 Added comprehensive examples and documentation
355- - 🧪 Expanded test suite to cover new features
356- - Initial release with full CSS if() support
357- - Support for media(), supports(), and style() functions
358- - Comprehensive test suite
359- - TypeScript definitions
360- - Multiple build formats
361- - Correct CSS if() syntax with colon separators and else keyword
0 commit comments