Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial commit for twitter-text 3.0.0 #265

Merged
merged 3 commits into from
Oct 10, 2018

Conversation

kaushlakers
Copy link
Contributor

Updates the twitter-text parsing library v3.0 Important changes
include:

  • New v3.json config file with emojiParsingEnabled config option. When
    true, twitter-text will parse and discount emoji supported by the
    twemoji library (see https://github.com/twitter/twemoji). The length
    of these emoji will be the default weight (200 or two characters) even
    if they contain multiple code points combined by zero-width
    joiners. This means that emoji with skin tone and gender modifiers no
    longer count as more characters than those without such modifiers. All 4 implementations updated to reflect this change in counting.
  • Updates known gTLDs to recognize recent additions by IANA (5 TLDs missing on tld_lib.yml #261)

@leeaustinadams leeaustinadams merged commit 9537bdf into twitter:master Oct 10, 2018
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Jun 16, 2019
Upstream pull request log:
twitter/twitter-text#265

* New v3.json config file with emojiParsingEnabled config option. When
  true, twitter-text will parse and discount emoji supported by the
  twemoji library (see https://github.com/twitter/twemoji). The length
  of these emoji will be the default weight (200 or two characters) even
  if they contain multiple code points combined by zero-width
  joiners. This means that emoji with skin tone and gender modifiers no
  longer count as more characters than those without such modifiers.
  All 4 implementations updated to reflect this change in counting.
* Updates known gTLDs to recognize recent additions by IANA (#261)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants