yiisoft / view

Yii view rendering library
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
56 stars 44 forks source link

Replace abstract `BaseView` to `ViewInterface` and `ViewTrait` + imrpove exception message on getting not exist block or parameter in `View` and `WebView` #187

Closed vjik closed 3 years ago

vjik commented 3 years ago
Q A
Is bugfix? ✔️
New feature?
Breaks BC? ✔️
Fixed issues #185 #189

Need add description for ViewInterface and ViewTrait.

Adopt PRs: https://github.com/yiisoft/view-twig/pull/34

Tests pass in demo application.

After release yiisoft/view also need update version in yiisoft/yii-view.

samdark commented 3 years ago

I'd check/fix https://github.com/yiisoft/view/issues/189 and release it as a minor version first.

vjik commented 3 years ago

I'd check/fix #189 and release it as a minor version first.

done