willowtreeapps / conductor-mobile

Conductor Mobile is a port of the Conductor Web Framework for iOS and Android
Apache License 2.0
6 stars 5 forks source link

[FEATURE] - Deprecate Validation functionality #149

Open aaron-goff opened 5 years ago

aaron-goff commented 5 years ago

Describe the solution you'd like There are rudimentary validation methods in Locomotive. While these are nice, they aren't particularly necessary and the validation libraries they use are just better at this sort of thing. We should deprecate these validate methods and encourage users of conductor-mobile to access these libraries directly.

Additional context Could either be part of the major decoupling effort or a separate effort