v1.8.0 - 2025-05-17
Please see the full release notes in the development monorepo https://github.com/hydephp/develop/releases/tag/v1.8.0
What's Changed
- Clean up and refactor code and tests by @caendesilva in #667
- Update the Hyde facade to use a mixin annotation instead of method annotations by @caendesilva in #668
- Refactor and clean up test code and improve testing performance by @caendesilva in #669
- Deprecate
Hyde::mediaLinkbeing replaced byHyde::asset()in v2 by @caendesilva in #670 - Improved printed documentation views by @caendesilva in #671
- Shorten the realtime compiler server start message by @caendesilva in #672
- Improve the
Serializabletrait to support automatic serialization by @caendesilva in #674 - Update the post author class to prepare for the v2 overhaul by @caendesilva in #675
- Internal: Improve test static analysis and improve tests by @caendesilva in #676
- Internal: Improve testing helpers by @caendesilva in #677
- Refactor the serve command and add more unit tests for it by @caendesilva in #678
- Refactor code to increase code quality and type coverage by @caendesilva in #679
- Hide the Torchlight install command by @caendesilva in #680
- Update 404 page home link fallback to lead to the domain root by @caendesilva in #681
- Register the cache clear command by @caendesilva in #682
- Normalize protocol relative URL handling by @caendesilva in #683
- Cleanup the canonical URL helper method by @caendesilva in #684
- Support setting page descriptions in front matter for all page types by @caendesilva in #685
- Clean up and refactor code by @caendesilva in #686
- Fix URL metadata for blog posts not using customized post output directories by @caendesilva in #687
- Update the
HydeKernelarray representation to include the Hyde version by @caendesilva in #688 - Internal: Test code refactors and cleanup by @caendesilva in #689
- Automatically transliterate logographic inputs for slug generation by @caendesilva in #691
- Fix serve command not handling project path with spaces by @caendesilva in #693
- HydePHP v1.7.6 by @caendesilva in #694
- HydePHP v1.8.0 - 2025-05-17 by @caendesilva in #690
Full Changelog: v1.7.6...v1.8.0