Skip to content

Commit c245c8d

Browse files
committed
Release v3.1.0
1 parent 1295e73 commit c245c8d

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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

514
Update the emoji database to support the additions of iOS 9.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
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

2323
You 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?

emoji-table-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

0 commit comments

Comments
 (0)