Skip to content

Releases: michaelbaril/bonsai

v3.2.0

21 May 17:01
29d5453
Compare
Choose a tag to compare

Added Laravel 11 support (issue #3).

v3.1.1

31 Mar 09:40
Compare
Choose a tag to compare

Fixed

  • The getTree() method, when called on an ordered tree, now orders the root elements (issue #1).

v3.1.0

29 Sep 09:12
Compare
Choose a tag to compare

Added Laravel 10 support.

v3.0.0

04 Feb 17:14
Compare
Choose a tag to compare

Added Laravel 9 support.

v2.0.2

04 Feb 17:14
Compare
Choose a tag to compare

Fixed

  • Fixed implicit transaction commit in bonsai:fix command.

v2.0.1

26 Jul 15:54
Compare
Choose a tag to compare

Fixed

  • The parent relationship is now properly auto-loaded when with('ancestors') is used. Previously, it would be loaded with wrong parents if the ancestors relationship was not ordered by ascending depth, or was filtered by some constraint.

v2.0.0

18 Jul 07:25
Compare
Choose a tag to compare

Laravel 8 support.

v1.0.0

18 Jul 07:25
Compare
Choose a tag to compare
Orderable package renamed to Orderly

v1.0.0-RC2

26 Oct 09:16
Compare
Choose a tag to compare

Added

  • deleteNode method.

Changed

  • whereIsDescendantOf / whereIsAncestorOf now accept a Model as parameter.

Fixed

  • Changed deleteTree implementation to avoid errors on bigger trees.

v1.0.0-RC1

07 Sep 12:11
Compare
Choose a tag to compare
update stub (Laravel >5.8 generates bigint columns for ids by default)