Node Emoji Versions Save

💖 simple emoji support for node.js projects

v2.1.0

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/omnidan/node-emoji/compare/v2.0.2...v2.1.0

v2.0.2

11 months ago
  • 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 })

v1.11.0

2 years ago
  • 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

v1.10.0

5 years ago
  • update emoji data to v4.0.4 (thanks to @roopakv)

v1.9.0

5 years ago
  • update emoji data to v2.5.2 (thanks to @sidbatra)

v1.8.1

6 years ago
  • 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)

v1.8.0

6 years ago
  • 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)

v1.7.0

6 years ago
  • fixed and improved unemojify implementation #47 (thanks to @timruffles)
  • add format argument to emojify #48 (thanks to @smeijer)

v1.6.1

6 years ago
  • revert 1.6.0 release because it broke yarn (see yarnpkg/yarn#3851)

v1.6.0

6 years ago
  • implemented unemojify #41 (thanks to @shivkanthb)