https://github.com/forPelevin/gomoji

Helpful functions to work with emoji in Golang

MIT License

Stars
190
https://github.com/forPelevin/gomoji - Fix of emoji replacing functions Latest Release

Published by forPelevin 7 months ago

What's Changed

Full Changelog: https://github.com/forPelevin/gomoji/compare/v1.1.8...v1.2.0

https://github.com/forPelevin/gomoji - Add a feature to replace all emojis with their slugs in a string

Published by forPelevin almost 2 years ago

https://github.com/forPelevin/gomoji - Add a new feature to replace all emojis with a string

Published by forPelevin almost 2 years ago

https://github.com/forPelevin/gomoji - Added more than 1000 new emojis

Published by forPelevin about 2 years ago

  • Added more than 1000 emojis
  • Updated dependencies
  • Added multi testing in Github Actions
https://github.com/forPelevin/gomoji - Remove golangci-lint from dependencies

Published by forPelevin over 2 years ago

https://github.com/forPelevin/gomoji - Added the "CollectAll" method

Published by forPelevin over 2 years ago

Added a new method, "CollectAll" that returns all emojis from a string, including duplicates

https://github.com/forPelevin/gomoji - Fixed an issue with variation selectors in emojis

Published by forPelevin over 2 years ago

https://github.com/forPelevin/gomoji - Added support of skin tone emojis

Published by forPelevin almost 3 years ago

https://github.com/forPelevin/gomoji - New emojis, new features, bugfixing

Published by forPelevin almost 3 years ago

We added extra 400 emoji to the data list.

There are two new functions:

  1. remove all emojis from a string
  2. get emoji info by a string

We fixed an issue when numbers were considered emojis.

https://github.com/forPelevin/gomoji - Update up to Unicode Version 1.14

Published by forPelevin almost 3 years ago

  • removed the logic to get emojis from external providers. Now it works only with locally cached emoji data and doesn't have unnecessary dependencies.
  • updated local emojis up to Unicode Version 1.14.
https://github.com/forPelevin/gomoji - Emoji data generator

Published by forPelevin over 3 years ago

Added a CLI tool to generate emoji data (data.go) automatically

https://github.com/forPelevin/gomoji - Initial release with core functions

Published by forPelevin almost 4 years ago

  • checking whether a string contains emoji
  • finding all emojis in string
  • getting all emojis