|
18 | 18 | # Unreleased
|
19 | 19 | #------------------------------------------------------------------------
|
20 | 20 |
|
| 21 | +#----------------------------------------------------------------------- |
| 22 | +# Version 2.28 - 11th October 2018 |
| 23 | +#------------------------------------------------------------------------ |
| 24 | + |
| 25 | +* Add and enable Travis CI to track GitHub Pull Requests |
| 26 | + |
| 27 | +* Template is now using GitHub as the official Bug Tracker |
| 28 | + |
| 29 | +* Nicolas R. fixed a circular reference in Template::Plugin::Filter |
| 30 | + https://github.com/abw/Template2/issues/152 |
| 31 | + |
| 32 | +* Nicolas R. adjusted group regexes to not be greedy |
| 33 | + https://github.com/abw/Template2/issues/94 |
| 34 | + |
| 35 | +* Nicolas R. added unit tests to cover regression from RT 91172 |
| 36 | + https://github.com/abw/Template2/issues/122 |
| 37 | + |
| 38 | +* Nicolas R. added support for template files having mtime=0 |
| 39 | + https://github.com/abw/Template2/issues/102 |
| 40 | + |
| 41 | +* Todd Rinaldo fixed rand calls with no args in Math plugin |
| 42 | + https://github.com/abw/Template2/issues/155 |
| 43 | + |
| 44 | +* Todd Rinaldo corrected ttree 2.22 logic change |
| 45 | + https://github.com/abw/Template2/issues/148 |
| 46 | + |
| 47 | +* Todd Rinaldo turned off automated testing for tests using optional modules |
| 48 | + https://github.com/abw/Template2/issues/156 |
| 49 | + |
| 50 | +* Nicolas R. adjusted unit tests to not force Stash::XS |
| 51 | + |
| 52 | +* Nicolas R. added a pre allocated buffer in Stash.xs to avoid malloc/free |
| 53 | + https://github.com/abw/Template2/issues/82 |
| 54 | + |
| 55 | +* Nicolas R. optmized Template::Parser by avoiding a dummy sub |
| 56 | + https://github.com/abw/Template2/issues/83 |
| 57 | + |
| 58 | +* Nicolas R. optimized Template:Directive by using index |
| 59 | + https://github.com/abw/Template2/issues/84 |
| 60 | + |
| 61 | +* Nicolas R. adjust _dotop logic in Stash for perl 5.28 and earlier |
| 62 | + https://github.com/abw/Template2/issues/81 |
| 63 | + |
| 64 | +* Todd Rinaldo documented VMethod method called 'item' |
| 65 | + https://github.com/abw/Template2/issues/90 |
| 66 | + |
| 67 | +* Nicolas R. adjust t/filter.t after RFC3986 being default for URI |
| 68 | + https://github.com/abw/Template2/issues/179 |
| 69 | + |
| 70 | +* Nicolas R. fixes warnings from t/cgi.t |
| 71 | + https://github.com/abw/Template2/issues/178 |
| 72 | + |
| 73 | +* Ivan Krylov add STRICT option to ttree |
| 74 | + https://github.com/abw/Template2/issues/81 |
| 75 | + |
| 76 | +* Kent Fredric fixd relative path handling in templates on Perl 5.26+ |
| 77 | + https://github.com/abw/Template2/issues/80 |
| 78 | + |
| 79 | +* Tom Delmas fixed some typo in Documentation |
| 80 | + https://github.com/abw/Template2/issues/76 |
| 81 | + |
21 | 82 | * Matthew Somerville switched uri/url to use RFC3986 as per the docs, and
|
22 | 83 | updated the documentation to match the history.
|
23 | 84 | https://github.com/abw/Template2/issues/35
|
24 | 85 |
|
| 86 | +* Sebastien Deseille removed rm external system command call |
| 87 | + https://github.com/abw/Template2/issues/67 |
| 88 | + |
| 89 | +* Nick Hibma - Add Sortkeys to DUMPER_ARGS |
| 90 | + https://github.com/abw/Template2/issues/64 |
| 91 | + |
| 92 | +* E. Choroba added a Warn on duplicate block name |
| 93 | + https://github.com/abw/Template2/issues/61 |
| 94 | + |
| 95 | +* Jason Lewis fixes some typo in ttree.pod |
| 96 | + https://github.com/abw/Template2/issues/58 |
25 | 97 |
|
26 | 98 | #-----------------------------------------------------------------------
|
27 | 99 | # Version 2.27 - 13th December 2016
|
|
0 commit comments