forked from ngnpope/twitter-text-php
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from nojimage/develop
Update to v2.0.2
- Loading branch information
Showing
7 changed files
with
35 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Changes | ||
|
||
## 2.0.2 | ||
|
||
- Pass twitter-text conformance 2.0.5 | ||
- Change default configuration to v2 in `Validator`. | ||
|
||
## 2.0.1 | ||
|
||
- Fixes wrong method call in Extractor::extract() #19 | ||
|
||
## 2.0.0 | ||
|
||
- 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters