Releases: Open-Bytes/SwiftUIFormValidator
Releases · Open-Bytes/SwiftUIFormValidator
1.2.2
1.2.1
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
Optimize validation logic by eliminating unnecessary checks for duplicate values.
1.1.0
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
Fix a memory leak in FormValidator.
A contribution by https://github.com/sasojadrovski.
1.0.3
Introduce an approach for triggering the validation for specific fiel…
1.0.2
Imprort Foundation in PasswordFormField because it fails without it w…
1.0.1
Imprort Foundation in DateFormField because it fails without it with …
1.0.0
Update README.md
0.20.0
Add onValidate closure to all publishers to act to validation event