Commit Graph

5 Commits

Author SHA1 Message Date
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
Tim Reichen
12dbf07b8e
chore(semver): format test names (#4379)
* initial commit

* update

* Update format_range_test.ts

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

* update

* update isComparator

* Update semver/comparator_test.ts

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

* Update semver/ltr_test.ts

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

* Update semver/gtr_test.ts

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

* Update semver/max_satisfying_test.ts

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

* Update semver/min_satisfying_test.ts

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

* Update semver/parse_test.ts

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

* revert change

* revert changes

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-02-29 16:00:20 +12:00
Asher Gomez
083a2b12ba
BREAKING(semver): remove SemVerRange and isSemVerRange() (#4295) 2024-02-09 23:30:39 +00: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