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

Latest commit

 

History

History
94 lines (53 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

94 lines (53 loc) · 1.46 KB

Changelog

All Notable changes to sebastiaanluca/laravel-auto-morph-map will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

7.0.1 (2021-06-22)

Fixed

  • Fixed the requirements in the readme

7.0.0 (2021-06-22)

Added

  • Added support for PHP 8
  • Added proper GitHub templates
  • Added GitHub Actions testing

Changed

  • Cleaned up all code and redundant comments

Removed

  • Dropped support for PHP 7
  • Dropped support for Laravel 7
  • Dropped TravisCI testing

6.0.0 (2020-10-19)

Added

  • Added support for Laravel 8

Removed

  • Dropped support for Laravel 6

5.0.0 (2020-04-24)

Added

  • Added support for Laravel 7

Removed

  • Dropped support for Laravel 5
  • Dropped support for PHP 7.2

4.0.0 (2019-09-06)

Added

  • Added support for Laravel 6.0

3.0.0 (2019-03-01)

Added

  • Added support for Laravel 5.8

Removed

  • Dropped support for Laravel 5.7 and lower

2.1.0 (2018-09-04)

Added

  • Run tests against Laravel 5.7

2.0.0 (2018-08-10)

Added

  • Added naming scheme options
  • Added conversion override option
  • Added "none" case type
  • Added slug case type

Changed

  • Moved CaseTypes to a sub namespace
  • Cache command now writes an aliased list of models, in effect disabling changing the case type afterwards

1.0.0 (2018-08-07)

Added

  • Added automatic model morph mapping
  • Added cache command
  • Added clear cache command