v0.6.1
LaraDocs v0.6.1 🔧
A focused point release: Octane safety hardening, a new command for scaffolding translation files, smarter "Last updated" dates, and a batch of UI fixes and docs improvements.
✨ Highlights
⚡ Octane safety hardening
Container singletons have been audited and hardened for Octane, so LaraDocs behaves correctly in long-running worker environments where shared state can otherwise leak between requests.
🌍 New laradocs:lang command
Scaffold locale translation files with a single command, making it quicker to stand up a new language. Pairs with new docs guidance on translating custom macros.
📅 Smarter "Last updated" dates
The source of the "Last updated" date is now configurable, and updated_at front-matter renders as a properly formatted date instead of a raw value.
📱 Narrow-viewport search fix
The search trigger now collapses to an icon on narrow viewports, so it no longer crowds the layout on small screens.
📚 Reorganised docs + deployment guides
The documentation has been restructured and now includes deployment guides to help you get LaraDocs into production.
📦 What's Changed
- Audit and harden container singletons for Octane safety by @PeteBishwhip in #125
- feat: add
laradocs:langcommand for scaffolding locale translation files by @PeteBishwhip in #127 - docs: localisation guidance for custom macro translations by @PeteBishwhip in #126
- fix: collapse search trigger to icon-only on narrow viewports by @PeteBishwhip in #132
- fix: render
updated_atfront-matter as a formatted date by @PeteBishwhip in #133 - feat: configurable source for "Last updated" date by @PeteBishwhip in #134
- docs: reorganise structure and add deployment guides by @PeteBishwhip in #135
Full Changelog: v0.6.0...v0.6.1