Releases: tomschlick/request-migrations
Releases · tomschlick/request-migrations
v0.5.0
v0.4.1: Added test for events (#56)
* Emitted correct event * added tests to verify events emitted * use ::class instead of strings * apply style fixes * more style fixes * added new line
v0.4.0: Wrong service provider (#55)
You had added RequestMigrationsMiddleware::class as a service provider in the README.md file. That does not seem right? :)
v0.3.1
v0.3.0
v0.2.0
v0.1.4
Changes request migration methods (#42)
v0.1.3: Adds API version verification (#28)
* Adds API version verification Adds a check to the package middleware to ensure that the request and response version are defined in the configuration. * Keep ability to pass no versions in the request
Various Updates
v0.1.2 update docs
v0.1.1: Updates the command alias to be more specific (#25)
After reviewing the update I feel like I should have made the command alias more specfic.