Skip to content

0.8.7

Compare
Choose a tag to compare
@joshbruce joshbruce released this 19 Dec 22:43
· 90 commits to main since this release
6e8927b

Added

  1. Site->linkStack() is used to return an associative array with file paths as keys and page titles as values based on the path given. #36
  2. Site->breadcrumbs() is used to return an associative array with file paths as keys and page titles as values based on the path given. You can also pass in an offset and length to leave out certain levels of the folder stack. #36

Refactored

  1. Site->titles() to use Site->linkStack() #36

What's Changed

Full Changelog: 0.8.6...0.8.7