All Versions
18
Latest Version
Avg Release Cycle
236 days
Latest Release
1240 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.0.8 Changes
Oct 11 2013
- ๐ bug fixes
- Properly wrap column names when used inside raw queries.
- Correct examples from README.
- ๐ bug fixes
-
v1.0.6 Changes
July 31 2013
- โจ enhancements
- Implement
withoutNode
,withoutRoot
,withoutSelf
query scopes. - [#15] Add
Node::getNestedList
static method thanks to @gerp.
- Implement
- โจ enhancements
-
v1.0.5 Changes
July 22 2013
- โจ enhancements
- Implement simple means to implement "scopes" for a Nested Set tree, allowing for multiple trees in the same database table.
- โจ enhancements
-
v1.0.4 Changes
July 18 2013
- ๐ bug fixes
- Full support for PHP >= 5.3.7. Baum should work if Eloquent works.
- ๐ bug fixes
-
v1.0.3 Changes
July 5th 2013
enhanments
- Add support for PHP 5.3 to make Baum match the requirements of Eloquent.
- Improve Postgres friendliness
๐ bug fixes
insideSubtree
was inside incorrectly to guard against impossible moves. Fixed.- Due to default ordering by
lft
column, Postgres complained when using aggregate methods on queries which had SORT BY clauses. Now those are pruned before running aggregates.
-
v1.0.2 Changes
July 3rd 2013
โจ enhancements
- Add
immediateDescendants
, 'getImmediateDescendants' methods. - Implement a test suite.
- Add
๐ bug fixes
- [#8] Add
lft
logic ordering by default to every scope method. Thanks to @dirkpostma for spotting this out. - [#9], [#10] Fix an SQL generation bug when moving root nodes between them. Thanks to @daxborges for providing the fix.
- Fix
getLeftSibling
method which was not behaving properly because of the previosly stated bugs.
- [#8] Add
-
v1.0.1 Changes
May 7th 2013
โจ enhancements
- Add indexes to
parent_id
,lft
,rgt
columns by default on generated migration.
- Add indexes to
๐ bug fix
- [#1] Fix a bug which caused model events not to fire on subclassed instances
of
Baum\Node
.
- [#1] Fix a bug which caused model events not to fire on subclassed instances
of
-
v1.0.0 Changes
May 4th 2013
- ๐ First release.