Files
laravel-api-kit/CHANGELOG.md
Jean-Marc Strauven 5250000618 chore(release): 2.2.0
2026-01-29 04:21:31 +01:00

1.6 KiB

Changelog

All notable changes to this project will be documented in this file.

2.2.0 (2026-01-29)

Features

  • 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)

Documentation

  • add documentation for email verification, password reset and middleware (#17)

2.1.0 (2026-01-29)

Features

  • integrate PHPStan, Rector and Pint code quality tools (#13)

Chores

  • release: 2.1.0 (#14)

2.0.2 (2026-01-08)

Bug Fixes

  • clean up routes after merge conflict (fcf6483)

Chores

  • update dependencies and fix apiroute config (#10) (2b0f6ce)

1.1.0 (2025-12-25)

Chores

  • deps: update laravel-apiroute to ^1.0 (02c55f7)

1.0.0 (2025-12-25)

Features

  • Initial Laravel API-only starter kit (5900990)