Skip to content

v0.45.0-beta - 2022-07-03

Compare
Choose a tag to compare
@caendesilva caendesilva released this 03 Jul 13:36
· 24814 commits to master since this release

Added

  • Add dummy file to persist base Tailwind utilities #141
  • Add configuration feature for DataCollections to enable/disable automatic _data directory generation #142

Changed

  • DataCollections are now disabled by default
  • Rename internal trait RegistersDefaultDirectories to RegistersFileLocations

Removed

  • Removes the automatic check to see if the configuration file is up to date #143
  • Remove deprecated Hyde::titleFromSlug() helper, use Hyde::makeTitle() instead
  • Removed deprecated CollectionService::getBladePageList, is renamed to getBladePageFiles
  • Removed deprecated CollectionService::getMarkdownPageList, is renamed to getMarkdownPageFiles
  • Removed deprecated CollectionService::getMarkdownPostList, is renamed to getMarkdownPostFiles
  • Removed deprecated CollectionService::getDocumentationPageList, is renamed to getDocumentationPageFiles

Fixed

  • Fix bug causing files starting with underscores to add empty values to the file collection array #140

What's Changed

Full Changelog: v0.44.0-beta...v0.45.0-beta