formvalidator-swift
formvalidator-swift copied to clipboard
A framework to validate inputs of text fields and text views in a convenient way.
### Description Add support for [Danger](https://danger.systems/) to help lint PR's.
### Description Add support for the [Swift Package Manager](https://github.com/apple/swift-package-manager) (Swift PM). ### Notes - At the time of writing this ticket, Swift PM does not support [explicitly including Apple modules...
### Description - Add support for the new SwiftUI framework ### Other Information - Dev docs: https://developer.apple.com/documentation/swiftui/ - Dev tutorials: https://developer.apple.com/tutorials/swiftui/ - Relevant WWDC sessions: - SwiftUI Essentials: https://developer.apple.com/videos/play/wwdc2019/216/ -...
### Description Add support for the new Combine framework. ### Other information - Dev docs: https://developer.apple.com/documentation/combine - Relevant WWDC sessions: - Introducing Combine: https://developer.apple.com/videos/play/wwdc2019/722/ - Combine in Practice: https://developer.apple.com/videos/play/wwdc2019/721/ -...
### Description Automate the release process. ### Details Automate releasing a new version of the framework using Fastlane. This could include, but not limited to: - [x] Version Bump -...
### Description I think we should add a link to the original Obj-C FormValidator as it has some history, context and original motivations when it was developed here. ### Suggestion...
It would be nice if it were easier to update the `localizedViolationString` when initialising a violation object. For example I currently have an extension on `Validator` which allows me to...
I use https://github.com/CosmicMind/Material Which has it's own styled `UITextField` subclasses. My subclassed text field implements `ValidatorControl` protocol. ```swift class ValidationTextField: ErrorTextField, ValidatorControl ``` It would be good if I could...
### Description Update `EmailCondition` and `EmailValidator` to include support for Unicode per [RFC 6530](https://tools.ietf.org/html/rfc6530) as an option. ### Notes - See also issue #28 `Option to allow unicode for AlphabeticValidator`.
### Description PR #22 `Feature/credit card validator` added credit card validation. Many of the `Localizable.strings` files need translating for the new violation string. Languages that need translations: - [ ]...