first prototype of external storage and tests
[dbsrgits/DBIx-Class-Fixtures.git] / Changes
1 Revision history for DBIx-Class-Fixtures
2
3 1.001013
4 - fixed functionality in last release by more deeply cloning parameters, which
5   prevents bad things when parameters get deleted in the wrong places.  Also 
6   be sure we clear state properly after a dump.
7
8 1.001012
9 - Added new method 'available_config_sets' which returns and caches a list of
10   all the json set configs found in the 'config_dir' directory.  This was added
11   to make it easier when you need to dump all the fixtures programatically.
12 - Added method 'dump_config_sets' to let you dump more than one set at a time
13   more easily
14 - Added method 'dump_all_config_sets' which helps automate dumping all your 
15   current config sets to a directory.  
16
17 1.001011
18 - Added an excludes resultsource option to the ->dump({all=>1,...}) feature
19 - Allow you to directly set a configuration via a Perl HashRef instead of a
20   JSON file.  Useful for testing and when you have simple or generated configs.
21 - New option to force use of ->create rather than ->populate.
22 - Fixed a bug in the test suite that would fail on certain JSON parsers
23
24 1.001010
25 - Fixed docs to use double quotes which is valid JSON
26
27 1.001009
28 - Force operations to work inside a transaction so with_deferred_fks actually works.
29
30 1.001008
31 - Man, I should test better.
32
33 1.001007
34 - Should use Schema->source(), not ->resultset().
35
36 1.001006
37 - Schema->resultset() throws an exception, not return undef, when it can't find
38   a moniker.
39
40 1.001005
41 - Fixed problem where rules containing an override of has_many weren't applied
42   correctly.
43
44 1.001004
45 - Fixed problem where descending a has_many to something with two belongs_to
46   relationships wouldn't get the second belongs_to.
47
48 1.001003
49 - Fix t/var/configs/*.json to use valid JSON syntax
50 - Fixed DateTime::Format dependencies
51
52 1.001002
53 - Allow passing schema object to ->populate
54 - Check that fixture population dir was created
55
56 1.001001
57 - debug defaults to 0 rather than undef
58 - cleanup only deletes what's necessary
59 - added db specific dbi files so that postgres can use deferrable
60
61 1.001000
62 - Added includes functionality
63 - Added post_ddl and cascade attributes to populate (Drew Taylor)
64 - Scalar refs in cond clauses handled in sets as well as fetches (Sebastian Willert)
65 - Directory separators in primary keys do not cause a crash (Sebastian Willert)
66 - Optimised populate to take advantage of insert_bulk (Drew Taylor)
67
68 1.000001
69 - Added missing deps
70
71 1.000000
72 - Released
73