Version 1.1.0 of yiisoft/http package was released.
Session package implements a session service, PSR-15 session middleware, and a flash message service which helps use one-time messages.
Another Yii3 family package is released. This time it is yiisoft/i18n
. The package provides common internationalization utilities and currently includes a Locale
class. It stores locale information created from BCP 47 formatted string. Can parse locale string, modify locale parts, form locale string from parts, and derive fallback locale.
First release of test support package was tagged. The package is intended to simplify the process of testing application elements that depend on PSR interfaces and is currently covering:
Patch release of aliases package was tagged. It is fixing a bug with nested aliases and getAll()
.
A pre-release version 0.5.0 of Composer config plugin was tagged. The plugin takes care of assembling configuration from multiple sources as configured in composer.json
. That usually happens on composer update
or composer install
. Assembled configs are then used in the application cutting application bootstrap time significantly.
New version of Injector package was tagged. It has two bugfixes and some internal refactoring.
First version of yiisoft/strings standalone package was released.
New version of Injector package was tagged. It is focused on PHP 8 support and takes new PHP features, such as union types, into account.
First version of yiisoft/aliases standalone package was released.
Injector can invoke methods or create objects resolving their dependencies from a PSR-11 container via autowiring. It can:
First Yii 3 package is released. Friendly Exception is an exception interface that provides a friendly name and a possible solution. Error handlers may consider the interface to render additional information right at the error screen.