node-emoji

💖 simple emoji support for node.js projects

MIT License

Downloads
24.2M
Stars
1.3K
Committers
33

Bot releases are hidden (Show)

node-emoji - v2.1.0: TypeScript Types! Latest Release

Published by JoshuaKGoldberg over 1 year ago

What's Changed

New Contributors

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

node-emoji - 2.0.2

Published by omnidan over 1 year 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 })
node-emoji - 1.11.0

Published by omnidan almost 3 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
node-emoji - 1.10.0

Published by charpeni over 5 years ago

  • update emoji data to v4.0.4 (thanks to @roopakv)
node-emoji - 1.9.0

Published by charpeni over 5 years ago

  • update emoji data to v2.5.2 (thanks to @sidbatra)
node-emoji - 1.8.1

Published by omnidan about 7 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)
node-emoji - 1.8.0

Published by omnidan about 7 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)
node-emoji - 1.7.0

Published by omnidan over 7 years ago

  • fixed and improved unemojify implementation #47 (thanks to @timruffles)
  • add format argument to emojify #48 (thanks to @smeijer)
node-emoji - 1.6.1

Published by omnidan over 7 years ago

  • revert 1.6.0 release because it broke yarn (see yarnpkg/yarn#3851)
node-emoji - 1.6.0

Published by omnidan over 7 years ago

  • implemented unemojify #41 (thanks to @shivkanthb)
node-emoji - 1.5.1

Published by omnidan almost 8 years ago

  • fix crash if emojify string is null #32 (thanks to @cooperka)
node-emoji - 1.5

Published by omnidan almost 8 years ago

  • add search functionality #30 (thanks to @HistoireDeBabar)
node-emoji - 1.4.0

Published by omnidan about 8 years ago

  • add Emoji.random() function #23 (thanks to @cagataycali)
node-emoji - 1.3.0

Published by omnidan over 8 years ago

  • Check char codes instead of chars - #15 thanks to @jackiehluo
node-emoji - 1.1.1

Published by omnidan over 8 years ago

  • Upgrade dependencies
  • Update README.md
node-emoji - 1.2.1

Published by omnidan over 8 years ago

  • Support new emoji (fixes #12) - thanks to @jackiehluo (pr #13)
node-emoji - 1.1.0

Published by omnidan over 8 years ago

  • Export functions directly instead of a "class" (issue: #8, pr: #10)
  • Enabled different names for emoji (issue: #9, pr: #11)
node-emoji - 1.0.4

Published by omnidan over 8 years ago

  • Fix broken link #2
  • Don't return blank when the emoji is unknown #3
node-emoji - :)

Published by omnidan over 9 years ago

  • Add support / donation section to README.md
node-emoji - Downloads Galore \o/

Published by omnidan over 9 years ago

  • Add downloads badge to README.md 🤘

github release titles don't support emoji :(