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

Latest commit

 

History

History
41 lines (30 loc) · 1005 Bytes

CHANGELOG.md

File metadata and controls

41 lines (30 loc) · 1005 Bytes

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]

[2.0.1] - 2020-04-17

Added

  • Laravel 7 support

[2.0.0] - 2019-10-26

Added

  • Added support for model parameters of make:controller, make:factory, make:observer and make:policy

Removed

  • Laravel 5.8 support

Changed

  • Replace extended class with macro and afterResolving hooks

[1.0.3] - 2019-10-24

Removed

  • Production mode checking to make comply with the Laravel way.

[1.0.2] - 2019-10-24

Added

  • Support for Laravel 5.8

[1.0.1] - 2019-10-24

Added

  • This changlog
  • MIT license

Fixed

  • The Provider does not return the model:make command any more in production environment

[1.0.0] - 2019-10-24

Added

  • Initial version implementing the configurable model make command