Skip to content

Releases: postcss/postcss-selector-parser

v7.1.1

27 Nov 14:34

Choose a tag to compare

7.1.1

  • perf: replace startsWith with strict equality (#308)
  • fix(types): add walkUniversal declaration (#311)

v7.1.0

07 Feb 14:47

Choose a tag to compare

7.1.0

  • feat: insert(Before|After) support multiple new node

v7.0.0

23 Oct 16:56

Choose a tag to compare

7.0.0

  • Feat: make insertions during iteration safe (major)

v6.1.2

12 Aug 10:42

Choose a tag to compare

6.1.2

  • Fixed: erroneous trailing combinators in pseudos

v6.1.1

11 Jul 18:48

Choose a tag to compare

6.1.1

  • Fixed: improve typings of constructor helpers (#292)

v6.1.0

22 May 14:02

Choose a tag to compare

6.1.0

  • Feature: add sourceIndex to Selector nodes (#290)

v6.0.16

13 Mar 13:28

Choose a tag to compare

6.0.16

  • Fixed: add missing index argument to each/walk callback types (#289)

v6.0.15

29 Dec 16:36

Choose a tag to compare

6.0.15

  • Fixed: Node#prev and Node#next type for the first/last node

v6.0.14

25 Dec 19:14

Choose a tag to compare

6.0.14

  • Fixed: type definitions

v6.0.13

15 May 16:35

Choose a tag to compare

6.0.13

  • Fixed: throw on unexpected pipe symbols