The Blink Framework v0.3.1 is released
I am very pleased to announce the release of Blink version 0.3.1. Please refer to the documentation to install or upgrade to this version.
Version 0.3.1 is a minor release of Blink framework that brings several new feature and improvements, the following is the changelog:
- New: Added CookieAuthenticator for cookie based session handling
- New: Added blink\session\Manager::$sessionClass configuration to subclass Session class
- Enh: Suppressed warning triggered by cli_set_process_title on macOS
- Enh: Added $asArray parameter to RequestActor::asJson() to control json decoding
- Enh: Improved Auth::who() to accept Session object as argument
- Bug: Fixed routes lazy loading not working
- Chg: Deprecated Request::$sessionKey configuration