Revision history for Template::Flute 0.027 Thu Mar 18 20:30:16 2021 CET [BUG FIXES] * Let UriAdjust module recognize query parameter (GH #165). 0.026 Fri Jun 28 21:08:53 2019 CEST [ENHANCEMENTS] * Drop unnecessary prerequisites for markdown filter. 0.025 Fri Mar 24 11:32:33 2017 CET [ENHANCEMENTS] * Replace all matches of a pattern instead of the first one (Stefan Hornburg/Racke). * Add keep operator (Stefan Hornburg/Racke). 0.024 Mon Oct 24 12:25:25 2016 CEST [ENHANCEMENTS] * Add support for multiple select in forms (Marco Pessotto, GH #163). 0.023 Sat Oct 22 14:58:31 2016 CEST [BUG FIXES] * Add missing files for Markdown filter to MANIFEST. 0.022 Fri Oct 21 16:09:20 2016 CEST [ENHANCEMENTS] * Add markdown filter (Pattawan Kaewduangdee, GH #162). 0.021 Wed Oct 5 12:33:21 2016 CEST [BUG FIXES] * Fix crash on mailto hrefs when uri argument is provided (Marco Pessotto, GH #159, #160). * Apply uri adjustments to form actions (Marco Pessotto). * Bump up Type::Tiny prerequisite to minimum version which supports InstanceOf (Stefan Hornburg/Racke). [ENHANCEMENTS] * Fix indirect call on Template::Flute::Increment (Marco Pessotto). [TESTS] * Add (successful) test for GH #11 (Stefan Hornburg/Racke). * Add test case for GH #131 (Stefan Hornburg/Racke). * Add reverse tests for dotted container values (Stefan Hornburg/Racke). 0.020 Mon Aug 1 12:24:45 2016 CEST [ENHANCEMENTS] * Add prepend operator (Stefan Hornburg/Racke). * Use instance of Data::Page as default iterator for Pager class (Stefan Hornburg/Racke). * Migrate Flute.pm to Moo (Peter Mottram). [BUG FIXES] * Prevent bogus entry in email_cids hashref caused by parsing HTML twice (Stefan Hornburg/Racke). [TESTS] * Use Travis helpers and coverage testing (Stefan Hornburg/Racke). * Add test on replacing HTML src attribute for images if target isn't specified (Stefan Hornburg/Racke). * Add test for the list method of the template object (Stefan Hornburg/Racke). * Add test for container object to basic container test script (Stefan Hornburg/Racke). 0.0192 Tue Feb 2 19:00:14 2016 CET [BUG FIXES] * Fix deprecation warnings "Unescaped left brace in regex is deprecated" (Nitish Bezzala, GH #157). * Fix broken link in the POD for Template::Flute (Mohammad S Anwar, GH #156). [TESTS] * Add Perl 5.22 to Travis CI configuration (Stefan Hornburg/Racke). 0.0191 Mon Dec 21 14:29:26 2015 CET [BUG FIXES] * Add prerequisite on Class::Load (Stefan Hornburg/Racke, GH #155). 0.0190 Sat Oct 31 09:58:54 2015 CET [CLEANUP] * Replace MooX::Types::MooseLike with Type::Tiny (Stefan Hornburg, GH #136). * Remove Flute::Form->finalize (Paul Cochrane, GH #134). * Localise loop variable's scope to the loop's scope (Paul Cochrane, GH #128). * Use two argument form of bless (Paul Cochrane, GH #127). * Remove superfluous arg shift onto $class variable (Paul Cochrane, GH #126). * Convert plain 'utf8' to 'encoding(utf-8)' (Paul Cochrane, GH #122). * Use Class::Load instead of eval { use Class::Name } (Paul Cochrane, GH #120). * Add missing email address to copyright statements (Paul Cochrane). * Update copyright year to 2015 (Paul Cochrane). * Add missing strictures to Template::Flute::Filter::JsonVar (Paul Cochrane, GH #114). * Fix typo and remove superfluous trailing whitespace from Template::Flute (Paul Cochrane, GH #110). * Add installation instructions (Paul Cochrane, GH #109). [DOCUMENTATION] * Fix Pager class docs (Paul Cochrane, GH #132). * Fix two typos in module POD (Paul Cochrane, GH #129). [TESTS] * Add diagnosis to form name test in case of failure (Stefan Hornburg). * Add more iterator tests (Paul Cochrane, GH #116, #133). * Add strict and warnings where missing in tests (Paul Cochrane, GH #125). * Use Travis containers when running CI jobs (Paul Cochrane, GH #124). * Use full package name for test functions not imported into test script (Paul Cochrane, GH #123). * Use diag in currency filter tests (Stefan Hornburg). * Check utf8 JSON input in Iterator::JSON (Paul Cochrane, GH #118, #119). * Check $flute->process call in "Hello world" test for an exception (Stefan Hornburg). 0.0184 Thu Jul 16 09:33:23 2015 CEST [BUG FIXES] * Remove BOM when processing files (Marco Pessotto, GH #102, #103). * Fix lost newlines for textarea values (Marco Pessotto, GH #105, #106). 0.0183 Sun Jul 5 19:06:50 2015 CEST [BUG FIXES] * Fix crash caused by patterns with non-empty but "false" content (Stefan Hornburg). 0.0182 Thu Jul 2 18:08:53 2015 CEST [BUG FIXES] * Fix stray joiner which showed up while appending empty value to text (Stefan Hornburg). [DOCUMENTATION] * Add joiner attribute (Stefan Hornburg). 0.0181 Sun Jun 28 13:52:46 2015 CEST [ENHANCEMENTS] * Add date_text option to Date filter (Stefan Hornburg) 0.0180 Wed Apr 29 09:33:14 2015 CEST [BUG FIXES] * Apply fix for