Releases: chrispenny/silverstripe-dataobject-to-fixture
Releases · chrispenny/silverstripe-dataobject-to-fixture
2.0.2
What's Changed
- Fix polymorphic relationship handling in FixtureService by @jsirishzhu in #36
- Add test coverage for Manifest, ORM, and Service by @chrispenny in #35
- Add exclude_from_fixture_relationships check in ManyManyThroughFields by @Jianbinzhu in #34
New Contributors
- @jsirishzhu made their first contribution in #36
- @Jianbinzhu made their first contribution in #34
Full Changelog: 2.0.1...2.0.2
2.0.1
2.0.0
1.0.0
What's Changed
- Bugfix: Fix for relationship name in fixture output by @chrispenny in #27
Full Changelog: 0.1.0...1.0.0
0.1.1
What's Changed
- Bugfix: Fix for relationship name in fixture output by @chrispenny in #27
Full Changelog: 0.1.0...0.1.1
0.1.0
What's Changed
- Add support for many_many and looping relationships. Remove Fluent support by @chrispenny in #21
Full Changelog: 0.0.5...0.1.0
0.0.5 Alpha Release
What's Changed
- Dev task: Add pagination. Improve styling (slightly) by @chrispenny in #20
Full Changelog: 0.0.4...0.0.5
0.0.4 Alpha Release
What's Changed
- Add support for PHP8. Switch to Github actions. Linting rules added by @chrispenny in #19
Full Changelog: 0.0.3...0.0.4
0.0.3 Alpha Release
New features:
- #14 Add support for excluding specific relationships on classes from your exports.
Enhancements:
- #12 Switch our priority ordering solution to use a Kahn algorithm.
- Updated docs regarding max depth (from 0.0.2 release).
- #13 Added docs on how to avoid the looping relationship from
ElementalAreaandPage.
Bug fixes:
- Fixed an issue where requested classes were not being excluded if they were in a
has_manyrelationship field.