News


11/08/2021 - 02:00

First version of Redis adapter for Yii cache was released. It is based on predis and could be used either standalone as PSR-16 cache implementation or with Yii cache to gain additional benefits.
Quality standard for the package is similar to other Yii 3 packages: 100% unit test coverage with 98.5% mutation score, and 94.9% type coverage.





11/07/2021 - 09:45

This week, Symfony 5.4.0-BETA1 and 6.0.0-BETA1 versions were published in preparation for their final release at the end of November 2021. We also published the first articles about the new features of Symfony 5.4.





11/06/2021 - 01:07

New version of yiisoft/i18n package was released.
This version adds support for keywords hours, colnumeric, and colcasefirst. These keywords are part of the ECMAScript 2022 Internationalization API Specification (ECMA-402 9th Edition), and supporting them allows for better cross-communication between PHP and JavaScript layers.





11/05/2021 - 10:14

Symfony 6.0.0-BETA1 has just been released. Here is a list of the most
important changes:





11/05/2021 - 10:03

Symfony 5.4.0-BETA1 has just been released. Here is a list of the most
important changes:





11/05/2021 - 02:00

Version 2.0.0 of assets package was released improving public API for more convenient use.
Previously you had to specify assets registered as array:
$assetManager->register([\App\Assets\MainAsset::class]);

but since the case of registering multiple assets is not that common, the method now accepts a single asset class: