Skip to content

Commit 871dda8

Browse files
committed
v0.20
1 parent 82e2c82 commit 871dda8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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+
## [0.20.0] - 2023-06-30
9+
### Added
10+
- Added `Collection::reduse()` method.
11+
- Added `Str::after()` finder and get text after some text.
12+
- Added `public_path()` to get public path.
13+
- Added `Vite::class` to access vite manifest (FE).
14+
- Added `Style::rawReset()`, `Style::resetDecorate()` to change style reset rule.
15+
- Added `Collection::firstKey()`, `Collection::lastKey()`, `Collection::firsts()`, `Collection::lasts` and `Collection::take` to get kay first and last in collection.
16+
- Added `Style::yield()` to print output and continue write style.
17+
- Added database alter table (modify database table) (#181).
18+
- Added `Route::has()` to check route name exist or not.
19+
20+
### Changed
21+
- Make Schedule logging with interface schedule instead of creating custom class (extends).
822

923
## [0.19.0] - 2023-05-12
1024
### Changed

0 commit comments

Comments
 (0)