Skip to content

Releases: rougin/refinery

v0.4.0

Choose a tag to compare

@rougin rougin released this 21 Oct 16:15

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

v0.3.0

Choose a tag to compare

@rougin rougin released this 06 Jan 16:30

Added

  • Exceptions for specific errors

Fixed

  • Guessing the keywords from user's input

Changed

  • Improve code quality

v0.2.1

Choose a tag to compare

@rougin rougin released this 01 Sep 10:44

Added

  • StyleCI for conforming code to PSR standards

v0.2.0

Choose a tag to compare

@rougin rougin released this 14 May 18:09

Added

  • Tests

v0.1.6

Choose a tag to compare

@rougin rougin released this 18 Feb 16:56

Fixed

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

v0.1.5

Choose a tag to compare

@rougin rougin released this 18 Feb 16:43

Changed

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

Fixed

  • Issue in getting CodeIgniter's instance

v0.1.4

Choose a tag to compare

@rougin rougin released this 27 Sep 08:33

Changed

  • Code structure
  • Extensibility

v0.1.3

Choose a tag to compare

@rougin rougin released this 30 Aug 14:39

v0.1.2

Choose a tag to compare

@rougin rougin released this 14 Jun 15:43
  • Included spark-plug as a dependency package
  • Updated functions based from Describe's latest version

v0.1.1

Choose a tag to compare

@rougin rougin released this 07 Jun 06:19
  • Forgot to include symfony/console