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