You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
668 B
668 B
Changes to CSS Tokenizer
2.1.1 (April 10, 2023)
- Document
tokenizehelper function
2.1.0 (February 21, 2023)
- Add
tokenizehelper function
2.0.2 (February 13, 2023)
- Relax
isTokento match artificial tokens that correctly follow the interface.
2.0.1 (January 28, 2023)
- Improve
typesdeclaration inpackage.json
2.0.0 (January 19, 2023)
- Simplify
Readerinterface (breaking) - Change the
ParseErrorinterface, this is now a subclass ofError(breaking) - Remove the
commentsAreTokensoption astruewas the only desirable value (breaking) - Improve performance
1.0.0 (November 14, 2022)
- Initial version