Skip to content

Latest commit

 

History

History
130 lines (92 loc) · 3.8 KB

CHANGELOG.md

File metadata and controls

130 lines (92 loc) · 3.8 KB

Changelog

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

1.3.0 - 2024-10-22

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

1.2.4 - 2018-04-18

Fixed

  • Bootstrap version in CreateLayoutCommand

1.2.3 - 2016-09-16

Fixed

  • Issues in unit testing

1.2.2 - 2016-09-04

Changed

  • From $table to $new_table in Wildfire.tpl

Fixed

  • Updating configuration files on Windows platform

1.2.1 - 2016-05-12

Changed

  • Version of rougin/codeigniter to ^3.0.0

1.2.0 - 2016-05-11

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

1.1.4 - 2015-11-14

Changed

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

1.1.3 - 2015-10-15

Added

  • Proper form validation rules
  • Generation of Bootstrap-based views via Bower
  • Special cases for specified fields
  • date input type in create.php and edit.php

Changed

  • Generation of indexes for Doctrine
  • Conformed to PSR standards

Fixed

  • Wrong generation of date and time data in creating models

1.1.2 - 2015-07-01

Changed

  • Version number

Fixed

  • Errors when generating the codebase

1.1.1 - 2015-06-30

Added

Changed

  • File permissions
  • Functionalities from scratch to conform Describe's latest update

Fixed

1.1.0 - 2015-06-23

Added

  • Support for multiple databases in the same database connection

Changed

  • Installation process
  • Layout views in create:view

Fixed

Removed

1.0.0 - 2015-04-01

Added

  • Combustor library