Revision history for Perl module Ark 1.22 2020-03-13T11:56:42Z - fix dependencies 1.21 2020-03-13T06:48:52Z - support HttpOnly and SameSite in Plugin::Session::State::Cookie (mackee) 1.20 2013-11-20T07:41:04Z - [INCOMPATIBLE] rename X-JSON-Status to X-API-Status in View::JSON (hisaichi5518) - add View::JSON#status_code_header attribute - depends on HTML::Shakan 2.00 1.13 2013-11-19T11:16:09Z - X-JSON-Status support (hisaichi5518) - use JSON instead of JSON::Any in Ark::View::JSON 1.12 2013-11-17T09:14:44Z - fix repository URL only. 1.11 2013-11-17T08:54:36Z - code cleanup - depends on HTML::Escape and remove deps of HTML::Entities 1.10 2013-11-14T17:31:13Z - separate out plugins. Authentication, MobileJP, I18N and ReproxyCallback. 1.01 2013-11-13T14:26:13Z - [fix] valid encoding handling in Plugin::Encoding::Null 1.00 2013-11-13T13:12:57Z - Bump up Plack dependency - depend on Plack::Request::WithEncoding - slim down code bases - reduce deps - cache Ark::Request#base and #uri for performance - [INCOMPATIBLE] Plugin::CSRFDefender now need `filter_form` config for auto filtering html form tags - for more steady error reporting at config loading (hisaichi5518) 0.392 2013-09-20T04:28:49Z - fix deps 0.391 2013-09-15T10:33:12Z - fix deps and dependencies - add use strict/warnings for CPANTS game 0.39 2013-09-11T16:42:39Z - first release on cpan - minil migrate 0.38 Mon Jul 29 12:04:05 JST 2013 - [bug fix] ignore case in filterling of Plugin::CSRFDefender 0.37 Wed May 15 21:10:47 JST 2013 - CSRFDefender filters post form only - Session::State::URI is enabled in non mobile with specifications - disable uri_for overriding with turning `uri_for_override` specificaion to false 0.36 Tue May 14 11:59:34 JST 2013 - fix bug. CSRFDefender ultimately hadn't worked! - Can't call $session->(set|remove) method after finalize session 0.35 Mon May 13 22:55:42 JST 2013 - fix CSRFDefender bug 0.34 Mon May 13 21:59:16 JST 2013 - [INCOMPATIBLE CHANGE] CSRFDefender displays error output with no question asked when validate_csrf_token failed. To prevent it, you can specify `validate_only` option. - Introduce Module::Install::CPANfile 0.33 Fri May 10 20:46:01 JST 2013 - fix bug of ActionClass::Form - remove Test::Base dependency 0.32 Mon Apr 8 22:25:07 JST 2013 - Fix Ark::Models autoloder bug. Thank acidlemon for reporting. 0.31 Sun Apr 7 02:33:50 JST 2013 - Remove dependency MouseX::Foreign and now Ark doesn't depend on Any::Moose any more 0.30 Thu Apr 4 22:26:51 JST 2013 - use Mouse; no Any::Moose - Plugin::CSRFDefender 0.10 2009-10-26T12:26:26+09:00 - original version