Releases: krakphp/lava
Releases · krakphp/lava
Release list
Version 0.3.4
Version 0.3.3
Fixed
- Removed Controller validate merging of server request parameters
- Http Concern Bug #31
Added
- Concerns\Http now uses the Http\Concerns\Response trait
- Middleware\LavaLink now extends the Http\Middleware\HttpLink
- Console\Application::mergeHelperSets #33
- LavaPackage now uses the HttpServiceProvider to define services
Version 0.3.2
Version 0.3.1
Added
- Class Middleware #15 - You can now register classes as stack handlers.
- Console documentation
- CommandDefinitionWrapper for a fluent interface for defining commands
- Closure Commands and
addCommand
Version 0.3.0
Added
- More monolog options for configuration
- Stacks Concern ability
- Tests for concerns
- error logging #7
handleRequestto easily resolve requests into responses via the application- names to all middleware so that they can be manipulated easier
- More tests for the separate packages
- More documentation
Changed
- Semantics of Paths. Paths are now added into the application and default paths are provided to the users, but can be changed at any time.
- Added documentation on paths
- Moved app logic into separate concerns in the
Concernsmodule. - Upgraded mw dependency to 0.5.1
- Separated bootstrap from http freezing because the app can be used for more than just http.
Fixed
- Fixed typo in composer.json suggest
Version 0.2.0
Added
- Initial tests for packages
Changed
- Semantics of Packages.
withnow is essentially the same asregisterexcept it type hints aLava\Application. - ExceptionHandler package error renderer to integrate better with the Symfony debug library.
- Slimmed down dependencies and moved them to composer suggests.