emoji-catalog/CHANGELOG.md

68 lines
1.6 KiB
Markdown
Raw Normal View History

# Changelog
2019-08-30 22:22:51 +03:00
2020-09-21 10:07:01 +03:00
<!-- changelog-linker -->
2019-08-30 22:22:51 +03:00
2020-09-21 10:07:01 +03:00
<!-- dumped content start -->
## Unreleased
2019-08-30 22:22:51 +03:00
2020-09-21 10:07:01 +03:00
### Changed
- [#12] Explain emoji sequences in readme
2020-09-17 11:47:30 +03:00
## [v2.0.1] - 2020-09-17
2020-09-21 10:07:01 +03:00
### Removed
2020-09-21 10:07:01 +03:00
- [#11] Remove comments to improve op_cache performance in production environments
2020-03-12 21:44:01 +03:00
## [v2.0.0] - 2020-03-12
2019-10-28 19:37:42 +03:00
### Changed
2020-09-21 10:22:26 +03:00
- [#7] Update library to emoji v13
2020-03-12 21:44:01 +03:00
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
2020-09-21 10:22:26 +03:00
- [#4] Added catalog with the list of all emojis
2019-10-02 00:08:31 +03:00
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
2020-09-21 10:07:01 +03:00
<!-- dumped content end -->
[#12]: https://github.com/jawira/emoji-catalog/pull/12
[#11]: https://github.com/jawira/emoji-catalog/pull/11
[#7]: https://github.com/jawira/emoji-catalog/pull/7
2020-03-12 21:44:01 +03:00
[#6]: https://github.com/jawira/emoji-catalog/pull/6
2020-09-21 10:07:01 +03:00
[#4]: https://github.com/jawira/emoji-catalog/pull/4
[#3]: https://github.com/jawira/emoji-catalog/pull/3
[#2]: https://github.com/jawira/emoji-catalog/pull/2
[#1]: https://github.com/jawira/emoji-catalog/pull/1
[v2.0.1]: https://github.com/jawira/emoji-catalog/compare/v2.0.0...v2.0.1
[v2.0.0]: https://github.com/jawira/emoji-catalog/compare/v1.1.0...v2.0.0
[v1.1.0]: https://github.com/jawira/emoji-catalog/compare/v1.0.0...v1.1.0