Skip to content

Releases: me4502/Emojify

2.3.0

15 Dec 06:38
Compare
Choose a tag to compare

Update the underlying emoji data sources to pull in more data and newer Emoji versions

2.2.0

19 Oct 12:29
998638c
Compare
Choose a tag to compare
  • Update upstream libraries to pull in latest emoji version data
  • Fix a packaging issue resulting in a larger than necessary npm package size

2.1.0

19 Oct 12:20
915888b
Compare
Choose a tag to compare
  • Update library to include latest emoji releases
  • Pull new emoji descriptions from upstream

2.0.1

19 Oct 12:19
64a4b67
Compare
Choose a tag to compare
  • Few minor improvements and fixes around emoji output

2.0.0

06 Jun 12:18
0e5acae
Compare
Choose a tag to compare

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