Skip to content

Latest commit

 

History

History
456 lines (147 loc) · 18.3 KB

CHANGELOG.md

File metadata and controls

456 lines (147 loc) · 18.3 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.2 (2023-03-29)

Note: Version bump only for package @vuelidate/validators

2.0.1 (2023-03-26)

Bug Fixes

2.0.0 (2022-09-25)

Note: Version bump only for package @vuelidate/validators

2.0.0-alpha.32 (2022-09-25)

Note: Version bump only for package @vuelidate/validators

2.0.0-alpha.31 (2022-07-23)

Bug Fixes

Features

  • add index to forEach and ValidateEach helpers (#1065) (b9dd30c)

2.0.0-alpha.30 (2022-06-24)

Bug Fixes

  • types: add Ref type to parameters in validators, fixes #1054 (0962038)

2.0.0-alpha.29 (2022-05-01)

Bug Fixes

  • types: add MessageProps $params types to attributes (#1033) (8502d1a)
  • types: minLength param type (0d10b26)
  • validators: improves the minLength and maxValue validator messages, closes #1040 (4c8c218)

2.0.0-alpha.28 (2022-03-26)

Bug Fixes

2.0.0-alpha.27 (2022-03-13)

Bug Fixes

  • requiredIf and requiredUnless pre-trim value before validation to match required (#997) (72bad52)

Features

2.0.0-alpha.26 (2021-12-28)

Bug Fixes

2.0.0-alpha.25 (2021-11-01)

Bug Fixes

  • update vue-demi and composition-api to latest versions, closes #963 (#967) (cb12037)

2.0.0-alpha.24 (2021-10-20)

Bug Fixes

  • validators: add $invalid and $error to forEach (#955) (7ca6e3a)

2.0.0-alpha.23 (2021-10-06)

Bug Fixes

Features

  • validators: provide colletion item to forEach helper (#944) (9661d4d)

2.0.0-alpha.22 (2021-09-17)

Bug Fixes

  • validators: prevent forEach helper from throwing, when a state property has no validator (#932), closes #931 (2cd1fbb)
  • validators: update the url validator, to reduce potential ReDos attacks (#933) (1f0ca31)

2.0.0-alpha.21 (2021-08-14)

Note: Version bump only for package @vuelidate/validators

2.0.0-alpha.20 (2021-08-08)

Note: Version bump only for package @vuelidate/validators

2.0.0-alpha.19 (2021-07-28)

Bug Fixes

  • email validation with uppercase domain (#888) (d028e16)

Features

2.0.0-alpha.18 (2021-07-01)

Features

  • validators: add a new forEach helper, and @vuelidate/components package (#880) (102c6cd)

2.0.0-alpha.17 (2021-06-07)

Bug Fixes

  • validators: async handling of and, or. Change requiredIf and requiredUnless to sync only (#864) (6e7eedb)

BREAKING CHANGES

  • validators: 1. Async validators passed to and and or must be wrapped in withAsync.
  1. requiredIf and requiredUnless no longer work with functions, returning a Promise.

2.0.0-alpha.16 (2021-06-04)

Note: Version bump only for package @vuelidate/validators

2.0.0-alpha.15 (2021-05-23)

Code Refactoring

  • core: revert back to assuming sync validators via computed and using withAsync for async validators (#860) (d45ea36)

BREAKING CHANGES

  • core: Async validators must be wrapped in withAsync

2.0.0-alpha.14 (2021-05-18)

Bug Fixes

  • validators: properly pass the this context to validators (#845) (93f57a6)

2.0.0-alpha.13 (2021-04-07)

Bug Fixes

  • validators: allow not, and, or to accept async validators (#823) (d7ae436)
  • replace $invalid with $valid for validator response (#822) (d7c6c00)

2.0.0-alpha.12 (2021-02-20)

Note: Version bump only for package @vuelidate/validators

2.0.0-alpha.11 (2021-02-18)

Bug Fixes

  • validators: pass value to function in requiredIf and requiredUnless (a311d22), closes #806

2.0.0-alpha.10 (2021-02-17)

Code Refactoring

  • core: change all validators to be async, removes withAsync helper (#795) (3a76cd6)

Features

  • core: Support returning none boolean data from validators. (#739) (caf0eb8)

BREAKING CHANGES

  • core: Unit tests will require users to always use nextTick between changes.

2.0.0-alpha.9 (2021-02-12)

Bug Fixes

  • validators: add the helpers to the types (dd1105d)

2.0.0-alpha.8 (2021-02-07)

Note: Version bump only for package @vuelidate/validators

2.0.0-alpha.7 (2021-02-04)

Bug Fixes

  • types: declare second sameAs validator parameter as optional (#773) (#776) (9ed9365)

2.0.0-alpha.6 (2021-02-04)

Bug Fixes

  • improve the validator message consistency (#779) (9d47c3c)
  • remove side effects from withMessage helper (#763) (e77a610)

2.0.0-alpha.5 (2020-11-02)

Note: Version bump only for package @vuelidate/validators

2.0.0-alpha.4 (2020-10-24)

Note: Version bump only for package @vuelidate/validators

2.0.0-alpha.3 (2020-10-23)

Bug Fixes

  • validators: fix not,or, and validators (#724) (995c6f9)
  • validators: Unify minLength validator format (#726) (e5d755a)
  • validators: update "numeric" validator (#711) (a80b157)
  • validators: update email regex validator (#718) (d68a480)

Features

2.0.0-alpha.2 (2020-09-13)

Features

  • compat: use vue-demi in validators package (baf8816)

2.0.0-alpha.1 (2020-08-08)

Bug Fixes

  • validators: add unwrap calls to the core helpers like "req", "len", "regex", along with some validators (b6ec948)

Features

  • validators: add promise as property resolver (aab11d1)
  • validators: expose an isTruthy helper (dc2235e)
  • add $dirty cache WIP (5725a38)
  • add validate function and other improvements (#663) (0d1ca73)

1.0.0-alpha.2 (2019-11-05)

Note: Version bump only for package @vuelidate/validators

1.0.0-alpha.1 (2019-11-04)

Features

  • validators: improve utils organisation (4d710df)
  • validators: Update validators to v 1.x. (2e5b8c9)
  • add jest as a global and package level test runner (eb4c875)
  • move validator tests (658a615)
  • Rewrite Vuelidate with Vue 3.0 new reactivity API (0794780)

1.0.0-alpha.1 (2019-11-04)

Features

  • validators: improve utils organisation (4d710df)
  • validators: Update validators to v 1.x. (2e5b8c9)
  • add jest as a global and package level test runner (eb4c875)
  • move validator tests (658a615)
  • Rewrite Vuelidate with Vue 3.0 new reactivity API (0794780)