File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v3.1.0
4+
5+ - Add fitzpatrick support for 👃 ("nose") and 👂 ("ear")
6+ - Fix duplicated "sunglasses" alias
7+ - Performance improvements (using a Trie structure)
8+ - Parsing support for multiple emojis (such as "family_man_woman_boy")
9+ - Fix ` EmojiManager.getAll() ` that returned some duplicates
10+ - Use a BufferedReader to load the database
11+
312## v3.0.0
413
514Update the emoji database to support the additions of iOS 9.1
Original file line number Diff line number Diff line change 1616<dependency >
1717 <groupId >com.vdurmont</groupId >
1818 <artifactId >emoji-java</artifactId >
19- <version >3.0 .0</version >
19+ <version >3.1 .0</version >
2020</dependency >
2121```
2222
2323You can also download the project, build it with ` mvn clean install ` and add the generated jar to your buildpath.
2424
2525##### Via Gradle:
2626``` gradle
27- compile 'com.vdurmont:emoji-java:3.0 .0'
27+ compile 'com.vdurmont:emoji-java:3.1 .0'
2828```
2929
3030## How to use it?
Original file line number Diff line number Diff line change 1818 <dependency >
1919 <groupId >com.vdurmont</groupId >
2020 <artifactId >emoji-java</artifactId >
21- <version >3.0 .0</version >
21+ <version >3.1 .0</version >
2222 </dependency >
2323 </dependencies >
2424</project >
Original file line number Diff line number Diff line change 44
55 <groupId >com.vdurmont</groupId >
66 <artifactId >emoji-java</artifactId >
7- <version >3.0 .0</version >
7+ <version >3.1 .0</version >
88 <packaging >jar</packaging >
99
1010 <name >emoji-java</name >
You can’t perform that action at this time.
0 commit comments