Skip to content

Releases: omnidan/node-emoji

v2.1.0: TypeScript Types!

18 Jun 15:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.1.0

2.0.2

15 May 19:38
44800f9
Compare
Choose a tag to compare
  • completely new codebase
  • ESM support
  • new API and functions

emoji.replace now requires preserveSpaces: true to be passed to preserve spaces:

emoji.replace('I ❀️ coffee!', 'love', { preserveSpaces: true })

1.11.0

23 Nov 15:33
Compare
Choose a tag to compare
  • associate email with e-mail emoji rather than envelope emoji #82
  • update get() to handle emoji code arguments so that they aren't wrapped in colons #85
  • migrate to the main lodash package #88
  • add in unicode 13.1 emoji 🍱 and update dependencies to fix vulnerabilities πŸ”’ #110

1.10.0

15 Feb 20:56
Compare
Choose a tag to compare
  • update emoji data to v4.0.4 (thanks to @roopakv)

1.9.0

15 Feb 20:48
Compare
Choose a tag to compare
  • update emoji data to v2.5.2 (thanks to @sidbatra)

1.8.1

23 Jul 15:16
Compare
Choose a tag to compare
  • implement Emoji.strip (removes all emoji from a string) #56 (thanks to @smeijer)
  • implement Emoji.replace (replaces all emoji in a string) #56 (thanks to @smeijer)

1.8.0

21 Jul 23:19
Compare
Choose a tag to compare
  • refactor the whole code base -> performance improvements #52 (thanks to @smeijer)
  • implement emoji.find() #53 (thanks to @smeijer)
  • implement emoji.hasEmoji() #54 (thanks to @smeijer)

1.7.0

10 Jul 14:38
Compare
Choose a tag to compare
  • fixed and improved unemojify implementation #47 (thanks to @timruffles)
  • add format argument to emojify #48 (thanks to @smeijer)

1.6.1

10 Jul 14:37
Compare
Choose a tag to compare

1.6.0

07 Jul 13:31
Compare
Choose a tag to compare