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