Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-07-28 | 817 Bytes | |
The Blink Framework v0.4.1 is released.tar.gz | 2019-07-28 | 78.1 kB | |
The Blink Framework v0.4.1 is released.zip | 2019-07-28 | 132.7 kB | |
Totals: 3 Items | 211.7 kB | 0 |
I am very pleased to announce the release of Blink version 0.4.1, Version 0.4.1 is a minor release of Blink framework that brings several improvements, the following is the changelog:
- New: Added a Cors middleware for Cross-Origin handling
- New: Added CookieAuthenticator to set cookie automatically
- New: Added Request::ip() method to get client IP address
- New: Added support to retrieve routing parameters through $request->getAttribute('routing')
- Enh: Upgraded the version of Symfony/Console and psysh
- Enh: Added the support of PHPUnit 6 and above
- Bug: Fixed https may not be detected correctly
- Bug: Fixed the errors on bootstrapping would never return to the client
- Bug: Fixed Service related command not booted automatically
- Bug: Fixed unable to Set-Cookie multiple times on SwServer