Skip to content

Releases: Open-Bytes/SwiftUIFormValidator

1.2.2

22 Apr 13:00

Choose a tag to compare

Fix issue #22

1.2.1

14 Nov 22:36
99c0e27

Choose a tag to compare

Resolved the issue with the FormField property wrapper not responding to changes from onChange or onReceive listeners.

The version is contributed with love by Kemal Turk kmltrk07@gmail.com.

1.2.0

31 Oct 18:08

Choose a tag to compare

Optimize validation logic by eliminating unnecessary checks for duplicate values.

1.1.0

17 Oct 15:28

Choose a tag to compare

Fix CocoaPods Issue: Resolved an issue where CocoaPods was pointing to the outdated repository of the library. This update ensures that the correct, up-to-date version is now being used.

1.0.4

09 Jun 13:33
29547a9

Choose a tag to compare

Fix a memory leak in FormValidator.
A contribution by https://github.com/sasojadrovski.

1.0.3

09 Jun 13:27

Choose a tag to compare

Introduce an approach for triggering the validation for specific fiel…

1.0.2

15 May 21:06

Choose a tag to compare

Imprort Foundation in PasswordFormField because it fails without it w…

1.0.1

15 May 21:06

Choose a tag to compare

Imprort Foundation in DateFormField because it fails without it with …

1.0.0

14 May 21:08

Choose a tag to compare

Update README.md

0.20.0

18 Jan 16:42

Choose a tag to compare

Add onValidate closure to all publishers to act to validation event