Version 2.1.0 of assets package was released. There a few changes:
First release of yiisoft/proxy package was tagged. The package is able to build generic proxy for a class i.e. it allows intercepting all class method calls. It's used in yiisoft/yii-debug package to collect service's method calls information.
We are very pleased to announce the major release of Yii Files version 2.0.0. There a few changes and additions:
Router and its fastroute adapter were tagged.
This version adds support for multiple hosts via Route::hosts() and Group::hosts():
Version 1.1.0 of Yii Dependency Injection container is released.
Major version of Log package was released. In this version we have moved from PSR interfaces version 1.1 to version 2.0|3.0. As a result, there are types added everywhere and the package is no more compatible with PHP 7.4.
Three RBAC packages are released in their initial stable version: rbac, rbac-php, and rbac-rules-container.
Test Support package version 1.4.0 was released. There a few changes in SimpleContainer::has() method:
Yii Swagger intergration package was updated to version 1.2.0. In this version we have added an ability to configure OpenApi\Annotations\OpenAPI generation via Yiisoft\Swagger\Service\SwaggerService in config/params.php:
Version 5.0.0 of View package is released. There a few bugs fixed, some additions and a few backwards incompatible changes:
First release of RoadRunner adapter for Yii Runner was tagged.