Skip to content

Releases: npm/query

v4.0.0

05 Sep 00:22
bccbba3
Compare
Choose a tag to compare

4.0.0 (2024-09-03)

⚠️ BREAKING CHANGES

  • @npmcli/query now supports node ^18.17.0 || >=20.5.0

Bug Fixes

Dependencies

  • a2de127 #82 update postcss-selector-parser range to ^6.1.2 (#82)

Chores

v3.1.0

23 Feb 15:47
aed122f
Compare
Choose a tag to compare

3.1.0 (2024-02-23)

Features

Chores

v3.0.1

12 Sep 19:46
Compare
Choose a tag to compare

3.0.1 (2023-09-12)

Bug Fixes

v3.0.0

11 Oct 18:53
Compare
Choose a tag to compare

3.0.0 (2022-10-11)

⚠️ BREAKING CHANGES

  • You can no longer select a version along with an name selector (i.e. #[email protected]). Use #name:semver() instead.

Features

Dependencies

v2.0.0

20 Sep 20:06
2424cf8
Compare
Choose a tag to compare

2.0.0 (2022-09-20)

⚠️ BREAKING CHANGES

  • this package is now compatible with the following semver change for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

v1.2.0

18 Aug 18:48
6427cc7
Compare
Choose a tag to compare

1.2.0 (2022-08-18)

Features

  • extend the semver pseudo selector to allow additional parameters (#8) (3cf1b58)

v1.1.1

03 Aug 01:27
b6c8f3f
Compare
Choose a tag to compare

1.1.1 (2022-08-03)

Bug Fixes

v1.1.0

28 Jun 17:03
b7d3f98
Compare
Choose a tag to compare

1.1.0 (2022-06-28)

Features

  • assign qualifiedAttribute to attributeMatcher (8553a7f)

Bug Fixes

  • assign insensitive flag for attr matcher (bfcfd64)

v1.0.2

27 Jun 14:16
e03f0ce
Compare
Choose a tag to compare

1.0.2 (2022-06-27)

Dependencies