Skip to content

Commit 2a1bf7e

Browse files
committed
v0.17.0
1 parent 5bdd7ea commit 2a1bf7e

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
@@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### [0.17.0] - 2023-02-14
10+
### Added
11+
- Added `Now::class` formated standart date.
12+
- Added `ValidationCommandTrait::trait`, validation command input with display error in console.
13+
- Added `Appcliaction::migration_path`.
14+
- Added Command Prompt class to interact with console input `select`, `option`, `text`.
15+
16+
### Changed
17+
- `Now::class` support costume timezone.
18+
- `Command::option_maper` parse include minus sign `-` in parameter key.
19+
- `Command:class` implement array access, get parse agrv using command.
20+
- Property `Command::name` change to `Command::_`.
21+
922
### [0.16.0] - 2023-01-21
1023
### Added
1124
- Added `\System\Database\MySchema\Create::class`, `\System\Database\MySchema\Drop::class`, `\System\Database\MySchema\Truncate::class` to crate/drop database or table. Or using shorthand 'MySchema::class`.

0 commit comments

Comments
 (0)