denobot
67e9cfa0ff
chore: release 2024.09.04 ( #5908 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-04 19:37:53 +09:00
Kenta Moriuchi
4d4bd0eb92
refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes"
option ( #5892 )
2024-09-04 14:15:01 +09:00
denobot
2b3683b6fb
chore: release 2024.08.26 ( #5824 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-08-26 17:33:29 +09:00
Ian Bull
77547f1e7d
refactor(semver): align additional error messages ( #5785 )
2024-08-23 12:39:56 +09:00
Tim Reichen
f3a22c0553
refactor(semver): unify param names ( #5700 )
2024-08-19 13:33:42 +09:00
denobot
fdadd531af
chore: release 2024.08.05 ( #5632 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-08-06 00:08:58 +09:00
Tim Reichen
9d8789384f
docs(semver): remove diagram line overlaps ( #5624 )
2024-08-03 15:25:51 +09:00
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
Yoshiya Hinosawa
34d4be948b
docs(semver): clarify compare
docs ( #5586 )
2024-07-31 15:54:14 +09:00
Yoshiya Hinosawa
3d09aa31ee
BREAKING(semver): remove the handling of non-standard SemVers in format function ( #5587 )
2024-07-31 15:26:57 +09:00
Asher Gomez
b328265596
chore(semver): release semver@1.0.0
( #5220 )
...
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-07-31 14:03:22 +10:00
Yoshiya Hinosawa
d8a23fefe5
fix(semver): do not throw in canParse
( #5583 )
2024-07-31 13:01:17 +09:00
Yoshiya Hinosawa
8baede0eb5
BREAKING(semver): do not accept undefined input in tryParse
( #5584 )
2024-07-31 12:59:44 +09:00
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
Asher Gomez
b4726c7950
refactor(semver): throw TypeError
if release is invalid in increment()
( #5565 )
2024-07-29 15:13:17 +09:00
Asher Gomez
2b33b55881
fix(semver): correctly remove spaces between operators and versions in parseRange()
( #5564 )
2024-07-29 13:06:42 +09:00
denobot
3ee4c4dd43
chore: release 2024.07.19 ( #5494 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-19 20:22:43 +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
denobot
f54eab4355
chore: release 2024.07.12 ( #5431 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-12 19:45:19 +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
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
c181c86819
chore(semver): release semver@1.0.0-rc.1
( #5181 )
2024-06-28 20:54:55 +10: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
581171212f
test(semver): add tryParse()
tests ( #5161 )
...
* tests(semver): add `tryParse()` tests
* Apply suggestions from code review
---------
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-06-27 15:05:59 +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
denobot
0ea4868542
chore: release 2024.06.06 ( #4984 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-06 20:26:57 +09: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
denobot
b9374d3715
chore: release 2024.06.03 ( #4935 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-03 15:44:03 +09: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
denobot
673c436739
chore: release 2024.05.29 ( #4883 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-05-29 18:56:12 +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
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
Asher Gomez
3f9d4a8494
chore: simplify deprecation notice check ( #4577 )
2024-04-17 15:36:50 +09:00
Yoshiya Hinosawa
6220121f43
deprecation(semver): deprecate rangeMax()
and rangeMin()
( #4561 )
...
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-04-11 16:38:01 +09:00
Asher Gomez
46d9fa594c
chore: update browser-compatible files with declaration ( #4560 )
2024-04-10 12:43:44 +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
b8c110ddc8
[unstable] BREAKING(semver): remove comparator.semver field ( #4533 )
2024-03-28 13:18:55 +09:00
Yoshiya Hinosawa
824625830f
[unstable] BREAKING(semver): remove gtr()
and ltr()
( #4450 )
2024-03-08 14:14:25 +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
Asher Gomez
e78961b52c
[unstable] BREAKING(semver): remove reverseSort()
( #4422 )
...
BREAKING(semver): remove `rsort()`
2024-03-07 13:15:20 +11:00
Tim Reichen
4f6709ea57
refactor(semver): improve parseRange()
logic ( #4375 )
...
* initial commit
* update
* fmt
* update
* Update parse_range.ts
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
* Update parse_range.ts
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
* tweak
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-03-05 11:00:55 +11:00
Tim Reichen
2c6d068e5a
chore(semver): move comparator functions into range files ( #4387 )
...
* initial commit
* update
* update
* add tests
* fix
---------
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-03-01 18:43:28 +12:00
David Sherret
b72ec0651e
chore: latest verbatim-module-syntax fixes ( #4418 )
2024-02-29 18:01:26 -05: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
Tim Reichen
513805661b
chore(semver): remove legacy Range.ranges
object definition ( #4374 )
...
* initial commit
* remove obsolete type
* minify
* update
2024-02-23 20:35:19 +11:00