Skip to content

Latest commit

 

History

History
90 lines (49 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

90 lines (49 loc) · 1.83 KB

Version 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.

Version 1.2.0

Optimize validation logic by eliminating unnecessary checks for duplicate values.

Version 0.19.2

  • Add onFormChanged to FormValidation to act to form changes.

Version 0.19.1

  • Add onFormChanged to FormValidation to act to form changes.

Version 0.19.0

  • Add onFormChanged to FormValidation to act to form changes.

Version 0.18.1

  • Provide FormValidation.allFilled as a publisher.

Version 0.18.0

  • Provide FormValidation.allFilled as a publisher.

Version 0.17.0

  • Add FormValidation.isAllFiled() for checking all fields are filled.

Version 0.16.0

  • Add FormValidation.errorsDescription() to get a description for all errors messages separated with new line.

Version 0.15.0

  • Add ValidationType.silent to allow handling the errors by library user.

Version 0.14.0

  • Provide an option for customizing the error view.

Version 0.13.1

  • Support macOS 10_15 as a minimum version.

Version 0.13.0

  • Support nullable validation container

Version 0.12.4

  • Fix issue #1 error message not displayed with composite validators

Version 0.12.3

  • Fix exclude in Package.swift

Version 0.12.2

  • Fix exclude in Package.swift

Version 0.12.1

  • Fix exclude in Package.swift

Version 0.12.0

  • Add password validation

Version 0.11.1)

  • Ignore validating disabled validator in FormValidation.isAllValid

Version 0.11.0)

  • Add disable validation feature

Version 0.10.0

  • Add CompositeValidator
  • Add PasswordValidator
  • Add CountValidator
  • Add PrefixValidator
  • Add SuffixValidator