Skip to content

Tags: Ahmedelforjani/twitter-text

Tags

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
twitter-text 3.1.0 release PR (twitter#310)

* twitter-text 3.1.0 release PR

* fix ccTLD regex

* fix node js build

v3.0.1

Toggle v3.0.1's commit message
[JS] - When defaulting do not merge objects (twitter#276)

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request twitter#266 from dlamacchia/objc-bump-version-3.0.0

[ObjC] Bump bundle version and podspec version

v2.0.5

Toggle v2.0.5's commit message
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.

v2.0.4

Toggle v2.0.4's commit message
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.

v2.0.3

Toggle v2.0.3's commit message
Remove unnecessray NS_DESIGNATED_INITIALIZER

v2.0.2

Toggle v2.0.2's commit message
Update for 2.0.2 objc release

Includes the following:
  - Fix deprecation warning
  - Final prep for cocoapod release of 2.0

v2.0.1

Toggle v2.0.1's commit message
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.

v2.0.0

Toggle v2.0.0's commit message
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.

v1.14.7

Toggle v1.14.7's commit message
Version 1.14.7