apidoc, debug and Yii 3 progress
Published on August 20, 2019 by Alexander Makarov
Another release Tuesday today. Two extensions were released:
Yii 3 development done this week:
- Cache was polished more. Cache backends were extracted into separate pacakges. That allows us to both release these independently and use composer ext-* constraints. Thank you, Alexander Kartavenko.
- Polished Logger.
- Wrote docs for request and response.
- Succeeded with running Yii 3 with RoadRunner getting impressive request processing performance.
- CSRF middleware was implemented by Rustam Mamadaminov. Thanks!
Additionally, wrote a wiki article on how to move Yii 2 application sources into src directory.