All Versions
18
Latest Version
Avg Release Cycle
236 days
Latest Release
1240 days ago

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.
  • v1.0.6 Changes

    July 31 2013

    • โœจ enhancements
      • Implement withoutNode, withoutRoot, withoutSelf query scopes.
      • [#15] Add Node::getNestedList static method thanks to @gerp.
  • 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.
  • v1.0.4 Changes

    July 18 2013

    • ๐Ÿ› bug fixes
      • Full support for PHP >= 5.3.7. Baum should work if Eloquent works.
  • 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.
    • ๐Ÿ› 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.
  • v1.0.1 Changes

    May 7th 2013

    • โœจ enhancements

      • Add indexes to parent_id, lft, rgt columns by default on generated migration.
    • ๐Ÿ› bug fix

      • [#1] Fix a bug which caused model events not to fire on subclassed instances of Baum\Node.
  • v1.0.0 Changes

    May 4th 2013

    • ๐Ÿš€ First release.