Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Latest commit

 

History

History
36 lines (25 loc) · 964 Bytes

CHANGELOG.md

File metadata and controls

36 lines (25 loc) · 964 Bytes

Changelog

All notable changes to ubient/laravel-flash-message will be documented in this file

5.1.0 - 2020-09-07

  • Add support for Laravel 8

5.0.0 - 2020-04-12

  • Add support for Laravel 7.0
  • Fixed a crash when not in an environment where testing-related packages installed.
  • Upgrade TailwindCSS classes to 1.0

4.0.0 - 2019-09-03

  • Drop support for Laravel 5.7 and older
  • Add support Laravel 6.0

3.0.0 - 2019-02-27

  • Drop support for PHP 7.1
  • Add support for Laravel 5.8

2.0.2 - 2019-02-01

  • Fixed an incorrect namespacing issue for multiple files in the tests/Unit/ folder
  • Removed (opinionated) linter overrides from tests

2.0.1 - 2018-11-04

  • Remove a trailing semicolon in alert.blade.php

2.0.0 - 2018-11-04

1.1.0 - 2018-11-03

  • Add ability to assert flash messages

1.0.0 - 2018-10-29

  • Initial release