std/semver
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
..
_constants.ts BREAKING(semver): remove the handling of non-standard SemVers in format function (#5587) 2024-07-31 15:26:57 +09:00
_shared.ts refactor(semver): align additional error messages (#5785) 2024-08-23 12:39:56 +09: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 refactor(semver): unify param names (#5700) 2024-08-19 13:33:42 +09:00
compare_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
compare.ts refactor(semver): unify param names (#5700) 2024-08-19 13:33:42 +09:00
deno.json chore: release 2024.09.04 (#5908) 2024-09-04 19:37:53 +09:00
difference_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
difference.ts refactor(semver): unify param names (#5700) 2024-08-19 13:33:42 +09:00
equals_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
equals.ts refactor(semver): unify param names (#5700) 2024-08-19 13:33:42 +09:00
format_range_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
format_range.ts BREAKING(semver): remove the handling of non-standard SemVers in format function (#5587) 2024-07-31 15:26:57 +09:00
format_test.ts BREAKING(semver): remove the handling of non-standard SemVers in format function (#5587) 2024-07-31 15:26:57 +09:00
format.ts refactor(semver): unify param names (#5700) 2024-08-19 13:33:42 +09: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(semver): unify param names (#5700) 2024-08-19 13:33:42 +09: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(semver): unify param names (#5700) 2024-08-19 13:33:42 +09:00
greater_than_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
greater_than.ts refactor(semver): unify param names (#5700) 2024-08-19 13:33:42 +09:00
increment_test.ts 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
increment.ts 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
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): remove the handling of non-standard SemVers in format function (#5587) 2024-07-31 15:26:57 +09:00
is_semver.ts BREAKING(semver): remove the handling of non-standard SemVers in format function (#5587) 2024-07-31 15:26:57 +09: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(semver): unify param names (#5700) 2024-08-19 13:33:42 +09: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(semver): unify param names (#5700) 2024-08-19 13:33:42 +09:00
less_than_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
less_than.ts refactor(semver): unify param names (#5700) 2024-08-19 13:33:42 +09: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 docs(semver): remove diagram line overlaps (#5624) 2024-08-03 15:25:51 +09:00
not_equals_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
not_equals.ts refactor(semver): unify param names (#5700) 2024-08-19 13:33:42 +09:00
parse_range_test.ts refactor(semver): align additional error messages (#5785) 2024-08-23 12:39:56 +09:00
parse_range.ts refactor(semver): align additional error messages (#5785) 2024-08-23 12:39:56 +09:00
parse_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
parse.ts refactor(semver): align additional error messages (#5785) 2024-08-23 12:39:56 +09:00
range_intersects_test.ts docs(semver): improve docs (#4846) 2024-05-27 19:03:20 +09:00
range_intersects.ts refactor(semver): unify param names (#5700) 2024-08-19 13:33:42 +09:00
satisfies_test.ts fix(semver): throw on invalid input in parseRange() (#5567) 2024-07-30 12:31:20 +10:00
satisfies.ts refactor(semver): unify param names (#5700) 2024-08-19 13:33:42 +09:00
try_parse_range.ts refactor(semver): unify param names (#5700) 2024-08-19 13:33:42 +09:00
try_parse_test.ts test(semver): add tryParse() tests (#5161) 2024-06-27 15:05:59 +09:00
try_parse.ts refactor(semver): unify param names (#5700) 2024-08-19 13:33:42 +09:00
types.ts docs(semver): fix Comparator example (#5585) 2024-07-31 15:54:59 +09:00