Yoshiya Hinosawa
|
3d09aa31ee
|
BREAKING(semver): remove the handling of non-standard SemVers in format function (#5587)
|
2024-07-31 15:26:57 +09: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 |
|
David Sherret
|
ef6b95f0c7
|
refactor: make the code work under verbatimModuleSyntax (#4406)
* Start
* Update
* Format
* Revert deno.json change
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
|
2024-02-27 21:57:25 +00:00 |
|
Asher Gomez
|
b0a52a3903
|
BREAKING(semver): remove FormatStyle (#4182)
|
2024-01-14 20:16:56 +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 |
|
Tim Reichen
|
c81bb3f572
|
deprecation(semver): deprecate SemVer argument for parse() and canParse() (#3939)
* initial commit
* fix testdata type
* add export function canParse(version: string): boolean;
* move jsdoc above function overload
* Update semver/can_parse.ts
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
* Update semver/parse.ts
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
* Apply suggestions from code review
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
|
2023-12-13 20:29:47 +00: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 |
|
Justin Chase
|
07f059ffab
|
feat(semver): add support for build metadata (#3126)
|
2023-01-26 16:39:37 +09:00 |
|