Same API as 1.14.7, but with a dependency update to resolve cargo audit
warnings.
Huge version bump to match the upstream twitter-text version.
- TLDs and parsing regexes updated to match upstream.
character_count
andcharacters_remaining
no longer assume 140 characters. Since Twitter now accepts 280-character tweets for everyone, it seemed fit to take out the 140 assumption from my library. Note that this does not include the new character weighting algorithm proposed for twitter-text 2.0; this library will include that when twitter-text 2.0 is made public.- This is a breaking change, since
character_count
doesn't return the boolean any more, andcharacters_remaining
takes an extra parameter for the character maximum.
- This is a breaking change, since
A near-direct rip of egg_mode::text
as of egg-mode 0.11.0, with tests adjusted to fix paths.