Skip to content

Releases: umbrellio/laravel-ltree

Fixed calling getAncestors on empty collection

16 Mar 10:04
31b5e0d
Compare
Choose a tag to compare
Fix calling getAncestors on empty collection (#20)

* Fix executing getAncestors on empty collection

Renamed authors

29 Jan 21:09
c87bae6
Compare
Choose a tag to compare
3.6.1

Renamed author (#19)

Fixed vulnerabilities

29 Jan 20:53
b8db8b6
Compare
Choose a tag to compare

Fixed bug with correct build path for children elements

29 Jan 20:41
50a0ce2
Compare
Choose a tag to compare

Added belongsToTree relation

25 Oct 08:26
Compare
Choose a tag to compare
3.5.0

Added belongsToTree relation (#16)

Added eager loading to BelongsToLevel Relationships

23 Oct 21:08
5cb6cb1
Compare
Choose a tag to compare
3.4.0

Added eager loading to BelongsToLevel (#15)

Fix error in scope

23 Oct 14:39
ea1c372
Compare
Choose a tag to compare
* fix error in scope

Added BelongsToLevel Relationship

23 Oct 14:15
3efe7b0
Compare
Choose a tag to compare
Added belongs to level via relation (#13)

* add belongs to level via relation

Added getAncestorByLevel

22 Oct 16:08
Compare
Choose a tag to compare
Added getAncestorByLevel (#12)

* add method getAncestorByLevel

Added root scope

22 Oct 15:21
Compare
Choose a tag to compare
Added root scope (#11)

* add RootScope