Skip to content

Releases: chrispenny/silverstripe-dataobject-to-fixture

2.0.0

29 Jun 22:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...2.0.0

1.0.0

29 Jun 21:52
Compare
Choose a tag to compare

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

28 Sep 18:59
Compare
Choose a tag to compare

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

18 Sep 23:02
62e6949
Compare
Choose a tag to compare

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

22 Jun 22:40
e7b2be5
Compare
Choose a tag to compare

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

06 Jun 20:11
Compare
Choose a tag to compare

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

26 Feb 00:06
Compare
Choose a tag to compare

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 and Page.

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

16 Feb 00:04
ce339a4
Compare
Choose a tag to compare

New features:

  • Fixed #6 Allow users to set a "max depth" for their fixture generation

Bug fixes:

  • Fixed #4 Use exclude flag on has_many
  • Fixed #3 Prevent query on dataobject

0.0.1 Alpha Release

06 Apr 02:39
Compare
Choose a tag to compare
Update dev task to have links "back"