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