v0.43.0-beta - 2022-06-25 - File-based Collections
caendesilva
released this
25 Jun 15:39
·
1128 commits
to master
since this release
Added
- Added configuration option
hyde.media_extensions
to allow you to specify additional comma separated media file types. hydephp/develop#39 - Adds a safer config option
hyde.output_directory
for customizing the output directory - Adds a file-based way to create and interact with collections, https://hydephp.com/docs/master/collections
Removed
- Removed the
--pretty
build command option which was deprecated in v0.25.x - Removed deprecated internal AssetManager trait which was replaced with the Asset facade
Fixed
- HydeRC: Fixes a bug in the auxiliary exception handler leading to unintentional recursion causing out of memory errors in both the browser and the PHP server.
What's Changed
- v0.43.0-beta - 2022-06-25 - File-based Collections by @caendesilva in #556
Full Changelog: v0.42.0-beta...v0.43.0-beta