Commit Graph

11 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
7af9f89053
docs(semver): minor documentation cleanups (#5178)
* docs(semver): minor documentation cleanups

* fix
2024-06-28 15:47:34 +10:00
Yoshiya Hinosawa
083b63f428
docs(semver): improve docs (#4846)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-05-27 19:03:20 +09:00
Asher Gomez
46d9fa594c
chore: update browser-compatible files with declaration (#4560) 2024-04-10 12:43:44 +10:00
Yoshiya Hinosawa
b8c110ddc8
[unstable] BREAKING(semver): remove comparator.semver field (#4533) 2024-03-28 13:18:55 +09:00
Tim Reichen
2c6d068e5a
chore(semver): move comparator functions into range files (#4387)
* initial commit

* update

* update

* add tests

* fix

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-03-01 18:43:28 +12:00
Tim Reichen
6e6eff5d59
refactor(semver): rename comparatorFormat() to formatComparator() (#4373)
initial commit
2024-02-23 11:47:28 +11:00
Asher Gomez
083a2b12ba
BREAKING(semver): remove SemVerRange and isSemVerRange() (#4295) 2024-02-09 23:30:39 +00:00
Asher Gomez
980545f4b8
BREAKING(semver): remove Comparator functions (#4278)
* BREAKING(semver): remove comparator functions

* fix
2024-02-05 12:48:53 +11:00
Tim Reichen
aa3f026e93
deprecation(semver): deprecate SemVerRange, introduce Range (#4161)
* initial commit

* Update semver/is_range.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* bump deprecation notice

* add test cases

* fmt

* Update types.ts

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>

* Update types.ts

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>

* Update is_semver_range.ts

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-01-14 21:19:00 +00:00
Tim Reichen
3d74dbd2ca
deprecation(semver): rename rangeFormat() to formatRange() (#4090)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-08 11:55:23 +09:00