Commit Graph

45 Commits

Author SHA1 Message Date
Tim Reichen
9d8789384f
docs(semver): remove diagram line overlaps (#5624) 2024-08-03 15:25:51 +09:00
Asher Gomez
702f0487f9
BREAKING(semver): replace prerelease and buildmetadata arguments with options object (#5471)
BREAKING(semver): replace `prerelease` and `build` arguments with options object
2024-07-18 14:53:54 +10:00
Asher Gomez
d102a10235
refactor(assert,async,bytes,cli,collections,crypto,csv,data-structures,datetime,dotenv,encoding,expect,fmt,front-matter,fs,html,http,ini,internal,io,json,jsonc,log,media-types,msgpack,net,path,semver,streams,testing,text,toml,ulid,url,uuid,webgpu,yaml): import from @std/assert (#5199)
* refactor: import from `@std/assert`

* update
2024-06-30 08:30:10 +00:00
Asher Gomez
b83d026800
BREAKING(semver): remove SEMVER_SPEC_VERSION (#5180) 2024-06-28 20:39:21 +10:00
Asher Gomez
7af9f89053
docs(semver): minor documentation cleanups (#5178)
* docs(semver): minor documentation cleanups

* fix
2024-06-28 15:47:34 +10:00
Yoshiya Hinosawa
04b7229504
BREAKING(semver): make invalid SemVer constants private (#5168) 2024-06-27 17:50:19 +09:00
Asher Gomez
1b092bf12a
BREAKING(semver): remove deprecated rangeMax(), rangeMin() and testRange() APIs (#5160)
* BREAKING(semver): remove deprecated `rangeMax()`, `rangeMin()` and `testRange()` APIs

* fix
2024-06-27 15:48:31 +10:00
Asher Gomez
c5ad9d48dc
docs(cli,encoding,fmt,jsonc,path,semver,testing,text,toml,url): remove "This module is browser compatible" note (#4945) 2024-06-04 13:21:54 +10:00
Asher Gomez
31b906db99
chore: ensure code examples use assertions in Doc Linter (#4911) 2024-06-03 14:10:27 +10:00
Asher Gomez
79d6a70729
docs(assert,cli,data-structures,expect,fmt,front-matter,html,http,jsonc,semver,streams,text,toml,webgpu): add snippet checks in module, function and class docs to doc checker (#4855)
* chore: add snippet checks to module docs

* fix

* work

* tweak
2024-05-31 12:01:46 +10: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
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
Tim Reichen
7205abf714
deprecation(semver): rename testRange() to satisfies() (#4364) 2024-04-25 05:38:52 +10:00
Yoshiya Hinosawa
e9a8db202d
feat(semver): greaterThanRange() and lessThanRange() (#4534)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-04-03 15:22:18 +09:00
Yoshiya Hinosawa
824625830f
[unstable] BREAKING(semver): remove gtr() and ltr() (#4450) 2024-03-08 14:14:25 +09:00
Asher Gomez
e78961b52c
[unstable] BREAKING(semver): remove reverseSort() (#4422)
BREAKING(semver): remove `rsort()`
2024-03-07 13:15:20 +11:00
Yoshiya Hinosawa
53c474ed4b
docs(semver): remove obsolete docs (#4324) 2024-02-13 16:10:19 +09:00
Asher Gomez
083a2b12ba
BREAKING(semver): remove SemVerRange and isSemVerRange() (#4295) 2024-02-09 23:30:39 +00:00
Asher Gomez
b9f3a74c8b
BREAKING(semver): remove eq(), gt(), gte(), lt(), lte() and neq() (#4294) 2024-02-09 23:26:42 +00:00
Asher Gomez
57fc775b31
BREAKING(semver): remove outside() (#4293) 2024-02-09 21:22:20 +11:00
Asher Gomez
980545f4b8
BREAKING(semver): remove Comparator functions (#4278)
* BREAKING(semver): remove comparator functions

* fix
2024-02-05 12:48:53 +11:00
Asher Gomez
1185f1a8f0
BREAKING(semver): remove rangeFormat() (#4265) 2024-02-02 16:56:56 +11:00
Asher Gomez
ef93ef3e72
BREAKING(semver): remove sort() (#4264) 2024-02-02 14:54:52 +09:00
David Luis
ad4abccb66
docs: replace markdown hyperlink syntax with {@link} tag where necessary. (#4253)
docs: replaces markdown hyperlink syntax with `{@link}` tag when necessary.
2024-02-01 09:19:46 +11:00
Tim Reichen
d23718945e
feat(tools,log,http,semver): check mod exports, export items consistently from mod.ts (#4229) 2024-01-25 18:36:46 +09:00
Tim Reichen
0a32c8f5e8
deprecation(semver): rename eq(), neq(), lt(), lte(), gt() and gte() (#4083)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-01-23 13:04:12 +09:00
Asher Gomez
5f9b85f5ab
BREAKING(semver): remove compareBuild() (#4181) 2024-01-14 20:16:27 +09:00
Asher Gomez
33d7d001a4
BREAKING(semver): remove rsort() (#4180) 2024-01-14 19:56:19 +09:00
Asher Gomez
8cd9c412b6
BREAKING(semver): remove cmp() (#4171) 2024-01-12 15:43:25 +11:00
Asher Gomez
122e36224b
BREAKING(semver): remove isSemVerComparator() (#4107) 2024-01-05 13:07:52 +11:00
Asher Gomez
6fa5b47191
BREAKING(semver): remove rcompare() (#4106) 2024-01-05 13:07:37 +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
Yoshiya Hinosawa
0d63e640fc
BREAKING(semver): remove deprecated APIs (#3591) 2023-08-31 19:44:22 +09:00
Lino Le Van
2b5d71224f
refactor: cleanup usage of double equals (#3566)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-08-25 18:04:43 +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
Asher Gomez
cf14c9b212
chore(tools): improved web-compatibility checks (#3263) 2023-03-18 21:36:00 +09:00
Justin Chase
4b1bb8be9c
fix(semver): allow unsetting build metadata (#3157) 2023-02-03 15:47:03 +09:00
Justin Chase
07f059ffab
feat(semver): add support for build metadata (#3126) 2023-01-26 16:39:37 +09:00
ayame113
b4239898d6
chore: update copyright header (#3082) 2023-01-03 19:47:44 +09:00
Asher Gomez
bf046b7ffa
chore(semver): remove deprecated functions (#2941) 2022-11-27 16:06:15 -05:00
Leo Kettmeir
aba5017d43
docs: reorganize docs (#2658) 2022-11-25 12:40:23 +01:00
Tim Reichen
0ca0641842
chore(semver): rename inc and diff (#2826) 2022-11-07 12:09:54 -05:00
Asher Gomez
3b9fb39ddd
chore: remove void and Promise<void> return types (#2550) 2022-08-24 10:21:57 +09:00
Kitson Kelly
e83306672e
docs: improve module documentation (#2511) 2022-08-11 21:51:20 +10:00
迷渡
e169864767
feat(semver): add "semver" module (#2434)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2022-07-18 13:17:42 +02:00