Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 775 Bytes

CHANGELOG.md

File metadata and controls

33 lines (22 loc) · 775 Bytes

1.3.0 (2018-13-12)

  • Update deployment target on podspec to iOS 8.0
  • Added call to event EditingChanged after process mask pattern (#19)
  • Carthage compatibility

1.2.2 (2017-08-03)

  • Improves partial pattern matching

1.2.1 (2017-04-17):

  • Mitigating warnings
  • Fixed cursor positioning in the UITextFieldMask
  • Supressing error logs

1.2 (2013-11-19):

  • Adding ARC support
  • UITextFieldsMask with nil mask behaves as default UITextField

1.1.2 (2013-05-20):

  • Bugfix: identifying groups.
  • [NSStringMask maskWithRegex:placeholder:]
  • [NSStringMask initWithRegex:placeholder:]
  • [NSStringMask maskWithPattern:placeholder:]
  • [NSStringMask initWithPattern:placeholder:]

1.1 (2013-05-14):

  • [NSStringMask validCharactersForString:]
  • UITextFieldMask class