Skip to content

Implements emoji character comparison and improve finders

Gabriel Mazetto requested to merge brodock/improve_api into main

Changes:

  • Characters can be compared and will be considered equal when all of its attributes matches
  • :+1: and :-1: which are aliases for :thumbsup: and :thumbsdown: can now be used with find_by_alpha_code
  • added tests for both find_by_alpha_code and find_by_codepoints and make sure find_by_alpha_code can handle nil correctly
Edited by Gabriel Mazetto

Merge request reports