Skip to content

Commit 50de142

Browse files
committed
v0.19
1 parent ec9b6d8 commit 50de142

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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+
922
## [0.18.0] - 2023-04-13
1023
### Added
1124
- Added support encrypt decrypt plain text.

0 commit comments

Comments
 (0)