emoji-catalog/CHANGELOG.md

65 lines
1.4 KiB
Markdown
Raw Normal View History

# Changelog
2019-08-30 22:22:51 +03:00
<!--
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
-->
## Unreleased
2019-08-30 22:22:51 +03:00
2020-09-17 11:47:30 +03:00
## [v2.0.1] - 2020-09-17
### Changed
- [#8] Cleaning Emoji class removing comments, from 468K to 157K.
2020-03-12 21:44:01 +03:00
## [v2.0.0] - 2020-03-12
2019-10-28 19:37:42 +03:00
### Changed
2020-03-12 21:44:01 +03:00
- [#6] Update to emoji v13
2019-10-28 19:37:42 +03:00
## [v1.2.0] - 2019-10-28
### Changed
- [#5] Updated to Emoji v12.1
2019-10-03 00:00:13 +03:00
## [v1.1.0] - 2019-10-02
2019-10-02 00:08:31 +03:00
### Added
- [#1] Added catalog with the list of all emojis
2019-10-01 21:32:27 +03:00
## [v1.0.0] - 2019-10-01
2019-08-30 22:22:51 +03:00
### Added
- [#2] Added docblock with _name_ and _code point_ to all constants.
2019-08-30 22:22:51 +03:00
### Changed
2019-08-30 22:22:51 +03:00
- [#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`.
2019-08-30 22:22:51 +03:00
## [v0.0.0] - 2019-08-30
### Added
2019-08-30 22:22:51 +03:00
- First working version.
2019-08-30 22:22:51 +03:00
[#2]: https://github.com/jawira/emoji-catalo/pull/2
2019-10-01 21:32:27 +03:00
[v1.0.0]: https://github.com/jawira/emoji-catalo/compare/v0.0.0...v1.0.0
2019-10-03 00:00:13 +03:00
[#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
2019-10-28 19:37:42 +03:00
[#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
2020-03-12 21:44:01 +03:00
[#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