Revision history for Dancer2::Plugin::Cache::CHI 2.0.1 2023-12-12 [BUG FIXES] - Dancer2 v1+ wants response_header, not header [STATISTICS] - code churn: 7 files changed, 201 insertions(+), 25 deletions(-) 2.0.0 2016-08-03 [API CHANGES] - Change to work with new Dancer2::Plugin2 architecture. (GH#9) [STATISTICS] - code churn: 4 files changed, 162 insertions(+), 149 deletions(-) 1.7.1 2016-01-04 - Make the plugin compatible with the upcoming backward-compatible interface. (GH#8, Peter Mottram) [STATISTICS] - code churn: 4 files changed, 76 insertions(+), 67 deletions(-) 1.7.0 2015-09-18 [ENHANCEMENTS] - Works with latest Dancer2 release (GH#7, girlwithglasses) [STATISTICS] - code churn: 4 files changed, 25 insertions(+), 14 deletions(-) 1.6.0 2014-06-28 [BUG FIXES] - Have the plugin use the right DSL. (GH#5, reported by Kim Hansen) [ENHANCEMENTS] - Move tests away from Dancer2::Test and to Test::Plack. (Kim Hansen) [STATISTICS] - code churn: 10 files changed, 240 insertions(+), 195 deletions(-) 1.5.2 2013-10-06 [BUG FIXES] - Make the plugin compatible with Dancer2 v0.10. (GH#2, GH3, reported by sukria) [STATISTICS] - code churn: 9 files changed, 74 insertions(+), 27 deletions(-) 1.5.1 2013-02-25 [BUG FIXES] - Make the module compatible with Moo 1.000007. [STATISTICS] - code churn: 4 files changed, 14 insertions(+), 7 deletions(-) 1.5.0 2013-02-23 [ENHANCEMENTS] - Forking Dancer::Plugin::Cache::CHI into its Dancer2 incarnation [STATISTICS] - code churn: 13 files changed, 356 insertions(+), 393 deletions(-) 1.4.0 2013-01-07 [ENHANCEMENTS] - Now Dancer 2 compatible. 1.3.1 2012-09-26 [BUG FIXES] - working around regression in Dancer 1.31 [STATISTICS] - code churn: 3 files changed, 15 insertions(+), 4 deletions(-) 1.3.0 2011-12-06 [BUG FIXES] - doc typo corrected (thanks Perlover!) [GH#7] [ENHANCEMENTS] - cache namespaces support now provided. [GH#8] Patch by Perlover. 1.2.0 2011-10-15 [BUG FIXES] - add test for 'cache_remove' - Change log was messed up by dzil plugin [ENHANCEMENTS] - add 'before_create_cache' hook - now http headers of cached response are saved as well, and we're not using 'halt' anymore. (patch by Perlover) - new configuration option 'honor_no_cache' for client-side 'Cache-Control: no-cache' or 'Pragma: no-cache'. (original patch and idea by Perlover) - cache keys used by 'cache_page' can be customized via 'cache_page_key_generator'. 1.1.0 2011-08-24 [ENHANCEMENTS] - add 'cache_remove' helper function. Patch by David Precious. [GH#1] 1.0.2 2011-07-17 [BUG FIXES] - fix 'check_page_cache'. Looks like the behavior of 'halt' changed since the last release of D::P::C::CHI. 1.0.1 2011-04-04 - report-version seems to be causing problems. 1.0.0 2011-04-02 - Re-brand the dist as Dancer::Plugin::Cache::CHI. 0.2.2 2011-04-02 - Dancer::Plugin::Cache deprecated in favor of Dancer::Plugin::Cache::CHI 0.2.1 2011-03-20 - Requires Dancer > 1.150 0.2.0 2011-03-19 - Add cache helper functions. Thanks to David Precious for the suggestion. 0.1.0 2011-03-16 - Initial release, unleashed unto an unsuspecting world.