Skip to content

Releases: 3lvis/FormTextField

TextField — 0.2.1

28 Sep 14:27
Compare
Choose a tag to compare
  • Updated InputValidator dependency to 0.3.0

Added CardExpirationDateInputValidator:

This input validator should validate strings with the following pattern: MM/YY, where MM is month and YY is year. MM shouldn't be more >than 12 and year can be pretty much any number above the current year (this to ensure that the card is not expired).

Full InputValidator 0.3.0 changelog

TextField — 0.2.0

28 Sep 11:13
Compare
Choose a tag to compare
  • Removed legacy code

TextField — 0.1.5

28 Sep 10:17
Compare
Choose a tag to compare
  • Update dependencies

TextField — 0.1.4

27 Sep 08:37
Compare
Choose a tag to compare
  • Update dependencies

TextField — 0.1.3

26 Sep 19:25
Compare
Choose a tag to compare
  • Update dependencies

TextField — 0.1.2

25 Sep 12:38
Compare
Choose a tag to compare
  • The following method crashes when called from XCTest [view drawViewHierarchyInRect:frame afterScreenUpdates:YES];

TextField — 0.1.1

25 Sep 12:19
Compare
Choose a tag to compare
  • Add assets

TextField — 0.1.0

25 Sep 09:18
Compare
Choose a tag to compare

Initial release