Commit Graph

23 Commits

Author SHA1 Message Date
Yoshiya Hinosawa
88bb751212
docs(semver): fix Comparator example (#5585)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-31 15:54:59 +09:00
Asher Gomez
ad1dad6ce6
docs(cli,csv,datetime,fmt,fs,http,ini,semver,testing): assert optional properties on types/interfaces have @default tag (#4933)
* docs: assert optional properties on types/interfaces have `@default` tag

* work

* work

* work

* work

* work

* work

* fix

* fix

* Update fs/expand_glob.ts

* cleanups

* cleanups

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-07-11 09:21:37 +00: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
Asher Gomez
7d718a1552
[unstable] BREAKING(semver): remove deprecated operators (#4423)
* BREAKING(semver): remove deprecated operators

* fix
2024-03-07 13:15:39 +11: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
Yoshiya Hinosawa
333c4db283
chore(semver): move breaking versions (#4372) 2024-02-23 13:39:50 +09:00
Tim Reichen
dd89077f99
deprecation(semver): deprecate ==, ===, !==, and "" operators (#4271)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-02-18 15:43:09 +09:00
Yoshiya Hinosawa
192a912d9c
chore(semver): align removal version (#4338)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-02-16 13:20:20 +09:00
Asher Gomez
083a2b12ba
BREAKING(semver): remove SemVerRange and isSemVerRange() (#4295) 2024-02-09 23:30:39 +00:00
Asher Gomez
8055c29fc0
chore(semver): postpone removal versions of some APIs (#4267)
deprecation(semver): postpone removal versions of some APIs
2024-02-02 16:59:56 +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
Asher Gomez
b0a52a3903
BREAKING(semver): remove FormatStyle (#4182) 2024-01-14 20:16:56 +09:00
Asher Gomez
5351ef3a57
BREAKING(semver): remove SemVerComparator (#4109) 2024-01-05 02:17:15 +00:00
Tim Reichen
9b0f3ee4b1
deprecation(semver): deprecate format() style argument (#4050)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-01-02 20:54: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
Asher Gomez
c9f4020446
refactor(semver): remove isOperator() and cleanup isComparator() (#4038)
refactor: remove `semver.isOperator()`
2023-12-30 22:04:44 +00:00
Tim Reichen
81bcbc1ca1
feat(semver): optional SemVer build and prerelease properties (#4024)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-12-28 19:00:18 +09:00
Tim Reichen
8497153a9b
refactor(semver): add operators array (#4033) 2023-12-28 18:31:06 +09:00
Tim Reichen
386df47969
deprecation(semver): comparator min and max properties (#3974)
* initial commit

* Update semver/types.ts

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

* revert breaking change

* remove non-related changes

* revert unintentional change

* Update semver/types.ts

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

* initial commit

* make optional properties required

* remove unintentional file

* revert SemVerComparator deprecation

* update

* refactor: remove `max` and `min` from new type

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-12-20 18:11:48 +11:00
Tim Reichen
4e75a00956
deprecation(semver): rename isSemVerComparator() (#3957) 2023-12-19 05:10:52 +11: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