Revision history for Perl extension Plift
0.04 2016-07-21T04:14:15Z
* implemented 'wrapper' option
- a template used for final wrapper, usualy the website layout
- avoids '<x-wrap>' on every template file
* implemented context 'helper'
- optional object of which methods get AUTOLOADed from
- meant as a gateway from Plift to the rest of the system
- (e.g. the current web request controller instance)
* implemented snippets: dynamically loaded code blocks
* renamed option 'path' to 'paths'
0.03 2016-07-20T19:09:47Z
- implemented Plift::render(), Plift::load_components()
- added a little more documentation
0.02 2016-07-18T22:12:26Z
- imlemented <x-render> processing instructions
- creates render directives dynamically
- implemented match modifiers to append+, +prepend and ^replace the element
- like Template::Pure
- added manual pages
- Plift::Manual::Tutorial
- Plift::Manual::DesignerFriendly
- Plift::Manual::Inception
- Plift::Manual::CustomHandler
0.01 2016-07-12T00:47:33Z
- first released version, includes all basic features:
- include and wrap templates
- render data via pre-defined directives
- render data via references found in templates
- load plugins
- add custom handlers