automatic update OBS-URL: https://build.opensuse.org/request/show/393822 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Template-Compiled?expand=0&rev=4
146 lines
5.1 KiB
Plaintext
146 lines
5.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu May 5 09:23:09 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 1.003
|
|
see /usr/share/doc/packages/perl-HTML-Template-Compiled/Changes
|
|
|
|
1.003 2016-05-03 14:06:00
|
|
- Bugfix: prevent unexpected Data::Dumper config to mess with the output
|
|
(github issue #10 bittrine++)
|
|
- Fixed typos (github PR #9 zhouzhen1++)
|
|
- Storable >= 2.05 (CODE refs)
|
|
- fixed issue with parallel testing
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 29 08:48:59 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.002
|
|
see /usr/share/doc/packages/perl-HTML-Template-Compiled/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 13 16:09:06 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.001
|
|
see /usr/share/doc/packages/perl-HTML-Template-Compiled/Changes
|
|
|
|
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
|
|
- removed test cache directory from distribution
|
|
- added some modules to recommends
|
|
|
|
0.98_002 Wed Jun 6 20:43:05 CEST 2012
|
|
- Workaround for using var names with dollars:
|
|
local $HTML::Template::Compiled::Compiler::DISABLE_NEW_ALIAS = 1;
|
|
|
|
0.98_001 Mon Jun 4 23:53:45 CEST 2012
|
|
- require perl 5.8.1
|
|
- Hotfix for include_var and file caching
|
|
|
|
0.98 Mon Jun 4 18:18:40 CEST 2012
|
|
- IMPORTANT: Change: use aliases (alias=..., SET_VAR) via $aliasname.
|
|
USE_VARS will be removed in the future. Old alias syntax still works
|
|
for now.
|
|
|
|
0.97_006 Sun Jun 3 19:26:50 CEST 2012
|
|
- new plugin HTML::Template::Compiled::Plugin::NumberFormat
|
|
|
|
0.97_005 Sat Jun 2 12:47:06 CEST 2012
|
|
- New feature: option cache_debug
|
|
- New feature: TMPL_WRAPPER
|
|
- Another bugfix for search_path_on_include
|
|
|
|
0.97_004 Sun May 20 18:38:32 CEST 2012
|
|
- Change: Implemented searching the path and search_path_on_include like
|
|
in HTML::Template (finally) and add an additional value. PLEASE TEST!
|
|
- Improved file cache performance
|
|
- Bugfix: old bug with invalid tags in noparse, verbatim, comment
|
|
- Remove old Storable workaround (0.94_002)
|
|
|
|
0.97_001 Thu May 17 14:54:30 CEST 2012
|
|
- fix HTML::Template::Compiled::Classic: allow every character in template
|
|
var names (RT 70676)
|
|
- New option expire_time instead of global HTML::Template::Compiled->ExpireTime
|
|
- Added loop context vars __even__, __outer__
|
|
- Change: removed documentation of class methods ->CaseSensitive,
|
|
->SearchPathOnInclude, ->UseQuery - will be deprecated
|
|
- Added strict option
|
|
|
|
0.97 Tue May 8 19:19:00 CEST 2012
|
|
- regular release, see changes from dev version below
|
|
|
|
0.96_005 Sun May 6 16:24:54 CEST 2012
|
|
- fix t/25_expr.t number of skip tests
|
|
|
|
0.96_004 Sat May 5 15:56:27 CEST 2012
|
|
- Minor bugfix USE_VARS, module version numbers
|
|
- Bugfix caching: under certain circumstances some template includes
|
|
were not added to memory cache and reloaded from file cache very time
|
|
|
|
0.96_003 Fri May 4 17:09:19 CEST 2012
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 1 10:34:37 UTC 2011 - coolo@opensuse.org
|
|
|
|
- initial package 0.95
|
|
* created by cpanspec 1.78.04
|
|
|