Skip to content

Releases: philip-bui/as-you-type-formatter

1.1.2

30 Mar 05:51
Compare
Choose a tag to compare
Updated iOS minimum target to 8.0

1.1.1: Updated carthage support (#2)

30 Mar 01:20
6f9bd6c
Compare
Choose a tag to compare
* Added build schemes

* Updated CocoaPods sources

1.1.0: Fixed emoji glyph and unicode scalar support

15 Mar 15:29
Compare
Choose a tag to compare
Added support for UTF16 ranges to UnicodeScalar ranges.

Fixed incorrect UTF16 String indexes being used for parsing Substrings
instead of Unicode scalar ranges.

Updated Unicode scalar index ranges to be used for String parsing, and UTF16 NSRange used for AttributedText and SelectedText ranges.

Fixed new text using emoji fonts if previous or next word, on detection it now defaults to using default text attributes.

Improved performance by setting attributes on textStorage instead of
reassignment. This may cause an animation which can be cancelled by
using UIView.performWithoutAnimation(actions:).

Removed String and Substring extensions for retrieving substrings.

Added character extension for detecting glyphs or 3byte unicode
characters.

Version 1.1.0