v1.1.0
What's Changed
All changes done by @rokde:
- Update page route to dynamically resolve slugs using PageService
- Mark
PageServiceclass asreadonly - Set default value for
pergament.content_pathinPageService::basePathmethod - Add test to handle non-existent content path in PageService
- Update
test:unitscript to generate HTML coverage output - Change
CarbontoCarbonImmutablefordateproperty inBlogPostclass - Set default for
pergament.content_pathand markBlogServiceasreadonly - Mark
DocumentationServiceclass asreadonly - Set default value for
pergament.content_pathacross services - Add tests for handling empty or non-existent content paths in
DocumentationService - Add comprehensive tests for
FrontMatterParserandMarkdownRendererfunctionality - Add comprehensive feature tests for controllers and utilities
- Add
MakePageCommandwith feature tests and register it in service provider - Mark service classes as
readonly - Remove unnecessary newlines in XML generation across services for cleaner output
- Remove redundant newlines in
MakePageCommandclass - Add
assertHeaderCaseInsensitivemacro and update tests to use it for flexible header value assertions
Full Changelog: v1.0.0...v1.1.0