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