emoji-catalog/CHANGELOG.md

65 lines
1.4 KiB
Markdown

# Changelog
<!--
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
-->
## Unreleased
## [v2.0.1] - 2020-09-17
### Changed
- [#8] Cleaning Emoji class removing comments, from 468K to 157K.
## [v2.0.0] - 2020-03-12
### Changed
- [#6] Update to emoji v13
## [v1.2.0] - 2019-10-28
### Changed
- [#5] Updated to Emoji v12.1
## [v1.1.0] - 2019-10-02
### Added
- [#1] Added catalog with the list of all emojis
## [v1.0.0] - 2019-10-01
### Added
- [#2] Added docblock with _name_ and _code point_ to all constants.
### Changed
- [#2] Constant `Emoji::LAPTOP_COMPUTER` was changed to `Emoji::LAPTOP`.
- [#2] Constant `Emoji::FLAG_ENGLAND` was changed to `Emoji::FLAG_GBENG`.
- [#2] Constant `Emoji::FLAG_SCOTLAND` was changed to `Emoji::FLAG_GBSCT`.
- [#2] Constant `Emoji::FLAG_WALES` was changed to `Emoji::FLAG_GBWLS`.
## [v0.0.0] - 2019-08-30
### Added
- First working version.
[#2]: https://github.com/jawira/emoji-catalo/pull/2
[v1.0.0]: https://github.com/jawira/emoji-catalo/compare/v0.0.0...v1.0.0
[#1]: https://github.com/jawira/emoji-catalo/pull/1
[v1.1.0]: https://github.com/jawira/emoji-catalo/compare/v1.0.0...v1.1.0
[#5]: https://github.com/jawira/emoji-catalo/pull/5
[v1.2.0]: https://github.com/jawira/emoji-catalo/compare/v1.1.0...v1.2.0
[#6]: https://github.com/jawira/emoji-catalog/pull/6
[v2.0.0]: https://github.com/jawira/emoji-catalog/compare/v1.2.0...v2.0.0