Baum v1.0.11 Release Notes

Release Date: 2014-07-03 // almost 10 years ago
  • Jul 3 2014

    • 🐛 bug fixes

      • Target Laravel stable version in composer.json file. Merges [#67].
      • Use qualified order column name on newNestedSetQuery method. Merges [#70].
      • Cleaned up migration stub. Merges [#84].
      • Enforce sorting for $orderColumn when calling toHierarchy. Merges [#73], fixing [#71].
    • ✨ enhancements

      • [#77] Add makeFirstChildOf and makeLastChildOf helper methods.
      • [#62] Implement limitDepth query scope to allow query depth limiting for huge descendancy chains. Also allow to pass the depth limit as the first parameter of getDescendants and getDescendantsAndSelf.
      • [#67] Should work with Laravel 4.2
      • [#68] Implement buildTree, makeTree mass-assignment (seeding) methods.