Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SonyPradana committed Apr 6, 2022
1 parent 962c5ee commit bd1f23e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2022-04-06
### Added
- Added Collection->immutable class
- Added Fetch->get() return as collection
- Added uploadfile class
- Added method close() to closed middleware
- Add `Router::prefix()->group()` group router base on prefix.
- Add `Router::name()->group()` group router base on name.
- Add `Router::midleware()->group()` group router base on midleware.
- Add `Router::controller()->group()` group router base on controller.
- Add `Router::group(array, closure)` costume group.
- Add `Router::current()` get current route.
- Router group can be combine with other router group.

### Changed
- Change `MyCrud` not implement `CrudInterface`

## [0.2.1] - 2021-12-11
### Added
- Add `collection::class` method `split`, `chunk`, `only`, `except` and `flatten`
Expand Down

0 comments on commit bd1f23e

Please sign in to comment.