File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v3.3.0
4+
5+ - Add ` family_man_woman_girl_boy ` emoji (thanks @freva )
6+ - Fix ` EmojiManager.isEmoji ` to support fitzpatrick modifiers (thanks @freva )
7+ - Fixed several emojis that had the wrong ` support_fitzpatrick ` flag (thanks @Tapchicoma )
8+ - Add some tests to avoid duplicate aliases
9+ - Fixed several duplicated aliases in the emoji DB
10+
311## v3.2.0
412
513- Fixed Poland flag (thanks @Sheigutn )
Original file line number Diff line number Diff line change 1515<dependency >
1616 <groupId >com.vdurmont</groupId >
1717 <artifactId >emoji-java</artifactId >
18- <version >3.2 .0</version >
18+ <version >3.3 .0</version >
1919</dependency >
2020```
2121
2222You can also download the project, build it with ` mvn clean install ` and add the generated jar to your buildpath.
2323
2424##### Via Gradle:
2525``` gradle
26- compile 'com.vdurmont:emoji-java:3.2 .0'
26+ compile 'com.vdurmont:emoji-java:3.3 .0'
2727```
2828
2929##### Via Direct Download:
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.2 .0</version >
21+ <version >3.3 .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.2 .0</version >
7+ <version >3.3 .0</version >
88 <packaging >jar</packaging >
99
1010 <name >emoji-java</name >
You can’t perform that action at this time.
0 commit comments