|
1 | 1 | # Cherry-core Changelog |
2 | 2 |
|
| 3 | +## [v1.6.1](https://github.com/cherry-framework/core/releases/tag/v1.6.1 "v1.6.1") (2019-05-11) |
| 4 | + |
| 5 | +- Update Cherry [Templater](https://github.com/cherry-framework/teplater) to 1.1.* version. |
| 6 | + |
3 | 7 | ## [v1.6.0](https://github.com/cherry-framework/core/releases/tag/v1.6.0 "v1.6.0") (2019-05-04) |
4 | 8 |
|
5 | | -- Update to new Cherry [Router](https://github.com/cherry-framework/router) version. |
| 9 | +- Update to new Cherry [Router](https://github.com/cherry-framework/router) version. |
6 | 10 |
|
7 | 11 | ## [v1.5.0](https://github.com/cherry-framework/core/releases/tag/v1.5.0 "v1.5.0") (2019-04-21) |
8 | 12 |
|
9 | 13 | - Cherry [Router](https://github.com/cherry-framework/router) and [Logger](https://github.com/cherry-framework/logger) |
10 | | -was removed from Kernel class. |
| 14 | +was removed from Kernel class. |
11 | 15 |
|
12 | 16 | ## [v1.0.0](https://github.com/cherry-framework/core/releases/tag/v1.0.0 "v1.0.0") (2019-03-29) |
13 | 17 | #### The first stable version |
14 | 18 |
|
15 | | -- Package available on: `composer require cherry-project/core` |
| 19 | +- Package available on: `composer require cherry-project/core` |
16 | 20 |
|
17 | | -- Core contains all cherry-project sub-packages |
18 | | - - [Request](https://github.com/cherry-framework/request) |
19 | | - - [Response](https://github.com/cherry-framework/response) |
20 | | - - [Router](https://github.com/cherry-framework/router) |
21 | | - - [Templater](https://github.com/cherry-framework/templater) |
22 | | - - [Logger](https://github.com/cherry-framework/logger) |
| 21 | +- Core contains all cherry-project sub-packages |
| 22 | + - [Request](https://github.com/cherry-framework/request) |
| 23 | + - [Response](https://github.com/cherry-framework/response) |
| 24 | + - [Router](https://github.com/cherry-framework/router) |
| 25 | + - [Templater](https://github.com/cherry-framework/templater) |
| 26 | + - [Logger](https://github.com/cherry-framework/logger) |
0 commit comments