std/semver
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
..
_constants.ts fix(semver): throw on invalid input in parseRange() (#5567) 2024-07-30 12:31:20 +10:00
_shared.ts refactor: make the code work under verbatimModuleSyntax (#4406) 2024-02-27 21:57:25 +00:00
_test_comparator_set.ts feat(semver): greaterThanRange() and lessThanRange() (#4534) 2024-04-03 15:22:18 +09:00
can_parse_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
can_parse.ts fix(semver): do not throw in canParse (#5583) 2024-07-31 13:01:17 +09:00
compare_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
compare.ts 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) 2024-06-30 08:30:10 +00:00
deno.json chore(semver): release semver@1.0.0 (#5220) 2024-07-31 14:03:22 +10:00
difference_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
difference.ts 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) 2024-06-30 08:30:10 +00:00
equals_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
equals.ts docs(semver): minor documentation cleanups (#5178) 2024-06-28 15:47:34 +10:00
format_range_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
format_range.ts docs(semver): minor documentation cleanups (#5178) 2024-06-28 15:47:34 +10:00
format_test.ts BREAKING(semver): make invalid SemVer constants private (#5168) 2024-06-27 17:50:19 +09:00
format.ts 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) 2024-06-30 08:30:10 +00:00
greater_or_equal_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
greater_or_equal.ts 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) 2024-06-30 08:30:10 +00:00
greater_than_range_test.ts fix(semver): correctly remove spaces between operators and versions in parseRange() (#5564) 2024-07-29 13:06:42 +09:00
greater_than_range.ts 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) 2024-06-30 08:30:10 +00:00
greater_than_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
greater_than.ts 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) 2024-06-30 08:30:10 +00:00
increment_test.ts refactor(semver): throw TypeError if release is invalid in increment() (#5565) 2024-07-29 15:13:17 +09:00
increment.ts refactor(semver): throw TypeError if release is invalid in increment() (#5565) 2024-07-29 15:13:17 +09:00
is_range_test.ts BREAKING(semver): make invalid SemVer constants private (#5168) 2024-06-27 17:50:19 +09:00
is_range.ts fix(semver): throw on invalid input in parseRange() (#5567) 2024-07-30 12:31:20 +10:00
is_semver_test.ts BREAKING(semver): make invalid SemVer constants private (#5168) 2024-06-27 17:50:19 +09:00
is_semver.ts 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) 2024-06-30 08:30:10 +00:00
less_or_equal_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
less_or_equal.ts 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) 2024-06-30 08:30:10 +00:00
less_than_range_test.ts fix(semver): correctly remove spaces between operators and versions in parseRange() (#5564) 2024-07-29 13:06:42 +09:00
less_than_range.ts 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) 2024-06-30 08:30:10 +00:00
less_than_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
less_than.ts 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) 2024-06-30 08:30:10 +00:00
max_satisfying_test.ts fix(semver): throw on invalid input in parseRange() (#5567) 2024-07-30 12:31:20 +10:00
max_satisfying.ts 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) 2024-06-30 08:30:10 +00:00
min_satisfying_test.ts fix(semver): throw on invalid input in parseRange() (#5567) 2024-07-30 12:31:20 +10:00
min_satisfying.ts 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) 2024-06-30 08:30:10 +00:00
mod.ts BREAKING(semver): replace prerelease and buildmetadata arguments with options object (#5471) 2024-07-18 14:53:54 +10:00
not_equals_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
not_equals.ts 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) 2024-06-30 08:30:10 +00:00
parse_range_test.ts fix(semver): throw on invalid input in parseRange() (#5567) 2024-07-30 12:31:20 +10:00
parse_range.ts fix(semver): throw on invalid input in parseRange() (#5567) 2024-07-30 12:31:20 +10:00
parse_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
parse.ts refactor(semver): throw TypeError if release is invalid in increment() (#5565) 2024-07-29 15:13:17 +09:00
range_intersects_test.ts docs(semver): improve docs (#4846) 2024-05-27 19:03:20 +09:00
range_intersects.ts 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) 2024-06-30 08:30:10 +00:00
satisfies_test.ts fix(semver): throw on invalid input in parseRange() (#5567) 2024-07-30 12:31:20 +10:00
satisfies.ts 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) 2024-06-30 08:30:10 +00:00
try_parse_range.ts docs(semver): improve docs (#4846) 2024-05-27 19:03:20 +09:00
try_parse_test.ts test(semver): add tryParse() tests (#5161) 2024-06-27 15:05:59 +09:00
try_parse.ts BREAKING(semver): do not accept undefined input in tryParse (#5584) 2024-07-31 12:59:44 +09:00
types.ts docs(cli,csv,datetime,fmt,fs,http,ini,semver,testing): assert optional properties on types/interfaces have @default tag (#4933) 2024-07-11 09:21:37 +00:00