Skip to content

Commit

Permalink
v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SonyPradana committed Oct 31, 2023
1 parent 3cdf23b commit 876dbc5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.25.0] - 2023-10-31
### Added
- Added response status code `isInformational()`, `isSuccessful()`, `isRedirection()`, `isClientError()`, `isServerError()`.
- Added response http protocol version.
- Added `Url::class` object value for url parse.
- Added `Response::headers` property to modify headers as collection.
- Added new command map structur `fn` (array), `pattern`, `match` and `default`.
- Added support Console Karnel to add default option using command map.
- Added `SeederCommand` to run seeder using costume namespace (--name-space).

## [0.24.0] - 2023-10-17
### Added
- Added exit prompt confirmation function `exit_prompt()`.
Expand Down

0 comments on commit 876dbc5

Please sign in to comment.