Write a CacheBackend implementation for PDO.
[hoplite.git] / CHANGES
1 Version 2.0
2 ================================================================================
3 - Rewrote the template parser to allow customizable open and close tags, which
4 changed the grammar a little.
5 {!% %} has been switched to {% %}
6 {% %} has been switched to {%= %}
7 - Split caching logic out of views\TemplateLoader into an interface
8 views\CacheBackend and views\FileCacheBackend.
9 - Add template usage profiling to views\.
10 - Add data\ProfilingPDO to add profiling to database access.
11 - Add base\Profiling static utility class.
12 - Add http\Input for request data sanitization.
13
14 Version 1.0
15 ================================================================================
16 - Creation of the CHANGES file.