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