Skip to content

馃 Ruby Emoji Regex v14.0.0

Compare
Choose a tag to compare
@ticky ticky released this 05 Apr 04:07
· 11 commits to develop since this release

It's (finally) here (for real)! Ruby Emoji Regex has a Unicode 14 update.

This version includes breaking changes which were announced in v3.2.3; the changes were made in #33.


  1. EmojiRegex::Regex has been updated to use the data from emoji-test-regex-pattern, and is no longer marked as deprecated. It matches Emoji recommended for general interchange, as well as some 'colloquial' emoji sequences as produced by emoji keyboards in the real world.
  2. EmojiRegex::RGIEmoji has been removed entirely.
  3. EmojiRegex::Text has been removed entirely.

My recommendation is that if you require compatibility across multiple major versions of this gem, use something like the feature detection code used by Fastlane; use RGIEmoji if it exists, and if not, use Regex.


It also includes these behind-the-scenes changes:

  • Update dependency ruby to v3.0.3 (#34)
  • Update dependency ruby to v3.1.0 (#35)