v0.45.0-beta - 2022-07-03
·
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, useHyde::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
- Fix bug causing files starting with underscores to add empty values to the file collection array by @caendesilva in #140
- Add dummy file to persist base Tailwind utilities by @caendesilva in #141
- Add configuration feature for DataCollections to enable/disable automatic _data directory generation by @caendesilva in #142
- Remove automatic configuration update checking by @caendesilva in #143
- Remove deprecated code by @caendesilva in #144
- Rename internal trait RegistersDefaultDirectories to RegistersFileLocations by @caendesilva in #145
- Add test for HydePackageDiscoverCommand.php by @caendesilva in #148
- Fix missing tests for BladeDownProcessor.php by @caendesilva in #150
- Add test for ConvertsFooterMarkdown.php by @caendesilva in #152
- Add tests for FileHelpers::image() by @caendesilva in #154
- Add tests for Image::getLink() by @caendesilva in #156
- Replace deprecated method usages with new output directory helper by @caendesilva in #157
Full Changelog: v0.44.0-beta...v0.45.0-beta