Skip to content

Releases: tomschlick/request-migrations

v0.5.0

09 May 19:06
18da06b
Compare
Choose a tag to compare

Changed (Breaking)

  • Updates Composer minimum PHP to 7.1 (#59)
  • Drops Laravel 5.4 support (#59)

Changed

  • Updates Travis CI to test multiple versions of laravel (#59)
  • Updates Event::fire to Event::dispatch as it was removed in Laravel 5.8 (#59)

v0.4.1: Added test for events (#56)

11 Sep 15:50
Compare
Choose a tag to compare
* 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)

10 Sep 15:21
Compare
Choose a tag to compare
You had added RequestMigrationsMiddleware::class as a service provider in the README.md file. That does not seem right? :)

v0.3.1

06 Feb 14:57
0f89914
Compare
Choose a tag to compare

Fixes

  • Fixes an issue with Laravel 5.6 version constraint in v0.3.0

v0.3.0

06 Feb 14:45
6564317
Compare
Choose a tag to compare

Changes

  • Allows for Laravel 5.6

v0.2.0

10 Nov 14:15
Compare
Choose a tag to compare

Added

  • Adds default version (#49)

Fixed

  • Fixes logic to determine migrations that need to take place (#45 & #48)

v0.1.4

19 Sep 13:35
Compare
Choose a tag to compare
Changes request migration methods (#42)

v0.1.3: Adds API version verification (#28)

23 Aug 20:50
Compare
Choose a tag to compare
* 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

23 Aug 01:46
Compare
Choose a tag to compare
v0.1.2

update docs

v0.1.1: Updates the command alias to be more specific (#25)

23 Aug 01:20
Compare
Choose a tag to compare
After reviewing the update I feel like I should have made the
command alias more specfic.