Commit Graph

7 Commits

Author SHA1 Message Date
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
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
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
239e85ad6a
BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
Yoshiya Hinosawa
aea85151e8
BREAKING(semver): rewrite semver (#3385)
See
- https://github.com/denoland/deno_std/pull/3169
- https://github.com/denoland/deno_std/pull/3385

---------

Co-authored-by: justinmchase <justin.m.chase@gmail.com>
Co-authored-by: Jesse Jackson <jsejcksn@users.noreply.github.com>
Co-authored-by: Max Duval <hi@mxdvl.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Tim Reichen <timreichen@users.noreply.github.com>
2023-06-12 12:47:03 +09:00