Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hydephp/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jun 25, 2022
2 parents a9e4438 + a388320 commit eb8acbd
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 10 deletions.
32 changes: 26 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,22 @@ This serves two purposes:
2. At release time, you can move the Unreleased section changes into a new release version section.

### Added
- Added configuration option `hyde.media_extensions` to allow you to specify additional comma separated media file types. https://github.com/hydephp/develop/issues/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
- for new features.

### Changed
- for changes in existing functionality.

### Deprecated
- for soon-to-be removed features.

### 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
- for now removed features.

### 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.
- for any bug fixes.

### Security
- in case of vulnerabilities.

<!-- UNRELEASED_END -->

Expand All @@ -44,6 +48,22 @@ This serves two purposes:
<!-- CHANGELOG_START -->


## 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. https://github.com/hydephp/develop/issues/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.42.0-beta - 2022-06-24

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {},
"name": "hyde",
"description": "Elegant and Powerful Static App Builder",
"version": "0.42.0",
"version": "0.43.0",
"main": "hyde",
"directories": {
"test": "tests"
Expand Down
2 changes: 1 addition & 1 deletion packages/hyde/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"require": {
"php": "^8.0",
"hyde/framework": "^0.42"
"hyde/framework": "^0.43"
},
"require-dev": {
"mockery/mockery": "^1.4.4",
Expand Down

0 comments on commit eb8acbd

Please sign in to comment.