Skip to content

馃獏 Ruby Emoji Regex v3.2.0

Compare
Choose a tag to compare
@ticky ticky released this 28 Oct 21:43
· 82 commits to develop since this release
v3.2.0
a015bec

Version 3.2.0 has landed! 馃 It contains:

  • emoji-regex@v9.2.0 (#19)
  • Added the EmojiRegex::RGIEmoji regex, mirroring that added in emoji-regex 9.2, which more closely follows Unicode recommendations.
    • I recommend users of the EmojiRegex::Regex expression switch to using EmojiRegex:: RGIEmoji at this time, as it is more representative of things truly used as emoji in the wild.
    • In a future major version, EmojiRegex::Regex will be replaced with EmojiRegex:: RGIEmoji.
    • EmojiRegex::Regex is thus now deprecated.
  • Corrected some issues with the spec suite, and added specs to cover the differences between the now-three Regexes.
  • Implemented a spec which runs the example code in the README, to ensure it's functioning as expected.