Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

31 lines (25 loc) · 1.09 KB

Changelog

All notable changes to this project will be documented in this file.

[1.3.1] - 2019-10-14

Added

  • Allow custom binary paths to be specified in the config file
  • This also includes two new env variables: SNIPE_BINARY_MYSQL and SNIPE_BINARY_MYSQLDUMP

[1.1.4] - 2019-03-14

Changed

  • Changed minimum required PHP version to 7.1
  • Downgraded PHPUnit from 8.0 to 7.0 as a result of PHP version change

[1.0.2] - 2019-02-23

Changed

  • merged PR to recursively scan package migration folders and app migration folders.
  • Added a trait that can be added to TestsCase.php to remove the need to add a block of code to TestCase.php
  • Refactored Snipe.php to only scan for migration changes one time to improve performance and clean up file.
  • Added feature to use Snipe migrations for DatabaseTransactions AND RefreshDatabase Traits.

[1.0.2] - 2019-02-23

Changed

  • merged PR to recursively scan migrations folder for changes.

[1.0.1] - 2019-02-21

Changed

  • merged PR to remove redundant code in setUpTraits() method.

[1.0.0] - 2019-02-19

Added

  • initial release