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

commented Oct 10, 2018

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 (#261)

kaushlakers added some commits Oct 10, 2018

@leeaustinadams leeaustinadams merged commit 9537bdf into twitter:master Oct 10, 2018

2 checks passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
license/cla Contributor License Agreement is signed.
Details

netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Jun 16, 2019

tsutsui
ruby-twitter-text: update to 3.0.0.
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
Projects
None yet
2 participants
You can’t perform that action at this time.