Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Latest commit

 

History

History
88 lines (43 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

88 lines (43 loc) · 1.35 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.7.1] - 2022-02-14

Added

  • Support Laravel 9.

[0.7.0] - 2020-12-18

Changed

  • BREAKING: Upgrade bschmitt/laravel-amqp to ^2.0 and remove Lumen support
  • Use fork wecc/php-amqplib instead of php-amqplib/php-amqplib to better handle PHP 8

[0.6.0] - 2020-12-09

Added

  • Support for PHP 8.

Changed

  • BKREAKING: Requires PHP 7.4 and Laravel 7.

[0.5.0] - 2020-10-06

Changed

  • Support for Laravel 8.

[0.4.0] - 2020-03-18

Changed

  • Require PHP 7.2.5.
  • Support Laravel 7.

Added

  • Use travis to test with different PHP, Laravel and PHPUnit versions.
  • "squizlabs/php_codesniffer" 3.5.2 to detect violations of PSR12.

Fixed

  • All tests in EventRouterTest.php now passes.

[0.3.0] - 2019-11-04

Added

  • Laravel package auto-discovery

Changed

  • BREAKING: Moved config file guru.php to butler.php

[0.2.1] - 2019-09-20

Added

  • Support for Laravel 6

[0.2.0] - 2018-05-17

Changed

  • Add support for laravel

[0.1.0] - 2018-05-17

Added

  • Initial release