epiphany/node_modules/@csstools/css-tokenizer/CHANGELOG.md
2023-12-09 22:48:07 -08:00

929 B

Changes to CSS Tokenizer

2.2.1

September 24, 2023

  • Small performance improvements

2.2.0

July 24, 2023

  • Add support for unicode-range-token
  • Add signCharacter to DimensionToken, NumberToken and PercentageToken
  • Correctly tokenize negative zero -0

2.1.1

April 10, 2023

  • Document tokenize helper function

2.1.0

February 21, 2023

  • Add tokenize helper function

2.0.2

February 13, 2023

  • Relax isToken to match artificial tokens that correctly follow the interface.

2.0.1

January 28, 2023

  • Improve types declaration in package.json

2.0.0

January 19, 2023

  • Simplify Reader interface (breaking)
  • Change the ParseError interface, this is now a subclass of Error (breaking)
  • Remove the commentsAreTokens option as true was the only desirable value (breaking)
  • Improve performance

1.0.0

November 14, 2022

  • Initial version