Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 839 Bytes

File metadata and controls

50 lines (26 loc) · 839 Bytes

Changes to Selector Resolve Nested

3.1.0

June 6, 2025

  • Add ignoreImplicitNesting option to resolveNestedSelector

3.0.0

October 23, 2024

  • Make sorting compound selectors forwards compatible with potential future changes in postcss-selector-parser
  • Updated: postcss-selector-parser

2.0.0

August 3, 2024

  • Updated: Support for Node v18+ (major).

1.1.0

February 1, 2024

  • Add flattenNestedSelector function to support more kinds of static analysis for nested selectors.

1.0.3

January 25, 2024

  • Correctly add child nodes to newly constructed Selector and Root AST nodes.

1.0.2

January 22, 2024

  • Preserve extra/unknown fields on source objects of AST nodes

1.0.1

January 21, 2024

  • Improve source index resolution

1.0.0

January 21, 2024

  • Initial version