First version of yiisoft/data-response pacakge was released.
Cookies package version 1.2.0 was released. This version adds a parameter $encodeValue
to the Cookie
constructor and the Cookie::withRawValue()
method that creates a cookie copy with a new value that will not be encoded.
First version of assets package was released.
The package implements client-side asset (such as CSS and JavaScript) management for PHP.
It helps resolve dependencies and get lists of files ready for generating HTML <script>
and <link>
tags.
Error handler package got its first release. This is generic PSR-15 and PSR-3 compatible error handling library.
Yii event is the first framework-specific package from Yii 3 family. Its goal is to make configuring events convenient. For the applications it provides three main config files:
First release of translator package was published. This package allows translating messages into several languages. It can work with both Yii-based applications and standalone PHP applications.
Another Yii3 family package was released. This time it is profiler. The package provides an ability to record performance profiles:
A minor version of Html package was tagged. In this version there are two additions:
A minor version of Html package was tagged. In this version there are two additions:
First stable version of Html package was tagged. The package could be used both along with Yii 3 or separately.
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: