Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change categories according to EmojiOne #12

Merged
merged 1 commit into from
Jun 27, 2016
Merged

Conversation

jonathanwiesel
Copy link
Contributor

All / most definitions have been recategorised following the original EmojiOne definition fie.

Category distribution has changed from this:

{
  "activity": 62,
  "celebration": 4,
  "emoticons": 189,
  "flags": 257,
  "foods": 7,
  "modifier": 5,
  "nature": 138,
  "objects": 247,
  "objects_symbols": 119,
  "other": 204,
  "people": 332,
  "places": 91,
  "travel": 7,
  "travel_places": 31,
  "symbols": 28
}

to this:

{
  "activity": 102,
  "flags": 257,
  "food": 67,
  "modifier": 5,
  "nature": 148,
  "objects": 178,
  "objects_symbols": 75,
  "people": 496,
  "travel": 115,
  "travel_places": 7,
  "symbols": 271 
}

This introduces the following breaking changes:

  • The following categories disappear:
places
emoticons
other
celebration
  • The foods category has been renamed to food.

This resolves #11

@connorshea
Copy link
Contributor

👏

@jonathanwiesel jonathanwiesel merged commit 025a898 into master Jun 27, 2016
@jonathanwiesel jonathanwiesel deleted the category-changing branch June 27, 2016 19:23
@jonathanwiesel jonathanwiesel added this to the v3.0.0 milestone Jul 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Categories for some emoji are incorrect
2 participants