Skip to content

Twitter Text PHP v2.0

Compare
Choose a tag to compare
@nojimage nojimage released this 16 Jan 12:18
· 90 commits to master since this release
e19d55e

Changes

  • Pass twitter-text conformance 2.0.0
  • Add to required php extension, mbstring and intl.
  • Add Parser, ParseResults, Configuration class for twitter-text 2.0 "weighted" tweets.
  • Twtter\Text classes no longer extended Regex class.
  • Deprecated Validator::isValidTweetText(), Validator::getTweetLength().
  • Extractor constractor no longer accepts $tweet
  • Validator constractor no longer accepts $tweet and $config. Validator constractor only accepts Configuration incetance.