Skip to content

Releases: omnidan/node-emoji

v2.1.0: TypeScript Types!

Choose a tag to compare

@JoshuaKGoldberg JoshuaKGoldberg released this 18 Jun 15:26

What's Changed

New Contributors

  • @askoufis made their first contribution in #138
  • @ludorenzetti made their first contribution in #139

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

2.0.2

Choose a tag to compare

@omnidan omnidan released this 15 May 19:38
44800f9
  • 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

Choose a tag to compare

@omnidan omnidan released this 23 Nov 15:33
  • 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

Choose a tag to compare

@charpeni charpeni released this 15 Feb 20:56
  • update emoji data to v4.0.4 (thanks to @roopakv)

1.9.0

Choose a tag to compare

@charpeni charpeni released this 15 Feb 20:48
  • update emoji data to v2.5.2 (thanks to @sidbatra)

1.8.1

Choose a tag to compare

@omnidan omnidan released this 23 Jul 15:16
  • 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

Choose a tag to compare

@omnidan omnidan released this 21 Jul 23:19
  • 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

Choose a tag to compare

@omnidan omnidan released this 10 Jul 14:38
  • fixed and improved unemojify implementation #47 (thanks to @timruffles)
  • add format argument to emojify #48 (thanks to @smeijer)

1.6.1

Choose a tag to compare

@omnidan omnidan released this 10 Jul 14:37

1.6.0

Choose a tag to compare

@omnidan omnidan released this 07 Jul 13:31