Skip to content

Commit 3fa7229

Browse files
committed
v0.31.0
1 parent 5c2f123 commit 3fa7229

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.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+
922
## [0.30.0] - 2024-04-20
1023
### Added
1124
- Added Templator multy section.

0 commit comments

Comments
 (0)