Tags: Ahmedelforjani/twitter-text
Tags
twitter-text 3.1.0 release PR (twitter#310) * twitter-text 3.1.0 release PR * fix ccTLD regex * fix node js build
Merge pull request twitter#266 from dlamacchia/objc-bump-version-3.0.0 [ObjC] Bump bundle version and podspec version
Update for 2.0.5 objc release - Fixes project files to address analyzer warnings, problems with groups (and missing files) - IFUnicodeURL.h is the umbrella header for the IFUnicodeURL.xcodeproj and as such, should not be included as a file in the TwitterText.xcodeproj - Fixes project files to address problems using the framework on macOS.
Update for 2.0.4 objc release Includes the following: - Domains with country code TLDs that are not prefixed by a protocol will now be extracted as a URL entity. Previously .cc and .tv were special-cased. This may result in some tweets getting longer: a short domain like "twitter.co" will be counted as 23 characters.
Update for 2.0.1 objc release Includes the following: - New changelog to call out significant changes in releases (see CHANGELOG.md) - Refactored use of IFUnicodeURL; removed embedded framework and added source files directly. This will unblock the release of the cocoapod. - Cross-platform support for iOS and macOS (Issue twitter#228) - Rakefile now supports running both iOS and macOS conformance tests.
Initial commit of twitter-text 2.0 Updates the twitter-text parsing library v2.0. Important changes include: - New configuration file and JSON format. - Support for length calculations based on weighting ranges of code points. - Updates Java, JavaScript, Ruby, and Objective-C implementations. - Regular expressions used for parsing Tweets and calculating length are now similar across all languages. - Conform to RFC 1035 for domain names. - Support for punycoded hostnames per RFC 3490. - Domain labels restricted to a maximum length of 63 characters, conforming to RFC 1035. - The overall URL length cannot be more than 4096 characters. - Allow hyphens in the middle of a non-ASCII hostname. - Updated conformance tests. - Deprecates old v1 length calculation methods. - Differentiating between the http and https shortened length for URLs has been deprecated (https is used for all t.co URLs). - Update TLDs list. - Update Emoji Regexes. - Many bug fixes.
PreviousNext