3 - Added table import functionality
4 - Changed default db:fixtures:import_all to use tables instead of models
5 - db:fixtures:import_for_tables TABLES=foos,bars
8 - Added two new export tasks
9 - db:fixtures:import_all
10 - db:fixtures:import_for_models MODELS=Foo,Bar
14 - imported original code by Chris McGrath [octopod]
15 - added namespace support for the tasks [nshb]