gemoji 4.0.0
What's New
Warning
See the v4.0.0.pre0 release notes for the list of breaking changes since gemoji v3.x.
-
Add skin tones support by @mislav in #165 βπ»βπΌβπ½βπΎβπΏ
Emoji.find_by_unicode()
now recognizes emoji sequences with skin tone modifiers.Emoji::Character#skin_tones?
returns true when an emoji supports skin tone modifiers.Emoji::Character#raw_skin_tone_variants
generates a list of all 5 skin tone variants for an emoji.
-
Import Emoji 13.1 characters by @franciscorode in #209
-
Import Emoji 14.0 characters by @kardeslik in #244
What's Changed
- Fix ArgumentError in emoji-test-parser by @JuanitoFatas in #169
- Remove underscore from "piΓ±ata" by @PurpleBooth in #182
- Safely transliterate international characters for aliases by @PurpleBooth in #181
- Sort out
envelope
andemail
aliases by @jobveldhuis in #185 - Set up CI via GitHub Actions by @mislav in #183 #252
- Touch up emoji integrity tests by @mislav in #253
New Contributors
- @JuanitoFatas made their first contribution in #169
- @chvp made their first contribution in #173
- @PurpleBooth made their first contribution in #182
- @jobveldhuis made their first contribution in #185
- @franciscorode made their first contribution in #209
- @kardeslik made their first contribution in #244
Full Changelog: v4.0.0.pre0...v4.0.0