Releases: larament/seokit
Releases · larament/seokit
v1.1.0
What's Changed
🚀 New Features
- Added Inertia.js route detection and automatic title rendering updates.
- Added
canonical()method to theSeoKitfacade for easier canonical URL management.
🛠️ Refactoring & Improvements
- Removed
spatie/laravel-package-toolsdependency to reduce overhead. - Improved type safety with comprehensive PHP type hints across the codebase.
- Updated
site_nameconfiguration to default toconfig('app.name').
🧹 Maintenance
- Code styling fixes and internal cleanup.
- Updated GitHub Action dependencies (checkout, fetch-metadata, git-auto-commit).
📝 Full Changelog
v1.0.1
Full Changelog: v1.0...v1.0.1
v1.0
Full Changelog: v0.2...v1.0