Baum v1.0.9 Release Notes

Release Date: 2014-01-15 // over 10 years ago
  • Jan 14 2014

    • 🐛 bug fixes

      • [#26] Prevent impossible moves to the left or right. Now moving a node too further to the left or right raises a MoveNotPossibleException. Thanks to @ziadoz for spotting this issue and providing a patch.
    • ✨ enhancenments

      • [#5] Implement toHierarchy method which returns a nested collection representing the queried tree. Great thanks go to @Surt for his patch on this.
      • Add a static all method which works as the regular Eloquent\Model::all method but sorts for the lft column.