v0.46.0-beta - 2022-07-03
·
24769 commits
to master
since this release
Added
- Added
DocumentationPage::indexPath()
, replacingHyde::docsIndexPath()
Changed
- internal: Move service provider helper methods to the RegistersFileLocations trait
- internal: Add helpers.php to reduce repeated code and boilerplate
- internal: Change internal monorepo scripts for semi-automating the release process
- Added
DocumentationPage
as a class alias, allowing you to use it directly in Blade views, without having to add full namespace.
Removed
- Remove deprecated
Hyde::getDocumentationOutputDirectory()
, replaced withDocumentationPage::getOutputDirectory()
- Remove deprecated
Hyde::docsIndexPath()
, replaced withDocumentationPage::indexPath()
- Remove deprecated
DocumentationPage::getDocumentationOutputPath()
, useDocumentationPage::getOutputPath()
instead
Fixed
- Fix minor bug in Blade view registry where merged array was not unique
What's Changed
- v0.45.0-beta - 2022-07-03 by @caendesilva in #158
- Add helper functions by @caendesilva in #159
- Replace repeated code with new
unslash
helper function by @caendesilva in #160 - Refactor the HydeServiceProvider structure by @caendesilva in #161
- Remove deprecated
Hyde::getDocumentationOutputDirectory()
helper by @caendesilva in #163 - Move deprecated
Hyde::docsIndexPath()
helper toDocumentationPage::indexPath()
by @caendesilva in #164 - Remove deprecated
DocumentationPage::getDocumentationOutputPath()
by @caendesilva in #165 - Improve changelog management by @caendesilva in #166
Full Changelog: v0.45.0-beta...v0.46.0-beta