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