All notable changes to emoji
will be documented in this file
- Update to use Emoji 14 (#53)
New major release as some of the emojis have been renamed
- fix generate command to create
all()
static method (#51)
- add Emoji::all() method (#50)
- support PHP 8
- update to Emoji 13.1 version
- update generator template to use mb_* functions to match (#40)
- adjust generator emoji name parsing to filter out emoji version string (e.g. E1.0, E0.9, etc)
- update to Emoji 12.1 version
- change uppercase function to mb_strtoupper instead of strtoupper (#40)
- fix methods starting with numbers
- add
countryFlag
method - drop support for PHP 7.0 and 7.1
- updated to use Full Emoji List v11.0
- added 🦒
- fixed flag emojis
- fixed (yeah fixed so no breaking changes 😎) some weird characters in the flag names
- add docblocks for autocompleting magic methods
- fix character flag for st barthelemy
- added all characters currently found at http://unicode.org/emoji/charts/full-emoji-list.html
- initial release