Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 917 Bytes

CHANGELOG.md

File metadata and controls

51 lines (26 loc) · 917 Bytes

1.0.7 (2024-09-20)

Bug fixes

Fix a bug that could cause the parser to get stuck, endlessly parsing empty statments, at the end of some types of inputs with unclosed blocks.

1.0.6 (2024-03-21)

Bug fixes

Properly parse placeholder selectors. Add map declarations to the grammar

Add support for parenthesized maps.

1.0.5 (2024-03-09)

Bug fixes

Add support for as syntax in @forward and @use.

1.0.4 (2023-12-28)

Bug fixes

Tag comments and strings as isolating for the purpose of bidirectional text.

1.0.3 (2023-07-07)

Bug fixes

Properly parse suffixed nested selectors.

Allow the nesting & selector to appear as a descendant selector.

1.0.2 (2023-07-03)

Bug fixes

Make the package work with new TS resolution styles.

1.0.1 (2023-04-20)

Bug fixes

Include type definitions.

1.0.0 (2023-04-20)

Breaking changes

First numbered release.