new tests to check new features
[dbsrgits/DBIx-Class-Fixtures.git] / Changes
CommitLineData
e5963c1b 1Revision history for DBIx-Class-Fixtures
2
570384ac 31.001012
4- Added new method 'available_config_sets' which returns and caches a list of
5 all the json set configs found in the 'config_dir' directory. This was added
6 to make it easier when you need to dump all the fixtures programatically.
7- Added method 'dump_all_config_sets' which helps automate dumping all your
8 current config sets to a directory.
9
1edb8382 101.001011
11- Added an excludes resultsource option to the ->dump({all=>1,...}) feature
12- Allow you to directly set a configuration via a Perl HashRef instead of a
13 JSON file. Useful for testing and when you have simple or generated configs.
14- New option to force use of ->create rather than ->populate.
c4380dfa 15- Fixed a bug in the test suite that would fail on certain JSON parsers
1edb8382 16
c5178f25 171.001010
18- Fixed docs to use double quotes which is valid JSON
19
201.001009
7f25d8f8 21- Force operations to work inside a transaction so with_deferred_fks actually works.
22
28acb622 231.001008
24- Man, I should test better.
25
261.001007
27- Should use Schema->source(), not ->resultset().
28
291.001006
30- Schema->resultset() throws an exception, not return undef, when it can't find
31 a moniker.
32
06b7a1cc 331.001005
34- Fixed problem where rules containing an override of has_many weren't applied
35 correctly.
36
49aac59d 371.001004
38- Fixed problem where descending a has_many to something with two belongs_to
39 relationships wouldn't get the second belongs_to.
40
411.001003
401a9e9b 42- Fix t/var/configs/*.json to use valid JSON syntax
a351479c 43- Fixed DateTime::Format dependencies
401a9e9b 44
9e77162b 451.001002
46- Allow passing schema object to ->populate
47- Check that fixture population dir was created
48
a0a4d29e 491.001001
50- debug defaults to 0 rather than undef
51- cleanup only deletes what's necessary
b533b300 52- added db specific dbi files so that postgres can use deferrable
a0a4d29e 53
96f2cd20 541.001000
55- Added includes functionality
fc17c598 56- Added post_ddl and cascade attributes to populate (Drew Taylor)
57- Scalar refs in cond clauses handled in sets as well as fetches (Sebastian Willert)
58- Directory separators in primary keys do not cause a crash (Sebastian Willert)
a962f1f8 59- Optimised populate to take advantage of insert_bulk (Drew Taylor)
96f2cd20 60
b450a678 611.000001
62- Added missing deps
63
d17ba14e 641.000000
65- Released
e5963c1b 66