added dependency
[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 - Fixed a bug in the test suite that would fail on certain JSON parsers
9
10 1.001010
11 - Fixed docs to use double quotes which is valid JSON
12
13 1.001009
14 - Force operations to work inside a transaction so with_deferred_fks actually works.
15
16 1.001008
17 - Man, I should test better.
18
19 1.001007
20 - Should use Schema->source(), not ->resultset().
21
22 1.001006
23 - Schema->resultset() throws an exception, not return undef, when it can't find
24   a moniker.
25
26 1.001005
27 - Fixed problem where rules containing an override of has_many weren't applied
28   correctly.
29
30 1.001004
31 - Fixed problem where descending a has_many to something with two belongs_to
32   relationships wouldn't get the second belongs_to.
33
34 1.001003
35 - Fix t/var/configs/*.json to use valid JSON syntax
36 - Fixed DateTime::Format dependencies
37
38 1.001002
39 - Allow passing schema object to ->populate
40 - Check that fixture population dir was created
41
42 1.001001
43 - debug defaults to 0 rather than undef
44 - cleanup only deletes what's necessary
45 - added db specific dbi files so that postgres can use deferrable
46
47 1.001000
48 - Added includes functionality
49 - Added post_ddl and cascade attributes to populate (Drew Taylor)
50 - Scalar refs in cond clauses handled in sets as well as fetches (Sebastian Willert)
51 - Directory separators in primary keys do not cause a crash (Sebastian Willert)
52 - Optimised populate to take advantage of insert_bulk (Drew Taylor)
53
54 1.000001
55 - Added missing deps
56
57 1.000000
58 - Released
59