Revision history for Perl extension Template::Plex.

0.3.0  Mon 25 Apr 2022 20:43:10 AEST

	- Subtemplates now can modify top level arguments hash (ie add keys not
	  previously available)
	- Added 'skip' sub which cancels the current templates rendering, but
	  allows variable manipulation
	- Added tests for skip and sub template argument manipulation
	- Updated pod 

0.2.0  Thu 31 Mar 2022 15:05:25 AEST
	- Cleanup generated code a little
	- Added plx subroutine for automatic loading/caching/rendering
	- Added block_fix feature
	- Added jmap subroutine
	- Added plex_clear basic cache clearing
	- Added block and pl subroutine
	- Added importing of String::Util subroutines into template
	- Updated documentaion

0.1.1  Fri 18 Feb 2022 18:03:48 AEST
	- Fixed examples in example directory
	- Fixed Changes (wrong package name)

0.1.0  Wed Aug  4 08:58:42 2021
	- Inital version