2025-12-25 06:33:52 +01:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
2026-01-29 04:21:31 +01:00
|
|
|
## [2.2.0](https://github.com/Grazulex/laravel-api-kit/releases/tag/v2.2.0) (2026-01-29)
|
2026-01-20 21:01:45 +01:00
|
|
|
|
|
|
|
|
### Features
|
|
|
|
|
|
2026-01-29 04:21:31 +01:00
|
|
|
- add email verification endpoints with signed URLs (#16)
|
|
|
|
|
- add password reset flow with secure tokens (#16)
|
|
|
|
|
- add 3 reusable API middleware: ForceJsonResponse, LogApiRequests, EnsureEmailVerified (#16)
|
2026-01-29 04:20:44 +01:00
|
|
|
|
|
|
|
|
### Documentation
|
|
|
|
|
|
2026-01-29 04:21:31 +01:00
|
|
|
- add documentation for email verification, password reset and middleware (#17)
|
|
|
|
|
|
|
|
|
|
## [2.1.0](https://github.com/Grazulex/laravel-api-kit/releases/tag/v2.1.0) (2026-01-29)
|
|
|
|
|
|
|
|
|
|
### Features
|
|
|
|
|
|
|
|
|
|
- integrate PHPStan, Rector and Pint code quality tools (#13)
|
2026-01-29 04:20:44 +01:00
|
|
|
|
|
|
|
|
### Chores
|
|
|
|
|
|
2026-01-29 04:21:31 +01:00
|
|
|
- **release:** 2.1.0 (#14)
|
2026-01-08 20:26:48 +01:00
|
|
|
## [2.0.2](https://github.com/Grazulex/laravel-api-kit/releases/tag/v2.0.2) (2026-01-08)
|
|
|
|
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
|
|
|
|
|
|
- clean up routes after merge conflict ([fcf6483](https://github.com/Grazulex/laravel-api-kit/commit/fcf64831272a1aaf20fde0d8001714994ccc6932))
|
|
|
|
|
|
|
|
|
|
### Chores
|
|
|
|
|
|
|
|
|
|
- update dependencies and fix apiroute config (#10) ([2b0f6ce](https://github.com/Grazulex/laravel-api-kit/commit/2b0f6cedaa2e7804d0a2a30c0d8c8d0dc27c2f57))
|
2025-12-25 07:33:38 +01:00
|
|
|
## [1.1.0](https://github.com/Grazulex/laravel-api-kit/releases/tag/v1.1.0) (2025-12-25)
|
|
|
|
|
|
|
|
|
|
### Chores
|
|
|
|
|
|
|
|
|
|
- **deps:** update laravel-apiroute to ^1.0 ([02c55f7](https://github.com/Grazulex/laravel-api-kit/commit/02c55f765f103852258398d7d0d0790146a33f10))
|
2025-12-25 06:33:52 +01:00
|
|
|
## [1.0.0](https://github.com/Grazulex/laravel-api-kit/releases/tag/v1.0.0) (2025-12-25)
|
|
|
|
|
|
|
|
|
|
### Features
|
|
|
|
|
|
|
|
|
|
- Initial Laravel API-only starter kit ([5900990](https://github.com/Grazulex/laravel-api-kit/commit/5900990527dfdc0b38cb17f06106728e21fb7cc6))
|