All Versions
44
Latest Version
Avg Release Cycle
63 days
Latest Release
1302 days ago

Changelog History
Page 1

  • v3.3.1 Changes

    September 25, 2020
    • ๐Ÿš€ Bring back support for iOS9 as deployment target (thanks @Marcocanc)
    • โž• Add support for textFieldDidEndEditing:reason: (thanks @RodrigoLGuimaraes)
    • โž• Add missing platform support for SPM (thanks @sereivoanyong)
  • v3.3.0 Changes

    September 20, 2020
  • v3.2.0

    January 12, 2020
  • v3.1.0 Changes

    November 16, 2019
    • ๐Ÿ“‡ Metadata updates.
    • ๐Ÿ‘Œ Support for pause waits (thanks @devprodoctor)
    • ๐Ÿ‘Œ Support textfield did change notification (thanks @dmitriykotenko)
    • ๐Ÿ‘• Swift package manager and linter fixes (thanks @kuyazee)
    • ๐Ÿ‘Œ Improved PhoneNumberTextField (thanks @vdka)
    • โž• Additional fixes and improvements
  • v3.0.0 Changes

    August 05, 2019
    • ๐Ÿ‘ Swift 5.0 support
    • ๐Ÿ— Build improvements
    • ๐Ÿ“‡ Metadata updates
  • v2.6.0 Changes

    February 10, 2019
    • ๐Ÿ“‡ Metadata types now parsed using decodable
    • ๐Ÿ“‡ Script added for manual updating of metadata - see resources folder.
    • ๐Ÿ‘• Project linted for better syntax and consistency.
    • ๐Ÿš€ Metadata updates for release 8.10.5
  • v2.5.1 Changes

    February 03, 2019
    • ๐Ÿ“‡ Metadata updates
    • Region ID is now public (thanks @vinnyt)
    • Maxdigits on partial formatter is now public (thanks @natan))
  • v2.5.0 Changes

    September 30, 2018
    • ๐Ÿ‘ Swift 4.2 and Xcode 10 support.
    • ๐Ÿ“‡ Metadata updates!
    • ๐Ÿ“‡ Ability to override location of the metadata json file (thanks @ashleybrgr).
    • PhoneNumber is now coddle (thanks @nichdu)
    • ๐Ÿ›  PhoneNumberTextField bug fixes (thanks @polqf)
  • v2.1.0 Changes

    November 26, 2017

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    Closed issues:

    • isValidNumber is confusing #176
    • Swift 4: Renamed function range(at: ) to rangeAt() #171
    • Issue with number not starting with + #170
    • ๐Ÿ‘ Amimono support #169
    • Swift 4 - 'range(at:)' has been renamed to 'rangeAt(_:)' #168
    • Error after migrating to Swift 4 #166
    • Conversion to Swift 4 #163
    • Xcode 9 cannot compile #162
    • ๐Ÿ“‡ Issue with phone number "375336867646" in v1.3.0, working fine in v1.2.3. Metadata issue ? #161
    • Swift 4: Cannot convert return expression of type '[Character]?' to return type '[String]?' #147

    ๐Ÿ”€ Merged pull requests:

    • โž• Added optional "+" prefix if it is omitted #184 (redcapua)
    • ๐Ÿ“ฆ Swift Package Manager Support #179 (Coledunsby)
    • ๐Ÿ›  Fixed deprecation warnings new in Xcode 9.1 beta (9B37) caused by usage of string.characters #174 (dmcgloin)
    • ๐Ÿ›  Fix carthage build #167 (sbystrov)
    • ๐Ÿ“œ multiple parse optionally returns not parsed phone numbers #138 (AlexandrTerentyev)
  • v2.0.0 Changes

    September 19, 2017

    Full Changelog

    ๐Ÿ”€ Merged pull requests: