Skip to content

Releases: chrispenny/silverstripe-dataobject-to-fixture

2.0.2

30 Mar 00:51
73c689b

Choose a tag to compare

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

03 Apr 20:20

Choose a tag to compare

What's Changed

  • Change output from 4 space indent to 2 by @edwilde in #31

New Contributors

Full Changelog: 2.0.0...2.0.1

2.0.0

29 Jun 22:42

Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...2.0.0

1.0.0

29 Jun 21:52

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

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

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

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

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

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

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