Skip to content

Releases: vuelidate/vuelidate

@vuelidate/core@2.0.1

26 Mar 08:01
Compare
Choose a tag to compare

2.0.1 (2023-03-26)

Bug Fixes

  • refactor the build process to use rollup instead of bili and properly build .mjs files. (#1171)

@vuelidate/core@2.0.0

25 Sep 15:47
Compare
Choose a tag to compare
@vuelidate/core@2.0.0

@vuelidate/validators@2.0.0-alpha.31

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

Bug Fixes

Features

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

@vuelidate/core@2.0.0-alpha.43

23 Jul 07:36
Compare
Choose a tag to compare

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

Bug Fixes

  • Add support for Vue 2.7 (#1082), closes #1079 (f3663e1)
  • types: extend BaseValidation type to allow accessing form properties directly on v$ (#1088) (9545160)

Features

@vuelidate/validators@2.0.0-alpha.29

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)

@vuelidate/core@2.0.0-alpha.41

01 May 10:09
Compare
Choose a tag to compare

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

Bug Fixes

@vuelidate/core@2.0.0-alpha.39

28 Mar 19:32
Compare
Choose a tag to compare

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

Bug Fixes

  • types: build issue with typescript undefined error (#1024) (2c1f83e)

@vuelidate/core@2.0.0-alpha.38

27 Mar 17:04
Compare
Choose a tag to compare

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

Bug Fixes

  • core: make sure $validate, triggers newly added children (#1023) (800d240)

@vuelidate/core@2.0.0-alpha.37

27 Mar 10:33
Compare
Choose a tag to compare

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

Bug Fixes

  • core: fix typo in symbol description (#1004) (a2de77f)
  • types: export BaseValidation for typing props (#994) (d61410f)
  • types: make the validation arguments optional. it's not always needed to validate everything (#1022) (073f3d8)

@vuelidate/validators@2.0.0-alpha.26

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

Bug Fixes