HTML-Template-Compiled

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

- Bugfix: Issues with global_vars #6, #7 (rpv-tomsk++)
- Changed to Dist::Zilla

1.001_001 Tue May 21 00:50:22 CEST 2013
- New option: optimize
- Minor optimization

1.001 Sat May  4 12:49:44 CEST 2013
- Regular release, see developer versions for changes

1.000_006 Fri Jan 25 22:57:24 CET 2013
- Minor optimizations for file cache
- Remove ::Plugin::DHTML (own distribution)

1.000_004 Thu Jan 10 00:29:59 CET 2013
- New features: added options warnings and line_info

1.000_003 Mon Dec 31 19:05:54 CET 2012
- fix test

1.000_002 Sat Dec  1 21:06:57 CET 2012
- make parallel testing possible
- remove ::Plugin::NumberFormat (has its own distribution now)

1.000_001 Tue Nov 27 19:55:00 CET 2012
- Minor optimizations
- New Feature: attribute sortby for TMPL_EACH

1.000 Tue Nov 13 20:45:44 CET 2012
- regular release

0.99_001 Sat Aug  4 17:32:03 CEST 2012
- Bugfix: reloading changed includes didn't always work

0.99 Mon Jul  2 21:48:39 CEST 2012
- fixed tests (deprecation in perl 5.17 and Data::TreeDumper prereq)
- also see developer version changes

0.98_003 Sun Jun 10 19:25:15 CEST 2012

Changes  view on Meta::CPAN

- Improved Feature: expressions like .path.to.hash{var}

0.96_002 Sun Apr 22 19:23:33 CEST 2012
- Changed/New feature: chomp whitespaces globally or in tags
- New feature: SET_VAR (and USE_VARS)

0.96_001 Sat Apr 21 23:17:59 CEST 2012
- New feature: allow expressions like .path.to.hash{var}
- Bugfix: allow more than two binary operands in H::T::C::Expr

0.96 Mon Nov 21 20:37:22 CET 2011
- fixed 05_filter.t
- fixed t/01_HTML-Template-Compiled.t (problems when test takes longer then
  cache expiration)

0.95_003 Sat Nov 12 15:12:02 CET 2011
- Bugfix: Reload includes of includes (required change of caching mechanism -
  please report any issues if you have problems with caching)
- New Escape: 'IJSON'
- Deprecated the use options 'speed', 'compatible' and 'short'

0.95_002 Mon Oct 31 21:00:51 CET 2011
- HTML::Template Compatibility: lowercase instead of uppercase
  parameters when case_sensitive 0

0.95_001 Sun Aug 28 19:02:00 CEST 2011
- Bugfix: escape=js escapes backslash now (RT 66463)
- Bugfix: H::T::C::Classic ignored case_sensitive (RT 70412)
- Added Template::AutoFilter to bench.pl

0.95 Wed Apr 27 20:48:13 CEST 2011
- Just moving developer release to regular release

Changes  view on Meta::CPAN

  http://rt.cpan.org/Public/Bug/Display.html?id=43591
- Bugfix: global vars weren't fetched correctly if case_sensitive off
  http://rt.cpan.org/Public/Bug/Display.html?id=43591
- Bugfix: add missing package line
  http://rt.cpan.org/Public/Bug/Display.html?id=45081
- Bugfix: added md5sum of paths to cache key so different templates with 
  the same name are found
  http://rt.cpan.org/Public/Bug/Display.html?id=28606
- Bugfix: expressions didn't work in every tag

0.93 Mon Nov  3 20:03:07 CET 2008
- New Feature: sort-Attribute for TMPL_EACH
- Change: Allow TMPL_LOOP over an overloaded @{} object 
  (and TMPL_EACH over %{})
- Bugfix: closing IF_DEFINED was not recognized
  http://rt.cpan.org/Ticket/Display.html?id=40341

0.92_001 Sun Aug 10 18:53:48 CEST 2008
- Bugfix: ESCAPE didn't work always correctly since 0.92

0.92 Sat Jul 26 13:02:28 CEST 2008

Changes  view on Meta::CPAN

0.91_002
- Bugfix: option objects
- Bugfix: object plugins

0.91_001
- Bugfix: TMPL_IF_DEFINED without TMPL_ELSE
  http://rt.cpan.org/Public/Bug/Display.html?id=33383
- New feature: filename debugging (option debug_file)
- New feature: option objects (strict, nostrict, 0)

0.91 Thu Jan 24 21:50:20 CET 2008
- Fixed tests: utf8 problems with perl 5.8.[0-7]
- Change: open_mode without leading '<'

0.90 Thu Nov 15 00:39:35 CET 2007
- New Feature: use objects as plugins
- New Feature: option open_mode (e.g. '<:utf8') (thanks to Moritz
  Lenz and Chris Hagglund)
- Fixed tests: permission problems on Win32

0.89 Mon Oct 29 21:50:40 CET 2007
- New Feature: BREAK attribute for loops (see docs)
- Bugfix: utf8 in scalarrefs (thanks to Chris Hagglund)
- Experimental feature: chomp newlines before/after tags. See docs.

0.88 Mon Sep 10 22:05:44 CEST 2007
- Bugfix: file-caching and Storable need B::Deparse >= 0.61.
  Checking for proper version now.
