Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.43.0-beta - 2022-06-25 - File-based Collections #113

Merged
merged 5 commits into from
Jun 25, 2022

Conversation

caendesilva
Copy link
Member

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.

## v0.43.0-beta - 2022-06-25 - File-based Collections

### 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.
@codecov
Copy link

codecov bot commented Jun 25, 2022

Codecov Report

Merging #113 (0061627) into master (194e0fc) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #113   +/-   ##
=========================================
  Coverage     99.23%   99.23%           
  Complexity      749      749           
=========================================
  Files            97       97           
  Lines          1952     1952           
=========================================
  Hits           1937     1937           
  Misses           15       15           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 194e0fc...0061627. Read the comment docs.

@caendesilva caendesilva merged commit a388320 into master Jun 25, 2022
@caendesilva caendesilva deleted the prepare-for-release branch June 25, 2022 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant