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

twitter-text 3.1.0 release PR #310

Merged
merged 3 commits into from
Mar 31, 2020
Merged

twitter-text 3.1.0 release PR #310

merged 3 commits into from
Mar 31, 2020

Conversation

kaushlakers
Copy link
Contributor

Problem

We want to release new fixes from the internal twitter-text mirror to GitHub.

Solution

Create a PR and push it out. The PR includes the following changes.

Java

Removed

  • Stopped reading data files (JSON) for configuration in order to remove
    heavyweight dependency on Jackson.
  • Defaulted configuration to the values in the v3.json files still used
    by the other language implementations.
  • Removed proguard configuration since it was about protecting data files
    from obfuscation.

Added

  • [emoji] Recognize new gender-neutral sequences from 12.1

Changed

  • Updates known gTLDs to recognize recent additions by IANA

JS

Added

  • [Lib] New exported function standardizeIndices which adjusts indices based on actual text lengths in order to support characters that are more than one code point long.
  • [emoji] Recognize new gender-neutral sequences from 12.1
  • [Dev] Upgrade to Babel 7 for transpiling

Fixed

ObjC

Changed

Added

  • [emoji] Recognize new gender-neutral sequences from 12.1

Ruby

Changed

Added

  • [emoji] Recognize new gender-neutral sequences from 12.1

@CLAassistant
Copy link

CLAassistant commented Mar 30, 2020

CLA assistant check
All committers have signed the CLA.

@kaushlakers kaushlakers marked this pull request as ready for review March 30, 2020 11:29
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

3 participants