Releases: PeteBishwhip/laradocs
v0.5.3
v0.5.3 - Laravel Boost Support! 🤖
Admit it, we all like delegating documentation to our AI agents!
Well, now you can! This is a special maintenance release that gives you native Laravel Boost guidelines to help your agent help you!
Simple ensure your composer.json file is configured for either ^v0 (Get all updates up to when we drop v1.0!) or v0.5.0 (Pin to v0.5.x), run composer update and finally, just run php artisan boost:install to include them!
What's Changed
- Add og:image to social meta tags and test end-to-end by @PeteBishwhip in #101
- Add Laravel Boost AI guidelines by @PeteBishwhip in #103
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- Improve generated card social meta tags by @PeteBishwhip in #100
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- Add Open Graph image generation by @PeteBishwhip in #99
Full Changelog: v0.5.0...V0.5.1
v0.5.0
LaraDocs v0.5.0 🎉
We're halfway to v1.0! This release brings two new quality-assurance commands, multi-version documentation, and full internationalisation support with a language switcher.
✨ Highlights
🌍 Internationalisation
LaraDocs now speaks more than one language. This release adds per-language pages and a language switcher (#18), so your docs can serve a global audience out of the box. Translations are managed through Crowdin, with several rounds of updates landing in this cycle.
📚 Multi-version documentation
You can now publish and maintain docs across multiple versions of your project, letting readers browse the docs that match the release they're actually running.
🔍 New docs:check command
A validation command that catches broken links, detects orphaned pages, and flags redirect cycles before they reach your readers.
📝 New docs:lint command
Validates front-matter across your documentation so misconfigured or incomplete page metadata gets caught early.
What's Changed
- Add docs:check command for link validation, orphan detection, and redirect cycle detection by @PeteBishwhip in #88
- Add docs:lint command for front-matter validation by @PeteBishwhip in #89
- Add multi-version documentation support by @PeteBishwhip in #90
- New Crowdin updates by @PeteBishwhip in #93
- i18n: per-language pages and language switcher (#18) by @PeteBishwhip in #94
- New Crowdin updates by @PeteBishwhip in #96
- New Crowdin updates by @PeteBishwhip in #97
Full Changelog: v0.4.0...v0.5.0
v0.4.0
🚀 LaraDocs v0.4.0
This one is packed. New CLI, fancy diagrams, math rendering, and your docs now speak more languages than ever. Let's dig in. 👇
✨ Highlights
🖥️ Deploy CLI has landed! Log in, deploy, clone projects, and manage config right from your terminal. (#66)
📊 Mermaid diagrams now render straight from fenced code blocks. Flowcharts in your docs, zero fuss. (#65)
🧮 KaTeX math support is here. Drop in equations and watch them render beautifully. (#80)
🌍 Localisation goes big. The docs UI is now fully localisable (#67), with automatic locale detection from your lang/vendor/laradocs/ filesystem. (#76)
🧩 Blade components inside markdown. Mix and match your favorite components right in your docs. (#84)
🏷️ Auto-generated tag index pages so your content organizes itself. (#83)
🧪 Under the Hood
🎭 Brand new Playwright end-to-end test suite keeping everything rock solid. (#86)
🌐 Fresh Crowdin translation updates rolling in across the board. (#78, #79, #85)
🔧 Dependency Bumps
⬆️ jsdom 25.0.1 → 29.1.1 (#81)
⬆️ laravel/scout ^10.0 → ^11.2 (#82)
📜 Full Changelog: v0.3.0...v0.4.0
Happy documenting! 💙
What's Changed
- Deploy CLI: login, deploy, clone-project, config by @PeteBishwhip in #66
- Mermaid diagram support via fenced code blocks (#9) by @PeteBishwhip in #65
- Add localisation support to the documentation UI by @PeteBishwhip in #67
- New Crowdin updates by @PeteBishwhip in #78
- New Crowdin updates by @PeteBishwhip in #79
- Katex math support by @PeteBishwhip in #80
- Auto-detect available locales from lang/vendor/laradocs/ filesystem by @PeteBishwhip in #76
- Auto-generated tag index pages by @PeteBishwhip in #83
- New Crowdin updates by @PeteBishwhip in #85
- Bump jsdom from 25.0.1 to 29.1.1 by @dependabot[bot] in #81
- Render Blade components inside markdown by @PeteBishwhip in #84
- Update laravel/scout requirement from ^10.0 to ^11.2 by @dependabot[bot] in #82
- Add Playwright end-to-end test suite by @PeteBishwhip in #86
New Contributors
- @dependabot[bot] made their first contribution in #81
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Generate sitemap.xml from the document tree by @PeteBishwhip in #54
- Serve robots.txt with a sitemap pointer by @PeteBishwhip in #55
- Resolve docs.path and cache.key_prefix at request time by @PeteBishwhip in #56
- Add route.register flag to opt out of package route registration by @PeteBishwhip in #57
- Skip optimize hook when route.register is false by @PeteBishwhip in #58
- Emit OG & X/Twitter meta tags per page (#7) by @PeteBishwhip in #59
- Add RSS/Atom feed endpoint by @PeteBishwhip in #61
- Complete and correct CHANGELOG for the 0.3.0 release by @PeteBishwhip in #62
Full Changelog: v0.2.0...v0.3.0
v0.2.0.1
Note
This is a re-release of v2.0.0 due to an error with Packagist/Composer. There no changes between versions.
What's Changed
- Add Contributor Covenant Code of Conduct by @PeteBishwhip in #34
- Pre-rendered full-text search for the command palette by @PeteBishwhip in #35
- Automatic SEO with per-page front-matter overrides by @PeteBishwhip in #36
- Render full-text matches in the command palette by @PeteBishwhip in #37
- Fix 500 when search matches the docs landing page by @PeteBishwhip in #38
- Fix sidebar scrolling behind header when footer is present by @PeteBishwhip in #39
- JSON API endpoints with rate limiting by @PeteBishwhip in #40
- Per-page and config-level search index opt-out (#4) by @PeteBishwhip in #41
- Add Grouping documentation by @PeteBishwhip in #44
- Collapsible sidebar sections with active-state auto-expand by @PeteBishwhip in #45
- Expand nav section when navigating to its own page by @PeteBishwhip in #46
- Alphabetical nav ordering by default, explicit order always takes precedence by @PeteBishwhip in #47
- Add configurable global banner by @PeteBishwhip in #48
- Make deploy-time commands resilient to search backend outages by @PeteBishwhip in #49
- Fix invalid YAML front-matter in grouping.md by @PeteBishwhip in #51
Full Changelog: v0.1.4...v0.2.0.1
v0.2.0
Re-released due to Packagist error.
What's Changed
- Add Contributor Covenant Code of Conduct by @PeteBishwhip in #34
- Pre-rendered full-text search for the command palette by @PeteBishwhip in #35
- Automatic SEO with per-page front-matter overrides by @PeteBishwhip in #36
- Render full-text matches in the command palette by @PeteBishwhip in #37
- Fix 500 when search matches the docs landing page by @PeteBishwhip in #38
- Fix sidebar scrolling behind header when footer is present by @PeteBishwhip in #39
- JSON API endpoints with rate limiting by @PeteBishwhip in #40
- Per-page and config-level search index opt-out (#4) by @PeteBishwhip in #41
- Add Grouping documentation by @PeteBishwhip in #44
- Collapsible sidebar sections with active-state auto-expand by @PeteBishwhip in #45
- Expand nav section when navigating to its own page by @PeteBishwhip in #46
- Alphabetical nav ordering by default, explicit order always takes precedence by @PeteBishwhip in #47
- Add configurable global banner by @PeteBishwhip in #48
- Make deploy-time commands resilient to search backend outages by @PeteBishwhip in #49
- Fix invalid YAML front-matter in grouping.md by @PeteBishwhip in #51
Full Changelog: v0.1.4...v0.2.0
v0.1.4
What's Changed
- Add Fathom and Google Analytics support by @PeteBishwhip in #29
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Point README to laradocs.dev docs by @PeteBishwhip in #26
- Rename docs: artisan commands to laradocs: by @PeteBishwhip in #27
New Contributors
- @PeteBishwhip made their first contribution in #26
Full Changelog: v0.1.2...v0.1.3