5bca9b982aa3d8d875f60a4837526a6bbadf15b1
[dbsrgits/DBIx-Class-Fixtures.git] / Changes
1 Revision history for DBIx-Class-Fixtures
2
3 1.001021
4 - Applied patch to solve issue when trying to copy fixtures across volumes
5
6 1.001020
7 - Bumped some dependencies to stop cpan tester fails.
8
9 1.001019
10 - Fixed issue when using fixtures and parallel testing (such as prove -j9 ...)
11
12 1.001018
13 - Reduced the size of a PK in the fixtures to stop (hopefully) some occasional
14   error reports
15
16 1.001017
17 - POD fixes (justin hunter++)
18 - Changed the test suite so it doesn't mindlessly break with the changes
19   introduced by DBIC 0.08200 (nerox++ for bug report).
20
21 1.001016
22 - Support more Postgresql types for datetime_relative (added TIME, DATE,
23   INTERVAL, TIMESTAMP)
24 - If $result_source->column_info defines a sequence, make sure we properly
25   set that sequence to whatever the max value currently is.
26
27 1.001015
28 - ::External::File makes the path if its missing
29
30 1.001014
31 - Allow you to perform value substitutions inside config-sets
32 - Added a framework to allow you to backup / restore data external to the
33   database as part of your fixtures.  Added an external handler for File
34   based data, and docs and tests for this.
35
36 1.001013
37 - fixed functionality in last release by more deeply cloning parameters, which
38   prevents bad things when parameters get deleted in the wrong places.  Also 
39   be sure we clear state properly after a dump.
40
41 1.001012
42 - Added new method 'available_config_sets' which returns and caches a list of
43   all the json set configs found in the 'config_dir' directory.  This was added
44   to make it easier when you need to dump all the fixtures programatically.
45 - Added method 'dump_config_sets' to let you dump more than one set at a time
46   more easily
47 - Added method 'dump_all_config_sets' which helps automate dumping all your 
48   current config sets to a directory.  
49
50 1.001011
51 - Added an excludes resultsource option to the ->dump({all=>1,...}) feature
52 - Allow you to directly set a configuration via a Perl HashRef instead of a
53   JSON file.  Useful for testing and when you have simple or generated configs.
54 - New option to force use of ->create rather than ->populate.
55 - Fixed a bug in the test suite that would fail on certain JSON parsers
56
57 1.001010
58 - Fixed docs to use double quotes which is valid JSON
59
60 1.001009
61 - Force operations to work inside a transaction so with_deferred_fks actually works.
62
63 1.001008
64 - Man, I should test better.
65
66 1.001007
67 - Should use Schema->source(), not ->resultset().
68
69 1.001006
70 - Schema->resultset() throws an exception, not return undef, when it can't find
71   a moniker.
72
73 1.001005
74 - Fixed problem where rules containing an override of has_many weren't applied
75   correctly.
76
77 1.001004
78 - Fixed problem where descending a has_many to something with two belongs_to
79   relationships wouldn't get the second belongs_to.
80
81 1.001003
82 - Fix t/var/configs/*.json to use valid JSON syntax
83 - Fixed DateTime::Format dependencies
84
85 1.001002
86 - Allow passing schema object to ->populate
87 - Check that fixture population dir was created
88
89 1.001001
90 - debug defaults to 0 rather than undef
91 - cleanup only deletes what's necessary
92 - added db specific dbi files so that postgres can use deferrable
93
94 1.001000
95 - Added includes functionality
96 - Added post_ddl and cascade attributes to populate (Drew Taylor)
97 - Scalar refs in cond clauses handled in sets as well as fetches (Sebastian Willert)
98 - Directory separators in primary keys do not cause a crash (Sebastian Willert)
99 - Optimised populate to take advantage of insert_bulk (Drew Taylor)
100
101 1.000001
102 - Added missing deps
103
104 1.000000
105 - Released
106