fixed problems with new features in last release
[dbsrgits/DBIx-Class-Fixtures.git] / Changes
CommitLineData
e5963c1b 1Revision history for DBIx-Class-Fixtures
2
745efc60 31.001013
4- fixed functionality in last release by more deeply cloning parameters, which
5 prevents bad things when parameters get deleted in the wrong places. Also
6 be sure we clear state properly after a dump.
7
570384ac 81.001012
9- Added new method 'available_config_sets' which returns and caches a list of
10 all the json set configs found in the 'config_dir' directory. This was added
11 to make it easier when you need to dump all the fixtures programatically.
7d34449f 12- Added method 'dump_config_sets' to let you dump more than one set at a time
13 more easily
570384ac 14- Added method 'dump_all_config_sets' which helps automate dumping all your
15 current config sets to a directory.
16
1edb8382 171.001011
18- Added an excludes resultsource option to the ->dump({all=>1,...}) feature
19- Allow you to directly set a configuration via a Perl HashRef instead of a
20 JSON file. Useful for testing and when you have simple or generated configs.
21- New option to force use of ->create rather than ->populate.
c4380dfa 22- Fixed a bug in the test suite that would fail on certain JSON parsers
1edb8382 23
c5178f25 241.001010
25- Fixed docs to use double quotes which is valid JSON
26
271.001009
7f25d8f8 28- Force operations to work inside a transaction so with_deferred_fks actually works.
29
28acb622 301.001008
31- Man, I should test better.
32
331.001007
34- Should use Schema->source(), not ->resultset().
35
361.001006
37- Schema->resultset() throws an exception, not return undef, when it can't find
38 a moniker.
39
06b7a1cc 401.001005
41- Fixed problem where rules containing an override of has_many weren't applied
42 correctly.
43
49aac59d 441.001004
45- Fixed problem where descending a has_many to something with two belongs_to
46 relationships wouldn't get the second belongs_to.
47
481.001003
401a9e9b 49- Fix t/var/configs/*.json to use valid JSON syntax
a351479c 50- Fixed DateTime::Format dependencies
401a9e9b 51
9e77162b 521.001002
53- Allow passing schema object to ->populate
54- Check that fixture population dir was created
55
a0a4d29e 561.001001
57- debug defaults to 0 rather than undef
58- cleanup only deletes what's necessary
b533b300 59- added db specific dbi files so that postgres can use deferrable
a0a4d29e 60
96f2cd20 611.001000
62- Added includes functionality
fc17c598 63- Added post_ddl and cascade attributes to populate (Drew Taylor)
64- Scalar refs in cond clauses handled in sets as well as fetches (Sebastian Willert)
65- Directory separators in primary keys do not cause a crash (Sebastian Willert)
a962f1f8 66- Optimised populate to take advantage of insert_bulk (Drew Taylor)
96f2cd20 67
b450a678 681.000001
69- Added missing deps
70
d17ba14e 711.000000
72- Released
e5963c1b 73