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