|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v5.1.0 |
| 4 | + |
| 5 | +- Many performance improvements to the parsing of the emojis (thanks @freva) |
| 6 | +- Add a `containsEmoji` function (thanks @freva!) |
| 7 | + |
3 | 8 | ## v5.0.0 |
4 | 9 |
|
5 | 10 | - Fix the HTML to Unicode parser to always parse the longer emojis (thanks @freva) |
@@ -69,40 +74,40 @@ Rollback dependency org.json:json to 20140107 to keep the compatibility with Jav |
69 | 74 |
|
70 | 75 | ## v2.1.0 |
71 | 76 |
|
72 | | -* Add methods: |
73 | | - * `EmojiParser#removeAllEmojis(String)` |
74 | | - * `EmojiParser#removeAllEmojisExcept(String, Collection<Emoji>)` |
75 | | - * `EmojiParser#removeEmojis(String, Collection<Emoji>)` |
76 | | -* Upgrade dependency org.json:json |
| 77 | +- Add methods: |
| 78 | + - `EmojiParser#removeAllEmojis(String)` |
| 79 | + - `EmojiParser#removeAllEmojisExcept(String, Collection<Emoji>)` |
| 80 | + - `EmojiParser#removeEmojis(String, Collection<Emoji>)` |
| 81 | +- Upgrade dependency org.json:json |
77 | 82 |
|
78 | 83 | ## v2.0.1 |
79 | 84 |
|
80 | 85 | Bug fix on the :-1: emoji |
81 | 86 |
|
82 | 87 | ## v2.0.0 |
83 | 88 |
|
84 | | -* Update of the emoji database |
85 | | - * Add 14 new family emojis (man_man_boy, woman_woman_girl, etc.) |
86 | | - * Add 4 new couple emojis |
87 | | - * Add the "vulcan_salute" and "middle_finger" emojis |
88 | | - * Add 198 flags |
89 | | -* Addition of the support for the diversity emojis (Fitzpatrick modifiers) |
90 | | -* Removal of the deprecated methods `Emoji#getHtml` and `EmojiParser#parseToHtml` |
91 | | -* Improvements in the javadoc |
| 89 | +- Update of the emoji database |
| 90 | + - Add 14 new family emojis (man_man_boy, woman_woman_girl, etc.) |
| 91 | + - Add 4 new couple emojis |
| 92 | + - Add the "vulcan_salute" and "middle_finger" emojis |
| 93 | + - Add 198 flags |
| 94 | +- Addition of the support for the diversity emojis (Fitzpatrick modifiers) |
| 95 | +- Removal of the deprecated methods `Emoji#getHtml` and `EmojiParser#parseToHtml` |
| 96 | +- Improvements in the javadoc |
92 | 97 |
|
93 | 98 | ## v1.1.1 |
94 | 99 |
|
95 | 100 | Closing the stream used to read the emoji database in `EmojiManager.java` |
96 | 101 |
|
97 | 102 | ## v1.1.0 |
98 | 103 |
|
99 | | -* Update of the emoji database |
100 | | -* Adding support for HTML hexadecimal: |
101 | | - * `Emoji#getHtmlHexadecimal` |
102 | | - * `EmojiParser#parseToHtmlHexadecimal` |
103 | | -* The old HTML support is now HTML decimal: |
104 | | - * Deprecating `Emoji#getHtml` (replaced by `Emoji#getHtmlDecimal`) |
105 | | - * Deprecating `EmojiParser#parseToHtml` (replaced by `EmojiParser#parseToHtmlDecimal`) |
| 104 | +- Update of the emoji database |
| 105 | +- Adding support for HTML hexadecimal: |
| 106 | + - `Emoji#getHtmlHexadecimal` |
| 107 | + - `EmojiParser#parseToHtmlHexadecimal` |
| 108 | +- The old HTML support is now HTML decimal: |
| 109 | + - Deprecating `Emoji#getHtml` (replaced by `Emoji#getHtmlDecimal`) |
| 110 | + - Deprecating `EmojiParser#parseToHtml` (replaced by `EmojiParser#parseToHtmlDecimal`) |
106 | 111 |
|
107 | 112 | ## v1.0.1 |
108 | 113 |
|
|
0 commit comments