NEWS
emoji 16.0.0.9000
emoji 16.0.0 (2024-10-28)
- Updated data to include Emoji v16.0. ($16)
emoji() is now more relaxed about input. (#20)
- Added
emoji_replace_name() to replace emojis in string with name. (#14)
emoji 15.0 (2022-11-02)
- Package version will now reflect the emoji version set by Unicode.
- Updated data to include Emoji v15.0.
- Added
emoji_modifiers data set with information about emojis and their modifiers.
- Added
emoji_modifier_extract() to extract modifiers from emojis. (#8)
- Added
emoji_modifier_remove() to remove modifiers from emojis. (#7)
- Added
zoo() to randomly sample animal emojis. (#10)
emoji 0.2.0 (2021-09-18)
- Updated data to include Emoji v14.0.
emoji_name now includes all aliases.
- Adding
emoji() and emoji_find() which can be used to return emojis based on keywords.
- Added
emoji_fix() which turns emojis into qualified emojis.
- Added
arrow(), clock(), flag(), keycap(), medal(), moon(), and shape() serving as shorthand for groups of emojis.
- Added
emoji_glue() for glue interpolation.
emoji 0.1.0 (2021-07-27)
- Added a
NEWS.md file to track changes to the package.