Releases: me4502/Emojify
Releases · me4502/Emojify
2.3.0
2.2.0
2.1.0
2.0.1
2.0.0
This is a major release, with some major changes:
- Significantly improved coverage of emoji data. There are now significantly more keywords included
- Drop CJS support, this is an ESM only library now. In general given the size you likely want to dynamically import this anyway, which means you can still load this from CJS contexts with
await import('emojify-lyrics')
. - Cleanup internal tooling