Commit 50de142 1 parent ec9b6d8 commit 50de142 Copy full SHA for 50de142
File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.19.0] - 2023-05-12
10
+ ### Changed
11
+ - Refactor the http kernel to handle middleware in a way that allows for short-circuiting and early return of a response.
12
+ - Refactor console karnel, with new pipeline provide by library.
13
+ - Refactor ` Collection::___clone() ` cloning collection using deep cloning array.
14
+
15
+ ### Added
16
+ - Added a new method called Request::duplicate, which allows for modification of an incoming request by creating a duplicate request object.
17
+ - Added new method ` Response::getStatusCode ` and ` Response::getContent ` to provide information usefull for testing or middleware during handle.
18
+ - Added global function to find in array by using dot keys ` data_get() ` .
19
+ - Added global function to render template as response ` view() ` .
20
+ - Added a new method called Collection::assocBy(), which allows for modifying an item in an array with a new item that includes a new key.
21
+
9
22
## [ 0.18.0] - 2023-04-13
10
23
### Added
11
24
- Added support encrypt decrypt plain text.
You can’t perform that action at this time.
0 commit comments