std/semver
Tim Reichen 7af112a933
refactor(semver): make increment() more readable (#4057)
* initial commit

* update

* Apply suggestions from code review

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-03 01:27:08 +00:00
..
_constants.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_shared.ts refactor(semver): rename OPERATOR_REGEXP to OPERATOR_XRANGE_REGEXP (#4056) 2024-01-02 21:38:16 +09:00
can_parse_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
can_parse.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
cmp_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
cmp.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
comparator_format.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
comparator_intersects_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
comparator_intersects.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
comparator_max.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
comparator_min.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
comparator_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
compare_build_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
compare_build.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
compare_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
compare.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
constants.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
difference_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
difference.ts refactor(semver): make difference() more readable (#4054) 2024-01-03 07:50:29 +11:00
eq_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
eq.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
format_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
format.ts deprecation(semver): deprecate format() style argument (#4050) 2024-01-02 20:54:56 +09:00
gt_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
gt.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
gte_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
gte.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
gtr_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
gtr.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
increment_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
increment.ts refactor(semver): make increment() more readable (#4057) 2024-01-03 01:27:08 +00:00
is_comparator_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
is_comparator.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
is_semver_comparator.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
is_semver_range_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
is_semver_range.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
is_semver_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
is_semver.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
lt_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
lt.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
lte.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
ltr_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
ltr.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
max_satisfying_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
max_satisfying.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
min_satisfying_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
min_satisfying.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
mod.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
neq_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
neq.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
outside_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
outside.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
parse_comparator.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
parse_range.ts refactor(semver): rename OPERATOR_REGEXP to OPERATOR_XRANGE_REGEXP (#4056) 2024-01-02 21:38:16 +09:00
parse_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
parse.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
range_format.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
range_intersects_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
range_intersects.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
range_max.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
range_min_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
range_min.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
range_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
rcompare_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
rcompare.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
reverse_sort_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
reverse_sort.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
rsort.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
sort_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
sort.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
test_comparator_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
test_comparator.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
test_range.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
try_parse_comparator.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
try_parse_range.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
try_parse.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
types.ts deprecation(semver): deprecate format() style argument (#4050) 2024-01-02 20:54:56 +09:00