Skip to content

Releases: TypiCMS/NestableCollection

Allow to change the name of the subcollections

02 May 17:46

Choose a tag to compare

v1.1.8: Merge pull request #16 from MehediDracula/patch-1

31 Jan 10:38
eb52d6b

Choose a tag to compare

v1.1.7

05 Jun 09:09

Choose a tag to compare

typo

v1.1.6

06 Apr 08:36

Choose a tag to compare

Adds ability to return a fully qualified version of a flattened list.

Usage:

Model::orderBy('parent_id')->get()->nest()->setIndent(' > ')->listsFlattenedQualified();

Example:

    '22' => 'Item 1 Title',
    '10' => 'Item 1 Title > Child 1 Title',
    '17' => 'Item 1 Title > Child 2 Title',
    '14' => 'Item 2 Title',

v1.1.5

05 Apr 18:44

Choose a tag to compare

Merge pull request #13 from thetar/patch-1

Added setIndent()

v1.1.4

13 Jan 23:14

Choose a tag to compare

Laravel 5.4

v1.1.3

19 Sep 13:51

Choose a tag to compare

Readme updated

v1.1.2

07 Jul 14:50

Choose a tag to compare

Fixes #8

Lumen compatibility

13 May 20:27

Choose a tag to compare

v1.1.1

Update README.md

Refactor signature of listsFlattened method (breaking change)

24 Mar 10:06

Choose a tag to compare