Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Latest commit

 

History

History
69 lines (37 loc) · 885 Bytes

CHANGELOG.md

File metadata and controls

69 lines (37 loc) · 885 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

v2.0.1

Changed

  • Align braces in migration stubs with php-cs-fixer codestyle

v2.0.0

Fixed

  • Use Schema::table in update migration

Changed

  • Use anonymous migrations
  • Require Laravel ^8.37 || ^9

v1.5.0

Added

  • Support Laravel 9

v1.4.0

Added

  • Add factory.stub

v1.3.1

Fixed

  • Make seeders final

v1.3.0

Added

  • Add seeder.stub

v1.2.0

Added

  • Add migration.create.stub
  • Add migration.update.stub

v1.1.0

Changed

  • Make migrations and commands final class

v1.0.0

Added

  • Add migration.stub
  • Add console.stub