Releases: chantouchsek/validatorjs
Releases · chantouchsek/validatorjs
Release list
v2.2.8
🩹 Fixes
- deps: Bump pnpm/action-setup from 4 to 5 (fa2131c)
- deps: Bump pnpm/action-setup from 5 to 6 (9eb98e4)
- Handle empty string in isValidDate to prevent false positives in some environments (ea39424)
- deps: Replace deprecated standard-version with changelogen to fix trust downgrade error (126b9b3)
- Validate numeric date input using Number.isFinite and add NaN/Infinity tests (2d749b1)
- 🎨 fix styling by (eslint) (ffd0a9c)
- 🎨 fix styling by (eslint) (1f8f048)
- Handle empty string in isValidDate to prevent false positives in some environments (c259707)
- Validate numeric date input using Number.isFinite and add NaN/Infinity tests (f0bc5bd)
- 🎨 fix styling by (eslint) (81e4349)
- 🎨 fix styling by (eslint) (5178f9b)
🎨 Styles
- Collapse empty string guard to single line per review suggestion (95d6b1a)
- Remove blank line after empty string guard (f2ff78a)
- Collapse empty string guard to single line per review suggestion (998d2a8)
- Remove blank line after empty string guard (2f136cd)
❤️ Contributors
- Chantouchsek (@chantouchsek)
v2.2.7
- Fixed missing build
Full Changelog: v2.2.6...v2.2.7
v2.2.6
What's Changed
- fix: handle undefined or empty rules in validator by @chantouchsek in #1105
Full Changelog: v2.2.5...v2.2.6
v2.2.5
What's Changed
- chore(deps-dev): bump @types/node from 22.5.5 to 22.7.5 by @dependabot[bot] in #877
- chore(deps-dev): bump @antfu/eslint-config from 3.6.2 to 3.7.3 by @dependabot[bot] in #873
- fix(deps): bump rollup from 3.29.4 to 3.29.5 by @dependabot[bot] in #878
- chore(deps-dev): bump eslint from 9.10.0 to 9.12.0 by @dependabot[bot] in #876
- fix(deps): bump vite from 5.2.8 to 5.4.8 by @dependabot[bot] in #879
- chore(deps-dev): bump typescript from 5.6.2 to 5.6.3 by @dependabot[bot] in #880
- chore(deps-dev): bump @types/node from 22.7.5 to 22.7.6 by @dependabot[bot] in #882
- chore(deps-dev): bump @antfu/eslint-config from 3.7.3 to 3.8.0 by @dependabot[bot] in #881
- chore(deps-dev): bump eslint from 9.12.0 to 9.13.0 by @dependabot[bot] in #884
- chore(deps-dev): bump @types/node from 22.7.6 to 22.7.7 by @dependabot[bot] in #883
- chore(deps-dev): bump @types/node from 22.7.7 to 22.7.9 by @dependabot[bot] in #886
- chore(deps-dev): bump @types/node from 22.7.9 to 22.8.1 by @dependabot[bot] in #887
- chore(deps-dev): bump @types/node from 22.8.1 to 22.8.4 by @dependabot[bot] in #889
- chore(deps-dev): bump @types/node from 22.8.4 to 22.9.0 by @dependabot[bot] in #893
- chore(deps-dev): bump eslint from 9.13.0 to 9.14.0 by @dependabot[bot] in #891
- fix(deps): bump @eslint/plugin-kit from 0.2.0 to 0.2.3 by @dependabot[bot] in #895
- chore(deps-dev): bump @antfu/eslint-config from 3.8.0 to 3.9.1 by @dependabot[bot] in #894
- chore(deps-dev): bump @antfu/eslint-config from 3.9.1 to 3.9.2 by @dependabot[bot] in #901
- fix(deps): bump cross-spawn from 7.0.3 to 7.0.5 by @dependabot[bot] in #896
- chore(deps-dev): bump @commitlint/cli from 19.5.0 to 19.6.0 by @dependabot[bot] in #902
- chore(deps-dev): bump @commitlint/config-conventional from 19.5.0 to 19.6.0 by @dependabot[bot] in #900
- chore(deps-dev): bump @types/node from 22.9.0 to 22.9.1 by @dependabot[bot] in #899
- chore(deps-dev): bump husky from 9.1.6 to 9.1.7 by @dependabot[bot] in #898
- chore(deps-dev): bump eslint from 9.14.0 to 9.15.0 by @dependabot[bot] in #897
- chore(deps-dev): bump @types/node from 22.9.1 to 22.9.4 by @dependabot[bot] in #904
- chore(deps-dev): bump @types/node from 22.9.4 to 22.10.1 by @dependabot[bot] in #909
- chore(deps-dev): bump @antfu/eslint-config from 3.9.2 to 3.11.2 by @dependabot[bot] in #908
- chore(deps-dev): bump lint-staged from 15.2.10 to 15.2.11 by @dependabot[bot] in #911
- chore(deps-dev): bump @types/node from 22.10.1 to 22.10.2 by @dependabot[bot] in #912
- fix(deps): bump nanoid from 3.3.7 to 3.3.8 by @dependabot[bot] in #913
- chore(deps-dev): bump eslint from 9.15.0 to 9.17.0 by @dependabot[bot] in #916
- chore(deps-dev): bump @antfu/eslint-config from 3.11.2 to 3.12.0 by @dependabot[bot] in #914
- chore(deps-dev): bump @commitlint/cli from 19.6.0 to 19.6.1 by @dependabot[bot] in #915
- chore(deps-dev): bump @types/node from 22.10.2 to 22.15.0 by @dependabot[bot] in #976
- chore(deps-dev): bump @types/node from 22.15.0 to 22.15.2 by @dependabot[bot] in #978
- chore(deps-dev): bump eslint from 9.17.0 to 9.26.0 by @dependabot[bot] in #980
- fix(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot[bot] in #1006
- fix(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #1069
- fix(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #1086
- fix(deps): bump github/codeql-action from 3 to 4 by @dependabot[bot] in #1065
- fix(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #1103
- fix(deps): bump js-yaml from 4.1.0 to 4.1.1 by @dependabot[bot] in #1100
- fix(deps): bump brace-expansion from 1.1.11 to 1.1.12 by @dependabot[bot] in #1099
- fix(deps): bump glob from 10.4.5 to 10.5.0 by @dependabot[bot] in #1098
- chore(deps-dev): bump @types/node from 22.15.2 to 25.0.0 by @dependabot[bot] in #1095
- fix(deps): bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in #1096
- chore(deps-dev): bump unbuild from 3.6.0 to 3.6.1 by @dependabot[bot] in #1097
- chore(deps-dev): bump typescript from 5.9.2 to 5.9.3 by @dependabot[bot] in #1101
- chore(deps-dev): bump @commitlint/config-conventional from 19.6.0 to 20.2.0 by @dependabot[bot] in #1089
- chore(deps-dev): bump lint-staged from 15.2.11 to 16.2.7 by @dependabot[bot] in #1085
- chore(deps-dev): bump @commitlint/cli from 19.6.1 to 20.2.0 by @dependabot[bot] in #1090
- chore(deps-dev): bump eslint from 9.26.0 to 9.39.1 by @dependabot[bot] in #1083
- chore(deps-dev): bump @antfu/eslint-config from 3.12.0 to 6.6.1 by @dependabot[bot] in #1094
Full Changelog: v2.2.4...v2.2.5
v2.2.4
What's Changed
- chore(deps-dev): bump @antfu/eslint-config from 3.4.1 to 3.5.0 by @dependabot in #859
- chore(deps-dev): bump @antfu/eslint-config from 3.5.0 to 3.5.1 by @dependabot in #860
- chore(deps-dev): bump @types/node from 22.5.4 to 22.5.5 by @dependabot in #866
- chore(deps-dev): bump @commitlint/config-conventional from 19.4.1 to 19.5.0 by @dependabot in #863
- chore(deps-dev): bump @commitlint/cli from 19.4.1 to 19.5.0 by @dependabot in #861
- chore(deps-dev): bump husky from 9.1.5 to 9.1.6 by @dependabot in #862
- chore(deps-dev): bump @antfu/eslint-config from 3.5.1 to 3.6.2 by @dependabot in #865
Full Changelog: v2.2.3...v2.2.4
v2.2.3
What's Changed
- chore(deps-dev): bump @types/node from 22.5.0 to 22.5.2 by @dependabot in #852
- chore(deps-dev): bump lint-staged from 15.2.9 to 15.2.10 by @dependabot in #851
- chore(deps-dev): bump @commitlint/config-conventional from 19.2.2 to 19.4.1 by @dependabot in #848
- chore(deps-dev): bump eslint from 9.9.0 to 9.9.1 by @dependabot in #845
- chore(deps-dev): bump @commitlint/cli from 19.4.0 to 19.4.1 by @dependabot in #847
- chore(deps-dev): bump @types/node from 22.5.2 to 22.5.4 by @dependabot in #854
- chore(deps-dev): bump @antfu/eslint-config from 2.27.1 to 3.3.2 by @dependabot in #856
Full Changelog: v2.2.2...v2.2.3
v2.2.2
What's Changed
- chore(deps-dev): bump eslint from 9.3.0 to 9.4.0 by @dependabot in #780
- chore(deps-dev): bump @types/node from 20.12.13 to 20.14.0 by @dependabot in #781
- chore(deps-dev): bump @antfu/eslint-config from 2.19.1 to 2.20.0 by @dependabot in #782
- chore(deps-dev): bump @types/node from 20.14.0 to 20.14.1 by @dependabot in #783
- chore(deps-dev): bump @types/node from 20.14.1 to 20.14.2 by @dependabot in #784
- chore(deps-dev): bump lint-staged from 15.2.5 to 15.2.6 by @dependabot in #786
- chore(deps-dev): bump @antfu/eslint-config from 2.20.0 to 2.21.1 by @dependabot in #787
- chore(deps-dev): bump lint-staged from 15.2.6 to 15.2.7 by @dependabot in #788
- chore(deps-dev): bump eslint from 9.4.0 to 9.5.0 by @dependabot in #789
- chore(deps-dev): bump typescript from 5.4.5 to 5.5.2 by @dependabot in #793
- chore(deps-dev): bump @types/node from 20.14.2 to 20.14.7 by @dependabot in #794
- chore(deps-dev): bump @types/node from 20.14.7 to 20.14.8 by @dependabot in #795
- chore(deps-dev): bump @types/node from 20.14.8 to 20.14.9 by @dependabot in #796
- chore(deps-dev): bump eslint from 9.5.0 to 9.6.0 by @dependabot in #798
- chore(deps-dev): bump @antfu/eslint-config from 2.21.1 to 2.21.2 by @dependabot in #797
- chore(deps-dev): bump @types/node from 20.14.9 to 20.14.10 by @dependabot in #800
- chore(deps-dev): bump vitest and @vitest/coverage-v8 by @dependabot in #804
- chore(deps-dev): bump @antfu/eslint-config from 2.21.2 to 2.22.0 by @dependabot in #803
- chore(deps-dev): bump @antfu/eslint-config from 2.22.0 to 2.23.0 by @dependabot in #812
- chore(deps-dev): bump husky from 9.0.11 to 9.1.0 by @dependabot in #811
- chore(deps-dev): bump husky from 9.1.0 to 9.1.1 by @dependabot in #813
- chore(deps-dev): bump @types/node from 20.14.10 to 20.14.11 by @dependabot in #809
- chore(deps-dev): bump eslint from 9.6.0 to 9.7.0 by @dependabot in #806
- chore(deps-dev): bump vitest and @vitest/coverage-v8 by @dependabot in #807
- chore(deps-dev): bump @types/node from 20.14.11 to 20.14.12 by @dependabot in #818
- chore(deps-dev): bump vitest and @vitest/coverage-v8 by @dependabot in #815
- chore(deps-dev): bump @antfu/eslint-config from 2.23.0 to 2.23.2 by @dependabot in #817
- chore(deps-dev): bump typescript from 5.5.2 to 5.5.4 by @dependabot in #816
- chore(deps-dev): bump husky from 9.1.1 to 9.1.2 by @dependabot in #819
- chore(deps-dev): bump husky from 9.1.2 to 9.1.4 by @dependabot in #824
- chore(deps-dev): bump vitest and @vitest/coverage-v8 by @dependabot in #827
- chore(deps-dev): bump @commitlint/cli from 19.3.0 to 19.4.0 by @dependabot in #830
- chore(deps-dev): bump lint-staged from 15.2.7 to 15.2.9 by @dependabot in #835
- chore(deps-dev): bump eslint from 9.7.0 to 9.9.0 by @dependabot in #833
- chore(deps-dev): bump @antfu/eslint-config from 2.23.2 to 2.27.1 by @dependabot in #844
Full Changelog: v2.2.1...v2.2.2
v2.2.1
What's changed
- republished the package
- correct translation fo array.max: 49face9
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- chore(deps-dev): bump lint-staged from 15.2.2 to 15.2.4 by @dependabot in #774
- chore(deps-dev): bump lint-staged from 15.2.4 to 15.2.5 by @dependabot in #776
- chore(deps-dev): bump @types/node from 20.12.12 to 20.12.13 by @dependabot in #778
- Feat/762 wildcard attributes by @chantouchsek in #779
Full Changelog: v2.1.4...v2.2.0