Node Semver Versions Save

The semver parser for node (the one npm uses)

v7.6.2

1 week ago

7.6.2 (2024-05-09)

Bug Fixes

  • 6466ba9 #713 lru: use map.delete() directly (#713) (@negezor, @lukekarrys)

v7.6.1

1 week ago

7.6.1 (2024-05-04)

Bug Fixes

  • c570a34 #704 linting: no-unused-vars (@wraithgar)
  • ad8ff11 #704 use internal cache implementation (@mbtools)
  • ac9b357 #682 typo in compareBuild debug message (#682) (@mbtools)

Dependencies

Chores

  • dd09b60 #705 bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
  • ec49cdc #701 chore: chore: postinstall for dependabot template-oss PR (@lukekarrys)
  • b236c3d #696 add benchmarks (#696) (@H4ad)
  • 692451b #688 various improvements to README (#688) (@mbtools)
  • 5feeb7f #705 postinstall for dependabot template-oss PR (@lukekarrys)
  • 074156f #701 bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

v7.6.0

3 months ago

7.6.0 (2024-01-31)

Features

  • a7ab13a #671 preserve pre-release and build parts of a version on coerce (#671) (@madtisa, madtisa, @wraithgar)

Chores

  • 816c7b2 #667 postinstall for dependabot template-oss PR (@lukekarrys)
  • 0bd24d9 #667 bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
  • e521932 #652 postinstall for dependabot template-oss PR (@lukekarrys)
  • 8873991 #652 chore: chore: postinstall for dependabot template-oss PR (@lukekarrys)
  • f317dc8 #652 bump @npmcli/template-oss from 4.19.0 to 4.21.0 (@dependabot[bot])
  • 7303db1 #658 add clean() test for build metadata (#658) (@jethrodaniel)
  • 6240d75 #656 add missing quotes in README.md (#656) (@zyxkad)
  • 14d263f #625 postinstall for dependabot template-oss PR (@lukekarrys)
  • 7c34e1a #625 bump @npmcli/template-oss from 4.18.1 to 4.19.0 (@dependabot[bot])
  • 123e0b0 #622 postinstall for dependabot template-oss PR (@lukekarrys)
  • 737d5e1 #622 bump @npmcli/template-oss from 4.18.0 to 4.18.1 (@dependabot[bot])
  • cce6180 #598 postinstall for dependabot template-oss PR (@lukekarrys)
  • b914a3d #598 bump @npmcli/template-oss from 4.17.0 to 4.18.0 (@dependabot[bot])

v6.3.1

10 months ago

6.3.1 (2023-07-10)

Bug Fixes

  • 928e56d #591 better handling of whitespace (#591) (@lukekarrys, @joaomoreno, @nicolo-ribaudo)

v5.7.2

10 months ago

5.7.2 (2023-07-10)

Bug Fixes

  • 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys)

v7.5.4

10 months ago

7.5.4 (2023-07-07)

Bug Fixes

  • cc6fde2 #588 trim each range set before parsing (@lukekarrys)
  • 99d8287 #583 correctly parse long build ids as valid (#583) (@lukekarrys)

v7.5.3

10 months ago

7.5.3 (2023-06-22)

Bug Fixes

  • abdd93d #571 set max lengths in regex for numeric and build identifiers (#571) (@lukekarrys)

Documentation

  • bf53dd8 #569 add example for > comparator (#569) (@mbtools)

v7.5.2

11 months ago

7.5.2 (2023-06-15)

Bug Fixes

  • 58c791f #566 diff when detecting major change from prerelease (#566) (@lukekarrys)
  • 5c8efbc #565 preserve build in raw after inc (#565) (@lukekarrys)
  • 717534e #564 better handling of whitespace (#564) (@lukekarrys)

v7.5.1

1 year ago

7.5.1 (2023-05-12)

Bug Fixes

  • d30d25a #559 show type on invalid semver error (#559) (@tjenkinson)

v7.5.0

1 year ago

7.5.0 (2023-04-17)

Features

  • 503a4e5 #548 allow identifierBase to be false (#548) (@lsvalina)

Bug Fixes

  • e219bb4 #552 throw on bad version with correct error message (#552) (@wraithgar)
  • fc2f3df #546 incorrect results from diff sometimes with prerelease versions (#546) (@tjenkinson)
  • 2781767 #547 avoid re-instantiating SemVer during diff compare (#547) (@macno)