0.004002 2013-01-31
* make form_class attr 'rw' to enable runtime change of the form_class
* remove perl 5.10 dependency
* The 'posted' flag also works to prevent validation from being performed
if there are extra params in the params hash and it is not a 'POST' request.
0.004001 2012-12-11
* stable release of earlier dev releases
0.003_003 2012-12-09
* new redirect_mode 'show_parent_list' redirects to list of parent
0.003_002 2012-12-09
* change config 'identifier_columns' to 'identifier_candidates'
now you can use accessor on your $row in addition to columns
(also, if fallback $row->resource_key is used as identifier, add value of id column if available)
0.003_001 2012-10-24
* redirect to referer after move operations
(redirect to '/' if referer header is missing)
* depend on perl 5.10.0 because of defined-or operator '//'
0.002004 2012-08-22
* fixed redirect for move_next/move_previous actions
0.002003 2012-07-25
* config option for identifier column of resource
0.002002 2012-07-25
* fixed typo in config
0.002001 2012-07-25
* use tempdir for session data of TestApp and cleanup afterwards
0.002000 2012-07-23
* fixed tests
* first stable release
0.001_006 2012-07-22
* customizable error_path.
0.001_005 2012-01-07
* added trait MergeUploadParams and test
0.001_004 2011-12-22
* Controller::Resource extends from C::C::ActionRole
* actions must match method enforced with C::AR::MatchRequestMethod
0.001_003 2011-12-13
* add missing dependencies
0.001_002 2011-12-12
* add missing dependencies
0.001_001 2011-12-12
* initial release