Releases: michaelbaril/bonsai
Releases · michaelbaril/bonsai
v3.2.0
v3.1.1
v3.1.0
Added Laravel 10 support.
v3.0.0
Added Laravel 9 support.
v2.0.2
Fixed
- Fixed implicit transaction commit in
bonsai:fix
command.
v2.0.1
Fixed
- The
parent
relationship is now properly auto-loaded whenwith('ancestors')
is used. Previously, it would be loaded with wrong parents if theancestors
relationship was not ordered by ascending depth, or was filtered by some constraint.
v2.0.0
Laravel 8 support.
v1.0.0
Orderable package renamed to Orderly
v1.0.0-RC2
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
update stub (Laravel >5.8 generates bigint columns for ids by default)