Skip to content

Releases: muan/unicode-emoji-json

Emoji Version 15.1 🐦‍🔥

22 Mar 05:15
40ea7de
Compare
Choose a tag to compare

data-by-group.json structure changes

16 Oct 01:18
Compare
Choose a tag to compare

There's no data content changes, only data structure change to data-by-group.json. See #11 for details. Thanks to @DaveBagler. :)

This is not a major bump because we are not in 1.x land.

Emoji Version 15.0

16 Oct 01:11
Compare
Choose a tag to compare

Emoji Version 14.0 🫣

15 Mar 09:47
Compare
Choose a tag to compare

Emoji Version 13.1

03 Oct 10:38
Compare
Choose a tag to compare

13.0

14 Jan 06:52
Compare
Choose a tag to compare

v0.1.0

02 Nov 22:59
Compare
Choose a tag to compare

[Breaking]

Rename object keys:

  • fitzpatrick_scale -> skin_tone_support
  • version -> unicode_version
  • fitzpatrick_scale_version -> skin_tone_support_unicode_version

New object keys:

  • emoji_version

What are the differences between emoji_version and unicode_version?

Good question. I was just reading up on this... For example, the first Unicode version to support emoji is v6.0, which is Emoji v1.0.

While a new Unicode version would introduce code points for emoji, for example,

  • :onion: is Unicode 12.0/Emoji v12.0,

a new Emoji version would introduce emoji sequences utilizing existing code points.

  • :person_with_red_hair: is Emoji v12.1 = :person: is Unicode v10.0/Emoji v5.0 + :red_hair:is Unicode 11.0/Emoji v11.0.

That is to say, even though Unicode v11.0 (June 2018) includes all the sequences required to make up :person_with_red_hair:, it was only officially introduced in Emoji v12.1 (Oct 2019).

You can read more to learn the differences on Emojipedia:

Emoji version is now exposed in the unicode data dump downloaded by the scripts, so I'm including them in the output.

v0.0.4

02 Nov 22:18
Compare
Choose a tag to compare

Bump emoji data to Emoji version v12.1. Which includes:

  • New emoji (v0.0.3...v0.0.4)
  • One name change man_with_chinese_cap -> man_with_skullcap

v0.0.3

02 Nov 22:20
2182614
Compare
Choose a tag to compare

Fix emoji name parsing. Example changes:

  • a_button_blood_type_ -> a_button
  • flag_myanmar_burma_ -> flag_myanmar

6 name changes in total.

v0.0.2

02 Nov 22:22
Compare
Choose a tag to compare

Initial release with Emoji v12.0 data.