Releases: franzose/ClosureTable
A little update
I have removed checks for ancestor and descendant arguments to be integers because there are situations when one needs to use another column type.
ClosureTable 4.1.1
Another Composer dependency fix.
ClosureTable 4.1
Added support for Laravel 5.2 + other fixes.
ClosureTable 4.0.1
Minor fixes by @EspadaV8.
ClosureTable 4
Big big thanks to @EspadaV8 work! Now that his pull request has been accepted we can release a new package version. ClosureTable 4 fully supports Laravel 5 and also follows PSR-2 coding standard. Stay enjoing hierarchical relations!
ClosureTable 3.1.1
In this release, I added the third optional argument to addChild()
and addSibling()
methods that allows you to get the child or sibling that's being added to an ancestor. Please, explore readme for the examples.
Closure Table 3.1
In this release, issues with removeChild
and deleteSubtree
methods have been resolved. If you have already been using the package, please set on delete set null
constraint to the parent_id
foreign key on your entity table, if that constraint has not been set yet.
Closure Table 3.0.5
Minor fixes.
ClosureTable 3.0.4
Many many fixes. Huge thanks to @tomzx for help. Also thanks to all guys who discovered the issues.
ClosureTable 3.0.3
Fixed generator that stripped out the first letter of the models. Fixed entity migration stub, made parent_id
column unsigned to prevent foreign key constraints. Thanks to @kmccarthyweb for the issues.