Skip to content

Commit f142a59

Browse files
committed
v0.21
1 parent d7a449b commit f142a59

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
@@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.21.0] - 2023-07-29
10+
### Added
11+
- Added Request format type (#186).
12+
- Added support `litespeed_finish_request` to send respone (#188).
13+
- Added database schema for raw queary `MySchema::raw()` (#189).
14+
- Added support `StreamedResponseCallable` to send stream to client (#192).
15+
- Added support `Route::resource` include `only`, `except`, `map` and `misssing` (#195).
16+
17+
### Changed
18+
- Changed command parse support count alias, group value (array) (#190).
19+
- Changed `Response::send` now flush after send buffer (#191).
20+
821
## [0.20.0] - 2023-06-30
922
### Added
1023
- Added `Collection::reduse()` method.

0 commit comments

Comments
 (0)