README.md in unicode-emoji-2.2.0 vs README.md in unicode-emoji-2.3.0
- old
+ new
@@ -2,11 +2,11 @@
A small Ruby library which provides Unicode Emoji data and regexes.
Also includes a categorized list of recommended Emoji.
-Emoji version: **12.0** (February 2019)
+Emoji version: **12.1** (October 2019)
CLDR version (used for sub-region flags): **36** (October 2019)
Supported Rubies: **2.6**, **2.5**, **2.4**, **2.3**
@@ -112,40 +112,39 @@
Use `Unicode::Emoji::LIST` or the list method to get a grouped (and ordered) list of Emoji:
```ruby
Unicode::Emoji.list.keys
-# => ["Smileys & People", "Animals & Nature", "Food & Drink", "Travel & Places", "Activities", "Objects", "Symbols", "Flags"]
+# => ["Smileys & Emotion", "People & Body", "Component", "Animals & Nature", "Food & Drink", "Travel & Places", "Activities", "Objects", "Symbols", "Flags"]
Unicode::Emoji.list("Food & Drink").keys
-# => ["food-fruit", "food-vegetable", "food-prepared", "food-asian", "food-sweet", "drink", "dishware"]
+# => ["food-fruit", "food-vegetable", "food-prepared", "food-asian", "food-marine", "food-sweet", "drink", "dishware"]
Unicode::Emoji.list("Food & Drink", "food-asian")
-=> ["๐ฑ", "๐", "๐", "๐", "๐", "๐", "๐", "๐ ", "๐ข", "๐ฃ", "๐ค", "๐ฅ", "๐ก", "\u{1F95F}", "\u{1F960}", "\u{1F961}"]
+=> ["๐ฑ", "๐", "๐", "๐", "๐", "๐", "๐", "๐ ", "๐ข", "๐ฃ", "๐ค", "๐ฅ", "๐ฅฎ", "๐ก", "๐ฅ", "๐ฅ ", "๐ฅก"]
```
-Please note that categories might change with future versions of the Emoji standard. This gem will issue warnings when attemting to retrieve old categories using the `#list` method.
+Please note that categories might change with future versions of the Emoji standard. This gem will issue warnings when attempting to retrieve old categories using the `#list` method.
A list of all Emoji can be found at [character.construction](https://character.construction).
### Properties
-Allows you to access the codepoint data form Unicode's [emoji-data.txt](http://unicode.org/Public/emoji/11.0/emoji-data.txt) file:
+Allows you to access the codepoint data form Unicode's [emoji-data.txt](https://unicode.org/Public/emoji/12.1/emoji-data.txt) file:
```ruby
require "unicode/emoji"
Unicode::Emoji.properties "โ" # => ["Emoji", "Emoji_Modifier_Base"]
```
## Also See
-- [Unicodeยฎ Technical Standard #51](http://www.unicode.org/reports/tr51/proposed.html)
-- [Emoji data](http://unicode.org/Public/emoji/11.0/)
-- [Emoji categories](http://unicode.org/emoji/charts/emoji-ordering.html)
+- [Unicodeยฎ Technical Standard #51](https://www.unicode.org/reports/tr51/proposed.html)
+- [Emoji categories](https://unicode.org/emoji/charts/emoji-ordering.html)
- Ruby gem which displays [Emoji sequence names](https://github.com/janlelis/unicode-sequence_name)
- Part of [unicode-x](https://github.com/janlelis/unicode-x)
## MIT
-- Copyright (C) 2017-2019 Jan Lelis <http://janlelis.com>. Released under the MIT license.
-- Unicode data: http://www.unicode.org/copyright.html#Exhibit1
+- Copyright (C) 2017-2019 Jan Lelis <https://janlelis.com>. Released under the MIT license.
+- Unicode data: https://www.unicode.org/copyright.html#Exhibit1