Releases: chrispenny/silverstripe-dataobject-to-fixture
Releases · chrispenny/silverstripe-dataobject-to-fixture
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
ElementalArea
andPage
.
Bug fixes:
- Fixed an issue where requested classes were not being excluded if they were in a
has_many
relationship field.
0.0.2 Alpha Release
0.0.1 Alpha Release
Update dev task to have links "back"