Changelog for Doodle 0.04 2019-08-20T08:25:35 - Updated documentation - Added CONTRIBUTING.mkdn - Added data migration framework 0.03 2019-08-18T23:33:47 - Built release version 0.03 - Updated documentation - Updated release script - Enable support for DB engine, charset and collation - Added support for foreign constraint "on update on delete" clauses - Updated table/schema if [not] exists methods - Added missing Schema::Helpers test - Added support for schema create/delete if [not] exists clauses - Added tests for Table#no_morphs - Added create/delete schema tests - Added schema create/delete tests - Added ability to delete polymorphic columns - Fixed schema create/delete operations - Table#relation fcolumn defaults to id 0.02 2019-08-18T05:47:23 - Built release version 0.02 - Updated documentation - Updated build and release scripts - Updated miscellaneous tests - Allows creating a unique index - Added table create/drop with if [not] exists clauses - Moved command methods into Helper role - Removed Table#update and Table#create callback - Initial implementation (#1) 0.01 2019-08-16T20:39:13 - Built release version 0.01 - Disabled Travis targets < Perl 5.22 - Updated documentation - Bumped Data::Object version requirement - Updated main module synopsis - Updated Travis config based on CI failures - Cleaned-up signatures in POD - Update main module abstract and description - Fixed Travis sudo install issue - Added Perl 5.30 test target for Travis - Added POD and Boilerplate - Initial implementation - Initial commit