Skip to content

Commit

Permalink
v0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SonyPradana committed Jun 20, 2024
1 parent dc0c3d6 commit 9d399d4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 0.34.0 - 2024-05-21
### Added
- Added `ServiceProvider::exports()` to register files/folders needed in package.
- Added `PackagaDiscoveryCommand::class` to find supported package has register by composer vendor.
- Added `PackageManifest::class` to collect information what needed by `ServiceProvider`.
- Added `ConfigRepository::class` to load all Application configure.
- Added `Migration::VendorPaths()` to manually add costume path from vendor path (package manifest).
- Added `Karnel::handle()` and `Karnel::register` to run command directly.
- Added `BootProviders::class`, `ConfigProviders::class` and `RegisterProviders::class`.

### Changed
- Changed how Application load bootstrapper. Application now handle bootstrap manually.
- Changed `Karnel::call()` call command using `Application::call()`.
- Changed `Karnel::__constructor()` parameter to `Application::class` instead of `Container::class`.
- Changed load configure using `Util::loadCommandFromConfig()`, this propose to costume command register.

## [0.33.0] - 2024-05-17
### Removed
- Removed support for php 7.4 due the new feature `Container::alias()` make modify another Container method.
Expand Down

0 comments on commit 9d399d4

Please sign in to comment.