v2.0.0
What's Changed
Fixes
Refactor
- refactor: manage config cache just like in the original codeigniter source code by @michalsn in #74
- refactor: move tests cache to ./build by @neznaika0 in #76
Breaking changes
- The public method
View::renderFragment()has been removed. - The protected property
View::fragmentshas been removed. - The methods have been changed:
View::fragment(),View::endFragment(),View::render(),View::include().
Note
The breaking changes are irrelevant from the perspective of a developer who used only the available methods described in the documentation. You need to consider them only if you extend the View class.
Full Changelog: v1.6.0...v2.0.0