Skip to content

v1.0.2

Compare
Choose a tag to compare
@Log1x Log1x released this 07 Sep 11:25
· 79 commits to master since this release

Change log

Enhancements

  • Breaking Change: build() now returns a fluent instance instead of an array by default. To restore original functionality, simply append ->toArray() at the end of your build().
  • Add activeAncestor, activeParent, classes, title, description, target, and xfn values to the item objects. (#2)
  • Add CHANGELOG.md.