Skip to content

Latest commit

 

History

History
89 lines (59 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

89 lines (59 loc) · 2.37 KB

Changelog

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

0.4.0 - 2024-10-22

Added

  • Parser for determining commands to be used

Changed

  • Based all functions to CI_Migration class
  • Separated core functionality from commands
  • Messages in displaying all commmand outputs
  • auto_increment option to auto-increment in create command
  • Code coverage provider to Codecov
  • Code documentation by php-cs-fixer
  • Improved code quality by phpstan
  • Reworked entire code structure
  • Workflow provider to Github Actions

0.3.0 - 2017-01-07

Added

  • Exceptions for specific errors

Fixed

  • Guessing the keywords from user's input

Changed

  • Improve code quality

0.2.1 - 2016-09-07

Added

  • StyleCI for conforming code to PSR standards

Changed

  • Versions of several libraries in composer.json

0.2.0 - 2016-04-14

Added

  • Tests

0.1.6 - 2016-03-05

Fixed

  • Forgot code $this->codeigniter = get_instance(); in AbstractCommand

0.1.5 - 2016-03-03

Changed

  • From Rougin\SparkPlug\SparkPlug to CodeIgniter's get_instance()

Fixed

  • Issue in getting CodeIgniter's instance

0.1.4 - 2015-10-23

Changed

  • Code structure
  • Extensibility

0.1.3 - 2015-09-18

Added

Fixed

  • Commands
  • Simplified code structure

0.1.2 - 2015-09-18

Added

Fixed

0.1.1 - 2015-06-07

Fixed

0.1.0 - 2015-06-25

Added

  • Refinery library