Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SonyPradana committed May 16, 2022
1 parent 3a56904 commit 88d5291
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0] - 2022-05-15
### Added
- Add `RouteDispatcher::class` dispatch request route.

### Changed
- `Router::class` run throw `RouteDispatcher::class`.
- `View::render` return as `Respone::class`.
- `respone->html()`, `respone->json()`, `respone->planText()` no longger send respone. Its just set content type.

## [0.5.0] - 2022-04-29
### Added
- Added `flush()` method to reset application container.
Expand Down

0 comments on commit 88d5291

Please sign in to comment.