Skip to content

Releases: rougin/combustor

v1.3.0

21 Oct 16:14
Compare
Choose a tag to compare

Added

  • Command for creating combustor.yml configuration file
  • Custom fields in templates using custom_fields
  • Fields that can be excluded through excluded_files
  • Specify customized application path using app_path
  • create:repository for creating Entity Repositories
  • --empty for create:controller, create:model
  • --force to overwrite existing files

Changed

  • Code coverage provider to Codecov
  • Code documentation by php-cs-fixer
  • Improved code quality by phpstan
  • Main argument name to table in Commands
  • Simplified code structure
  • Workflow provider to Github Actions

Removed

  • Options to strictly conform in coding style of Codeigniter:
    • --camel
    • --keep
    • --lowercase
  • CONTRIBUTING.md

v1.2.4

18 Apr 05:05
Compare
Choose a tag to compare

Fixed

  • Bootstrap version in CreateLayoutCommand

v1.2.3

01 Sep 11:35
Compare
Choose a tag to compare

Fixed

  • Issues in unit testing

v1.2.2

01 Sep 10:58
Compare
Choose a tag to compare

Changed

  • From $table to $new_table in Wildfire.tpl

Fixed

  • Updating configuration files on Windows platform

v1.2.1

26 Mar 22:21
Compare
Choose a tag to compare

Changed

  • Version of rougin/codeigniter to ^3.0.0

v1.2.0

22 Mar 16:21
Compare
Choose a tag to compare

Added

  • Unit tests for other commands
  • Contributor Code of Conduct
  • Config class for handling configurations

Changed

  • Can now only install Wildfire or Doctrine
  • Moved redundant functions to base classes (e.g. BaseValidator, InstallCommand, RemoveCommand)

Fixed

  • Issues in generating code in Doctrine
  • Functionalities in Doctrine.php
  • Issue in changing values in config directory

v1.1.4

31 Jan 10:38
Compare
Choose a tag to compare

Changed

  • Whole code structure from scratch
  • Conformed to SOLID design approach

v1.1.3

29 Aug 12:46
Compare
Choose a tag to compare
  • Added proper form validation rules (#5)
  • Added generation of Bootstrap-based views with Bower (#6)
  • Added special cases for specified fields (#7)
  • Added date input type in create.php and edit.php (#10)
  • Improved generation of indexes for generation of code in Doctrine (#11)
  • Conformed to PSR standards (#12)
  • Fixed wrong generation of date and time data types in creating models (#13)

v1.1.2

21 Jun 01:47
Compare
Choose a tag to compare
  • Changed version number
  • Fixed errors when generating the codebase

v1.1.1

14 Jun 14:27
Compare
Choose a tag to compare
  • Added spark-plug as a dependency
  • Changed file permissions
  • Fixed bug on accessing in SQLite databases
  • Rewritten functionalities from scratch to conform in Describe's latest version update