Releases: dsevillamartin/simple-emoji-map
Releases · dsevillamartin/simple-emoji-map
v0.6.0
- Update
emojibase-datato v15.0.0 (Emoji 15 & Unicode 15)- Version jumped from v7 to v15 to stay with emoji versioning
- Replace
twemojiwith@twemoji/api- Twitter's Twemoji is no longer being maintained. This fork is maintained by the original maintainers that were laid off from Twitter.
twemojihasn't been updated for Emoji 15, but this package only uses its API for the fallback build process logging, so it won't affect the output
Full Changelog: v0.5.1...v0.6.0
v0.5.1
- Add shebang line to bin file
- Update path of bin file to actual executable
- Update Twemoji to v14
Full Changelog: v0.5.0...v0.5.1
v0.5.0
BREAKING
- If you need to keep using the same shortcodes as previous versions, set the
shortcodes.datasetconfig option toemojibase-legacy. Make sure to define a fallback (e.g.emojibase). See README. - Codepoint JSON keys are now uppercase
Changes
- Update
emojibase-datato v7.0.0 (Emoji 14 & Unicode 14)- Shortcode dataset has been updated
- Added option to choose shortcode dataset (see breaking notice)
- Added
lang&shortcodes.langoptions to change the data locale - Added
shortcodes.fallbackDatasetandshortcodes.fallbackLangoptions to allow for the usage of legacy datasets while including new emojis - Fixed
regexoption not working (flags not supported)
Full Changelog: v0.4.1...v0.5.0
v0.4.1
- BREAKING Update to Twemoji 13 (Unicode 13) a1bc5c4
- Add variants as
generated/variants.json- Nothing links skins with variants as of now
v0.3.0
- BREAKING Update to Twemoji 12 (Unicode 12) cac5344