Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@michalsn michalsn released this 17 Oct 08:34
· 1 commit to develop since this release
3bc7671

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::fragments has 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