v1.0.2
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 yourbuild()
. - Add
activeAncestor
,activeParent
,classes
,title
,description
,target
, andxfn
values to the item objects. (#2) - Add
CHANGELOG.md
.