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