Skip to content

Releases: rougin/refinery

v0.4.0

21 Oct 16:15
Compare
Choose a tag to compare

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

06 Jan 16:30
Compare
Choose a tag to compare

Added

  • Exceptions for specific errors

Fixed

  • Guessing the keywords from user's input

Changed

  • Improve code quality

v0.2.1

01 Sep 10:44
Compare
Choose a tag to compare

Added

  • StyleCI for conforming code to PSR standards

v0.2.0

14 May 18:09
Compare
Choose a tag to compare

Added

  • Tests

v0.1.6

18 Feb 16:56
Compare
Choose a tag to compare

Fixed

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

v0.1.5

18 Feb 16:43
Compare
Choose a tag to compare

Changed

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

Fixed

  • Issue in getting CodeIgniter's instance

v0.1.4

27 Sep 08:33
Compare
Choose a tag to compare

Changed

  • Code structure
  • Extensibility

v0.1.3

30 Aug 14:39
Compare
Choose a tag to compare

v0.1.2

14 Jun 15:43
Compare
Choose a tag to compare
  • Included spark-plug as a dependency package
  • Updated functions based from Describe's latest version

v0.1.1

07 Jun 06:19
Compare
Choose a tag to compare
  • Forgot to include symfony/console