Sha256: b8a503c581114e787eb8a3cd8e1ac5e1ceeb6030d64085ead7bd47e89535c6f0

Contents?: true

Size: 1.79 KB

Versions: 1

Compression:

Stored size: 1.79 KB

Contents

# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.0] - 2021-09-07
### Added
- Index can return the `alpha_code_pattern` and `codepoints_pattern` to be used as text extraction sources

### Fixed
- Fixed `registered sign`, `copyright sign` and `trade mark sign` codepoints from gemojione index

## [0.3.0] - 2021-08-26
### Modified
- 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

## [0.2.2] - 2021-08-23
### Modified
- Fixed autoload load_path

## [0.2.1] - 2021-07-09
### Modified
- Noto Emoji assets were not included due to bug in gemspec code. Now it is.

## [0.2.0] - 2021-07-09
### Added
- Bundled Noto Emoji assets for each corresponding indexed Emoji
- `Character` responds to `#image_name` pointing to Noto Emoji filenames
- `TanukiEmoji` responds to `.images_path` pointing to Emoji assets folder

## [0.1.0] - 2021-07-04
### Added
- Initial release with index and Character information support

[0.1.0]:https://gitlab.com/gitlab-org/tanuki_emoji/-/releases/v0.1.0
[0.2.0]:https://gitlab.com/gitlab-org/tanuki_emoji/-/releases/v0.2.0
[0.2.1]:https://gitlab.com/gitlab-org/tanuki_emoji/-/releases/v0.2.1
[0.2.2]:https://gitlab.com/gitlab-org/tanuki_emoji/-/releases/v0.2.2
[0.3.0]:https://gitlab.com/gitlab-org/tanuki_emoji/-/releases/v0.3.0
[0.4.0]:https://gitlab.com/gitlab-org/tanuki_emoji/-/releases/v0.4.0

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tanuki_emoji-0.4.0 CHANGELOG.md