All notable changes to this project will be documented in this file.
- Bump nokogiri version (#302)
- Fix auto-link emoji parsing (#304)
- Updates known gTLDs to recognize recent additions by IANA (#308)
- Fix warning about has_rdoc usage (#309)
- 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.
- Updates known gTLDs to recognize recent additions by IANA (#261)
- This CHANGELOG.md file
- Top-level namespace changed from
Twitter
toTwitter::TwitterText
. This resolves a namespace collision with the popular twitter gem. This is considered a breaking change, so the version has been bumped to 2.1. This fixes issue #221, "NoMethodError Exception: undefined method `[]' for nil:NilClasswhen using gem in rails app"
- Resolved issue #211, "gem breaks, asset file is a dangling symlink"
- config files, tld_lib.yml files now copied into the right place
- Rakefile now included
prebuild
,clean
tasks