token_re, include cleanup, git cleanup
[urisagit/Template-Simple.git] / Changes
1 Revision history for Template-Simple
2
3 0.06    Tue May  8 01:53:46 EDT 2012
4         Added support for markup tokens to use a user supplied regex
5         Thanks to Rick Morse
6                 
7 0.05    Sun Apr 24 00:27:10 EDT 2011
8       - Updated Changes file
9       - Added handling of undef templates
10       - Added new benchmark in extras/bench_all.pl
11 0.05    Fri Jun 24 14:22:58 EDT 2011
12         Wrote new benchmark script in extras/
13         Added to distro modified Template::Teeny for benchmark
14
15 0.04    Sun Apr 24 00:27:10 EDT 2011
16       - Fixed bugs in tests (introduced in 0.03)
17
18 0.03    Sun Apr  3 04:11:04 EDT 2011
19       - Added support for compiled templates
20       - Added support to test regular and compiled templates
21       - Improved shared test driver t/common.pm
22       - include_paths constructor option now called template_paths
23         include_paths is still supported but deprecated
24       - Major edits and cleanup of pod
25       - Created extras/cookbook.pl with runnable T::S examples and pod
26       - Added extras/bench_all.pl which benchmarks several templaters
27
28 0.02    Tue Oct 17 02:08:28 EDT 2006
29       - Fixed bug with nested hashes being rendered. Added nested.t to
30         the tests.
31         Thanks to Nigel Hamilton <nigel@turbo10.com>
32
33 0.01    Sun Aug 27 00:07:13 EDT 2006
34         First release