Commit 3fa7229 1 parent 5c2f123 commit 3fa7229 Copy full SHA for 3fa7229
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.31.0] - 2024-04-30
10
+ ### Added
11
+ - Application abort ` Application::abort() ` or ` abort() ` shorthand for throw ` HttpException::class ` .
12
+ - Added ` Handler::class ` to catch exception in ` Karnel::class ` .
13
+ - Added response json exception handler in ` Handler::class ` .
14
+ - Added ` Handler::dont_report ` to except no report.
15
+ - Added ` HttpResponse::class ` to register response in exception.
16
+ - Added ` Templator::viewExist() ` to check template file exist.
17
+ - Added ` handler::handleHttpException ` to transform httpException to Response view.
18
+
19
+ ### Changed
20
+ - ` Container::class ` implements ArrayAccess.
21
+
9
22
## [ 0.30.0] - 2024-04-20
10
23
### Added
11
24
- Added Templator multy section.
You can’t perform that action at this time.
0 commit comments