Revision history for CatalystX-CRUD
0.01 3 October 2007
First version, released on an unsuspecting world.
0.02 22 October 2007
* Fixed Makefile.PL dependencies (added Catalyst::Component::ACCEPT_CONTEXT)
* Refactored Controller and Model to abstract a little more, notably
added the form_to_object() method in Controller.
* New File example implementation of the whole Model/Object/Iterator API.
0.03 22 October 2007
* add test for File implementation (and fix the bugs it revealed)
* fix AUTOLOAD to ignore DESTROY
0.04 25 October 2007
* rework view_on_single_result API in base Controller and tests for same