build
5 years ago
lib
5 years ago
Changes.md
5 years ago
LICENSE
5 years ago
README.md
5 years ago
composer.json
5 years ago
Changes.md
32 lines
| 1 | # Changes |
| 2 | |
| 3 | ## 3.1.2 |
| 4 | |
| 5 | - Hit highlighting: avoid errors with PHP 8. |
| 6 | |
| 7 | ## 3.0.0 |
| 8 | |
| 9 | - Pass twitter-text conformance 3.0.0 |
| 10 | - Change default configuration to v3 (emojiParsingEnabled=true) |
| 11 | - Add t.co with query string support |
| 12 | - Add Directional Characters support |
| 13 | |
| 14 | ## 2.0.2 |
| 15 | |
| 16 | - Pass twitter-text conformance 2.0.5 |
| 17 | - Change default configuration to v2 in `Validator`. |
| 18 | |
| 19 | ## 2.0.1 |
| 20 | |
| 21 | - Fixes wrong method call in Extractor::extract() #19 |
| 22 | |
| 23 | ## 2.0.0 |
| 24 | |
| 25 | - Pass twitter-text conformance 2.0.0 |
| 26 | - Add to required php extension, `mbstring` and `intl`. |
| 27 | - Add `Parser`, `ParseResults`, `Configuration` class for twitter-text 2.0 "weighted" tweets. |
| 28 | - Twtter\Text classes no longer extended Regex class. |
| 29 | - Deprecated `Validator::isValidTweetText()`, `Validator::getTweetLength()`. |
| 30 | - `Extractor` constractor no longer accepts `$tweet` |
| 31 | - `Validator` constractor no longer accepts `$tweet` and `$config`. `Validator` constractor only accepts `Configuration` incetance. |
| 32 |