Releases: hydephp/framework
v1.7.3 - 2024-07-23
v1.7.2 - 2024-07-08
What's Changed
- Internal: Clean up test code by @caendesilva in #658
- Improve the documentation heading permalinks feature by @caendesilva in #659
Full Changelog: v1.7.1...v1.7.2
v1.7.1 - 2024-07-05
What's Changed
- Add missing collection key types in the Hyde facade method annotations by @caendesilva in #656
- HydePHP v1.7.1 - 2024-07-05 by @caendesilva in #657
Full Changelog: v1.7.0...v1.7.1
v1.7.0 - 2024-07-05
Please see the release notes in the development monorepo https://github.com/hydephp/develop/releases/tag/v1.7.0
What's Changed
- Fix command description wording by @caendesilva in #622
- Refactor to move internal code to internal namespace by @caendesilva in #623
- Add custom filepath label support for HTML comments by @caendesilva in #624
- Update realtime compiler open flag to support specifying the page to open by @caendesilva in #625
- Add a config option to disable theme toggle buttons to automatically use browser settings by @caendesilva in #626
- Refactor filesystem helpers by @caendesilva in #628
- Fix gitattributes normalization across all packages by @caendesilva in #629
- Honour front matter navigation groups set in front matter regardless of subdirectory setting by @caendesilva in #630
- Use late static bindings to support overriding data collections file finding by @caendesilva in #631
- Internal: Improve the test environment setup process by @caendesilva in #633
- Internal: Enable merge queue by @caendesilva in #632
- Add a JSON output format option to the route list command by @caendesilva in #634
- Code cleanup and refactors by @caendesilva in #635
- Fix undefined array key exception for empty Markdown pages by @caendesilva in #636
- Improve behaviour when a site URL is not explicitly set by @caendesilva in #637
- DataCollections improvements by @caendesilva in #638
- Internal: Extract testing helpers and refactor tests by @caendesilva in #639
- Deprecate the global
unslash
function by @caendesilva in #640 - Remove the Git version displays by @caendesilva in #641
- Update the Hyde URL helper to not modify already qualified URLs by @caendesilva in #642
- Deprecate the
BaseUrlNotSetException
class by @caendesilva in #643 - Internal: Handle skipped tests by @caendesilva in #644
- Internal: Update tests to cover missing code coverage lines by @caendesilva in #645
- Clean up and refactor route list command code by @caendesilva in #646
- Fix test file formatting by @caendesilva in #647
- Merge the development branch history with master by @caendesilva in #648
- Fix source code formatting by @caendesilva in #649
- Add a version prefix to the sitemap generator version attribute by @caendesilva in #650
- Improve the Yaml configuration loader by @caendesilva in #651
- Refactor console kernel bootstrapper loading by @caendesilva in #652
- Internal: Clean up and refactor test code by @caendesilva in #653
- Refactor bootstrappers and improve Yaml environment configuration loading by @caendesilva in #654
- HydePHP v1.7.0 - 2024-07-05 by @caendesilva in #655
Full Changelog: v1.6.0...v1.7.0
v1.6.0 - 2024-04-17
Please see the release notes in the development monorepo https://github.com/hydephp/develop/releases/tag/v1.6.0
What's Changed
- Introduce a new Feature enum to improve the Features facade by @caendesilva in #606
- Fix issues with the sitemap and RSS feed generator commands by @caendesilva in #605
- Add a
@head
stack to thehead.blade.php
component by @caendesilva in #607 - Internal: Improve test suite by @caendesilva in #608
- Add a
Hyde::route()
helper method by @caendesilva in #609 - Improved helper functions by @caendesilva in #610
- Designate HydePHP v1.x as LTS by @caendesilva in #611
- Internal: Add a unit test by @caendesilva in #612
- Internal: Sync development branch with master by @caendesilva in #613
- Add a skip feature to build tasks by @caendesilva in #614
- Fix extra newline being written for failing build tasks by @caendesilva in #615
- Skip sitemap generation when there is no valid base URL by @caendesilva in #616
- Clean up HTML and Blade files by @caendesilva in #617
- Strip Markdown from automatic blog post descriptions by @caendesilva in #618
- Clean up and refactor code by @caendesilva in #619
- Update debug command to print binary path when running in the Phar standalone by @caendesilva in #620
- HydePHP v1.6.0 - 2024-04-17 by @caendesilva in #621
Full Changelog: v1.5.0...v1.6.0
v1.5.0 - 2024-02-13
What's Changed
- Add media extensions option to default config by @caendesilva in #592
- Deprecate
BuildService::transferMediaAssets()
by @caendesilva in #593 - Improve config file documentation by @caendesilva in #596
- Add configuration options to add HTML to the head and scripts sections by @caendesilva in #597
- Refactor includes facade to use trait instead of repeated logic by @caendesilva in #595
- Add a new
Includes::html()
helper by @caendesilva in #599 - Support using HTML includes to set head and script HTML by @caendesilva in #600
- Clean up code by @caendesilva in #602
- Rename snake case test methods to be camel case by @caendesilva in #601
- Update Markdown to plaintext formatter to trim whitespace by @caendesilva in #603
- Format and normalize files by @caendesilva in #594
- HydePHP v1.5.0 - 2024-02-13 by @caendesilva in #604
Please see the full release notes in the development monorepo https://github.com/hydephp/develop/releases/tag/v1.5.0
Full Changelog: v1.4.3...v1.5.0
v1.4.3 - 2024-02-07
What's Changed
- Improve the semantic documentation article Blade view by @caendesilva in #589
- Apply fixes from StyleCI by @caendesilva in #590
- HydePHP v1.4.3 - 2024-02-07 by @caendesilva in #591
Full Changelog: v1.4.2...v1.4.3
v1.4.2 - 2023-12-22
Please see the release notes in the development monorepo https://github.com/hydephp/develop/releases/tag/v1.4.2
What's Changed
- HydePHP v1.4.2 - 2023-12-22 by @caendesilva in #587
Full Changelog: v1.4.1...v1.4.2
v1.4.1 - 2023-12-12
Please see the release notes in the development monorepo https://github.com/hydephp/develop/releases/tag/v1.4.1
What's Changed
- HydePHP v1.4.1 - 2023-12-12 by @caendesilva in #586
Full Changelog: v1.4.0...v1.4.1
v1.4.0 - 2023-12-11
Please see the release notes in the development monorepo https://github.com/hydephp/develop/releases/tag/v1.4.0
What's Changed
- HydePHP v1.4.0 - 2023-12-11 by @caendesilva in #585
Full Changelog: v1.3.4...v1.4.0