Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.62 KB

File metadata and controls

44 lines (33 loc) · 1.62 KB

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning. And the commit messages from Conventional Commits are being used.

0.1.0

Minor Changes

  • 9bd0636: feat: provide run-time / cli capability

0.0.1

Patch Changes

  • 608adf3: fix: publint feedback
  • 608adf3: docs: extracted changelog

v0.0.0

  • ✨ Added support for multiple conditions within a single if() function
  • ✨ Enhanced switch-case like behavior for condition evaluation
  • ✨ Improved parsing for complex multiple conditions
  • ✨ Better error handling for malformed condition syntax
  • 🐛 Fixed edge cases with quoted values and nested parentheses
  • 📚 Added comprehensive examples for multiple conditions
  • 🧪 Expanded test suite to cover new functionality
  • ✨ Added support for multiple if-tests separated by semicolons
  • ✨ Added support for if() functions in CSS shorthand properties
  • ✨ Enhanced parsing to handle complex multiple conditions
  • ✨ Improved error handling for malformed syntax
  • 🐛 Fixed edge cases with quoted values and nested parentheses
  • 📚 Added comprehensive examples and documentation
  • 🧪 Expanded test suite to cover new features
  • Initial release with full CSS if() support
  • Support for media(), supports(), and style() functions
  • Comprehensive test suite
  • TypeScript definitions
  • Multiple build formats
  • Correct CSS if() syntax with colon separators and else keyword