mirror of
https://github.com/jawira/emoji-catalog.git
synced 2023-08-10 21:12:49 +03:00
57 lines
1.9 KiB
Markdown
57 lines
1.9 KiB
Markdown
# Changelog
|
|
|
|
<!-- changelog-linker -->
|
|
|
|
<!-- dumped content start -->
|
|
## [v3.0.0] - 2020-09-21
|
|
|
|
- [#14] Update to Emoji v13.1
|
|
- [#12] Explain emoji sequences in readme
|
|
|
|
## [v2.0.1] - 2020-09-17
|
|
|
|
- [#11] Remove comments to improve op_cache performance in production environments
|
|
|
|
## [v2.0.0] - 2020-03-12
|
|
|
|
- [#7] Update library to emoji v13
|
|
|
|
## [v1.2.0] - 2019-10-28
|
|
|
|
- [#5] Updated to Emoji v12.1
|
|
|
|
## [v1.1.0] - 2019-10-02
|
|
|
|
- [#4] Added catalog with the list of all emojis
|
|
|
|
## [v1.0.0] - 2019-10-01
|
|
|
|
- [#2] Added docblock with _name_ and _code point_ to all constants.
|
|
- [#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
|
|
|
|
- First working version.
|
|
|
|
<!-- 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
|
|
[#6]: https://github.com/jawira/emoji-catalog/pull/6
|
|
[#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
|
|
[#14]: https://github.com/jawira/emoji-catalog/pull/14
|
|
[#5]: https://github.com/jawira/emoji-catalog/pull/5
|
|
[v3.0.0]: https://github.com/jawira/emoji-catalog/compare/v2.0.1...v3.0.0
|
|
[v1.2.0]: https://github.com/jawira/emoji-catalog/compare/v1.1.0...v1.2.0
|
|
[v1.0.0]: https://github.com/jawira/emoji-catalog/compare/v0.0.0...v1.0.0
|