- Fix: broken test
- Bugfix: avoid warnings when using html escape
- Bugfix: using more than one plugin

Changes  view on Meta::CPAN

- Fix: recursive includes didn't really work because of compile-time
  instead of runtime check

0.85 Sun Apr 15 16:15:22 CEST 2007
- New Feature: JOIN attribute for loop-tag
- Fix: uri_escape_utf8 for parameters in utf8
- Fix for DBIx::Class objects ('can' method doesn't work here like expected)
- Fix: Allow <%= array_of_arrays[0][0] %>
- New Feature: get count of array elements <%= array# %>

0.84 Sun Feb 11 15:43:38 CET 2007
- Bugfix: includes in var includes didn't expire cache
- Bugfix: tagstyle and use_perl weren't correctly passed to includes
  when using filecache
- Bugfix: plugins weren't safed in file cache

0.83 Tue Nov 28 22:59:06 CET 2006
- Added Feature: TMPL_EACH
- Added missing plugin feature

0.82 Mon Nov  6 21:25:23 CET 2006
- Added: shorter plugins (omit the HTML::Template::Compiled::Plugin)
- Added Feature: TMPL_INCLUDE_STRING
- Added Feature: TMPL_PERL for including perl-code

0.81 Fri Nov  3 22:48:05 CET 2006
- Minor change in plugin code

0.80 Sun Oct 15 16:39:02 CEST 2006
- Bugfix: characters like '-' in <tmpl_* foo-bar> lead to
  compilation errors
- Bugfix: accessing array elements like <tmpl_var [23]> didn't work

0.79 Sat Oct  7 20:36:55 CEST 2006
- Change: instead of <tmpl_var name="array.42"> you must
  now use <tmpl_var name="array[42]". sorry

Changes  view on Meta::CPAN

0.62 Wed Apr 26 23:36:13 CEST 2006
- New Feature: added method precompile
- New Feature: implemented query() (from HTML::Template)

0.61 Sat Apr 22 19:34:32 CEST 2006
- Bug Fix: global_vars and variables that are never set
  http://rt.cpan.org/Public/Bug/Display.html?id=17851
- Change: allow CASE default in a list of other strings
- Bug Fix: weird endless loop when using wrong tags

0.60 Sun Feb 26 18:46:07 CET 2006
- Clarified docs for TMPL_WITH to explain interaction with global_vars
- New Feature: TMPL_VERBATIM
- Bug Fix: error when double TMPL_ELSE
- New feature: global_vars => 2

0.59 Tue Jan  3 19:40:46 CET 2006
- $UNTAINT
- All the "new_" constructor shortcuts were added from HTML::Template, with
  tests for each. Also, the type/source option syntax to new() is now
  supported. Tests were added for all these, which were generally missing from
  the HTML::Template test suite. 

- Bug Fix: Code and Tests were were added to make sure that calls to param()
  accumulate data, like HTML::Template works.  

- Bug Fix: embedded newlines
- New Feature: new 'default_escape' option for compatibility with HTML::Template 2.8
- Added query() tests from HTML::Template suite. (Currently TODO)
- Change: use dot notation for mehtod calls and dereference
- Change: literal dots in var names work now; you can't use -> for method calling
  any more, just use the dot

0.58 Sun Dec 11 23:20:35 CET 2005
- fixed test with html entities
- use H::T::C speed => 1
- tmpl_include_var
- TMPL_LOOP_CONTEXT

0.57 Wed Dec  7 15:54:05 CET 2005
- tmpl_comment doesn't output
- tmpl_noparse does, though
- various pod- and test-fixes

0.56 Wed Dec  7 01:46:21 CET 2005
- some include and scalarref  issues fixed
- <tmpl_comment>
- <tmpl_switch>, <tmpl_case>

0.55 Wed Nov 23 22:36:58 CET 2005
- search_path_on_include

0.54 Wed Nov 23 21:21:49 CET 2005
- fixed path issues
- better handling of unbalanced tags

0.53 Thu Oct  6 22:12:53 CEST 2005
- fixed another issue with filter
- bugfix preload

0.52 Mon Oct  3 18:34:19 CEST 2005
- bugfix with nonexistant templates and deep recursion
- bugfix path and filecache

Changes  view on Meta::CPAN


0.10 Mon Apr 18 22:06:10 CEST 2005
 - HTML_TEMPLATE_ROOT
 - caching
 - loop_context_vars

0.09  Fri Apr 15 00:31:23 CEST 2005
 - </TMPL_IF name>
 - caching improved (expire)

0.06  Sat Feb 26 00:45:31 CET 2005
 - ESCAPE=HTML

0.05  Sat Feb 26 00:31:21 CET 2005
 - TMPL_INCLUDE

0.04  Fri Feb 25 00:29:44 CET 2005
 - caching improved

0.03  Thu Feb 24 23:17:10 CET 2005
 - Quote Handling (NAME="var")

0.02  Tue Feb 22 01:18:23 CET 2005
 - fixed bugs, caching half implemented

0.01  Sun Feb 20 17:44:07 2005
	- original version; created by h2xs 1.23 with options
		-AX -n HTML::Template::Compiled



( run in 1.182 second using v1.01-cache-2.11-cpan-49f99fa48dc )