v0.43.0-beta - 2022-06-25 - File-based Collections
·
25141 commits
to master
since this release
Added
- Added configuration option
hyde.media_extensions
to allow you to specify additional comma separated media file types. #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
- Add configuration option to allow more file types in the media directory by @caendesilva in #105
- Add a safer output directory config option to replace deprecated setting by @caendesilva in #106
- Remove the
--pretty
build command option which was deprecated in v0.25.x by @caendesilva in #107 - HydeRC: Fix bug causing out of memory failures in exception handler by @caendesilva in #108
- Create static file collections by @caendesilva in #110
- Remove deprecated internal AssetManager trait by @caendesilva in #111
- v0.43.0-beta - 2022-06-25 - File-based Collections by @caendesilva in #113
Full Changelog: v0.42.0-beta...v0.43.0-beta