Tim Reichen
|
f3a22c0553
|
refactor(semver): unify param names (#5700)
|
2024-08-19 13:33:42 +09:00 |
|
Yoshiya Hinosawa
|
d8a23fefe5
|
fix(semver): do not throw in canParse (#5583)
|
2024-07-31 13:01:17 +09: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 |
|
Asher Gomez
|
98766d145e
|
BREAKING(semver): remove canParse() non-string overload (#4108)
|
2024-01-05 13:08:09 +11: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 |
|
Lino Le Van
|
aeb64da6f6
|
feat(semver): canParse (#3709)
|
2023-10-24 13:39:55 +09:00 |
|