Skip to content

Releases: franzose/ClosureTable

A little update

06 Jul 12:55
Compare
Choose a tag to compare

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

06 Jan 11:20
Compare
Choose a tag to compare

Another Composer dependency fix.

ClosureTable 4.1

03 Jan 13:12
Compare
Choose a tag to compare

Added support for Laravel 5.2 + other fixes.

ClosureTable 4.0.1

09 Mar 06:19
Compare
Choose a tag to compare

Minor fixes by @EspadaV8.

ClosureTable 4

09 Mar 05:31
Compare
Choose a tag to compare

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

14 Feb 04:43
Compare
Choose a tag to compare

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

03 Feb 18:52
Compare
Choose a tag to compare

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

05 Jan 01:33
Compare
Choose a tag to compare

Minor fixes.

ClosureTable 3.0.4

02 Jun 02:45
Compare
Choose a tag to compare

Many many fixes. Huge thanks to @tomzx for help. Also thanks to all guys who discovered the issues.

ClosureTable 3.0.3

27 Mar 01:53
Compare
Choose a tag to compare

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.