Skip to content
This repository has been archived by the owner on Jan 9, 2022. It is now read-only.

Releases: JensDll/vue3-form-validation

v5.1.0

10 Dec 16:47
654c3d7
Compare
Choose a tag to compare

Breaking Changes

This release removes all default validation behaviors. To not force any unwanted names, VBFs need to be implemented manually now. Check out the Validation Behavior section in the docs.

v5.0.10

09 Dec 17:13
Compare
Choose a tag to compare

What's Changed

  • Make sure to throw an ValidationError when the form is changed during validation by @JensDll in #195

v5.0.9

09 Dec 15:52
Compare
Choose a tag to compare

What's Changed

  • Always return a Promise from $validate and improve the test coverage by @JensDll in #194

v5.0.8

09 Dec 11:30
Compare
Choose a tag to compare

What's Changed

  • Always return a Promise from $validate and improve the test coverage by @JensDll in #194

v5.0.7

26 Nov 11:58
Compare
Choose a tag to compare

What's Changed

v5.0.6

22 Nov 16:40
4b22810
Compare
Choose a tag to compare

What's Changed

  • Include force and change as default validation behavior

v5.0.5

20 Nov 11:52
Compare
Choose a tag to compare

What's Changed

Exported type TransformedFormData renamed to TransformFormData.

v5.0.4

13 Nov 12:58
Compare
Choose a tag to compare

Fixes a bug with remove introduced in v5.0.3

v5.0.3

13 Nov 12:45
Compare
Choose a tag to compare

Made some internal improvements.

v5.0.2

30 Oct 10:21
Compare
Choose a tag to compare

Fixes a bug with debounced rules in combination with resetFields.