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