Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 674 Bytes

CHANGELOG.md

File metadata and controls

43 lines (24 loc) · 674 Bytes

Changelog

All notable changes to laravel-migrate-check will be documented in this file

2.3.0 - 2022-02-12

  • Add PHP 9 support

2.2.0 - 2021-05-21

  • Add PHP 8 support

2.1.0 - 2020-09-30

  • Add Laravel 8.x support
  • Drop Laravel 5.x support

2.0.0

  • Add Laravel 7.x support
  • Drop Laravel 5.5.x and PHP 7.1 support

1.3.0 - 2019-10-17

  • Add Laravel 6.x support

1.2.1 - 2018-09-28

  • Always register command (not only in console mode)

1.2.0 - 2018-07-12

  • Add repository existence check
  • Fix using path option
  • Format the output table

1.1.0 - 2017-12-20

  • autoregister migrate:check command

1.0.0 - 2017-12-20

  • initial release