Test support package version 1.2.1 was released.
We are very pleased to announce the release of Yii Framework version 2.0.41. Please refer to the instructions at https://www.yiiframework.com/download/ to install or upgrade to this version.
First release of CSRF package was tagged. The package provides PSR-15 middleware for CSRF protection:
Two minor versions of test support package were tagged. Both are about event dispatcher:
First version of event dispatcher package was tagged. The dispatcher provides an ability to dispatch events and listen to events dispatched. It is:
First verisons of yiisoft/log and some of the drivers called "targets" were released.
First version of yiisoft/auth-jwt package was released. The package provides JWT authentication method for Yii Auth.
First versions of yiisoft/files package was released. The package provides useful methods to manage files and directories.
A major version of strings package was released. The changes are about \Yiisoft\Strings\WildcardPattern
.
**
was introduced and the class was overall simplified.
First version of request body parser package was released. The package is a PSR-15 middleware that allows parsing PSR-7 server request body selecting the parser according to the server request mime type.
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.