Commit Graph

7 Commits

Author SHA1 Message Date
Yoshiya Hinosawa
3d09aa31ee
BREAKING(semver): remove the handling of non-standard SemVers in format function (#5587) 2024-07-31 15:26:57 +09:00
Asher Gomez
3a446538b1
fix(semver): throw on invalid input in parseRange() (#5567)
* fix(semver): throw on invalid input in `parseRange()`

* fix

* fix

* fix
2024-07-30 12:31:20 +10:00
Yoshiya Hinosawa
04b7229504
BREAKING(semver): make invalid SemVer constants private (#5168) 2024-06-27 17:50:19 +09:00
Asher Gomez
7d718a1552
[unstable] BREAKING(semver): remove deprecated operators (#4423)
* BREAKING(semver): remove deprecated operators

* fix
2024-03-07 13:15:39 +11:00
Tim Reichen
dd89077f99
deprecation(semver): deprecate ==, ===, !==, and "" operators (#4271)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-02-18 15:43:09 +09:00
Lino Le Van
c46143f0ac
chore: update copyright year (#4046)
* chore: update copyright year

* fix

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-02 08:11:32 +11:00
Asher Gomez
c9f4020446
refactor(semver): remove isOperator() and cleanup isComparator() (#4038)
refactor: remove `semver.isOperator()`
2023-12-30 22:04:44 +00:00