mirror of
https://github.com/jawira/emoji-catalog.git
synced 2023-08-10 21:12:49 +03:00
Preparing for v3.0.0
This commit is contained in:
parent
9599374b0c
commit
b03d0252d3
25
CHANGELOG.md
25
CHANGELOG.md
@ -3,44 +3,30 @@
|
||||
<!-- changelog-linker -->
|
||||
|
||||
<!-- dumped content start -->
|
||||
## Unreleased
|
||||
|
||||
### Changed
|
||||
## [v3.0.0] - 2020-09-21
|
||||
|
||||
- [#14] Update to Emoji v13.1
|
||||
- [#12] Explain emoji sequences in readme
|
||||
|
||||
## [v2.0.1] - 2020-09-17
|
||||
|
||||
### Removed
|
||||
|
||||
- [#11] Remove comments to improve op_cache performance in production environments
|
||||
|
||||
## [v2.0.0] - 2020-03-12
|
||||
|
||||
### Changed
|
||||
|
||||
- [#7] Update library to emoji v13
|
||||
|
||||
## [v1.2.0] - 2019-10-28
|
||||
|
||||
### Changed
|
||||
|
||||
- [#5] Updated to Emoji v12.1
|
||||
|
||||
## [v1.1.0] - 2019-10-02
|
||||
|
||||
### Added
|
||||
|
||||
- [#4] 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`.
|
||||
@ -48,8 +34,6 @@
|
||||
|
||||
## [v0.0.0] - 2019-08-30
|
||||
|
||||
### Added
|
||||
|
||||
- First working version.
|
||||
|
||||
<!-- dumped content end -->
|
||||
@ -65,3 +49,8 @@
|
||||
[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
|
||||
|
Loading…
Reference in New Issue
Block a user