All notable changes to Combustor will be documented in this file.
1.3.0 - 2024-10-22
- Command for creating
combustor.ymlconfiguration file - Custom fields in templates using
custom_fields - Fields that can be excluded through
excluded_files - Specify customized
applicationpath usingapp_path create:repositoryfor creating Entity Repositories--emptyforcreate:controller,create:model--forceto overwrite existing files
- Code coverage provider to
Codecov - Code documentation by
php-cs-fixer - Improved code quality by
phpstan - Main argument
nametotableinCommands - Simplified code structure
- Workflow provider to
Github Actions
- Options to strictly conform in coding style of
Codeigniter:--camel--keep--lowercase
CONTRIBUTING.md
1.2.4 - 2018-04-18
- Bootstrap version in
CreateLayoutCommand
1.2.3 - 2016-09-16
- Issues in unit testing
1.2.2 - 2016-09-04
- From
$tableto$new_tableinWildfire.tpl
- Updating configuration files on Windows platform
1.2.1 - 2016-05-12
- Version of
rougin/codeigniterto^3.0.0
1.2.0 - 2016-05-11
- Unit tests for other commands
- Contributor Code of Conduct
Configclass for handling configurations
- Can now only install
WildfireorDoctrine - Moved redundant functions to base classes (e.g.
BaseValidator,InstallCommand,RemoveCommand)
- Issues in generating code in
Doctrine - Functionalities in
Doctrine.php - Issue in changing values in
configdirectory
1.1.4 - 2015-11-14
- Whole code structure from scratch
- Conformed to SOLID design approach
1.1.3 - 2015-10-15
- Proper form validation rules
- Generation of Bootstrap-based views via Bower
- Special cases for specified fields
dateinput type increate.phpandedit.php
- Generation of indexes for Doctrine
- Conformed to PSR standards
- Wrong generation of date and time data in creating models
1.1.2 - 2015-07-01
- Version number
- Errors when generating the codebase
1.1.1 - 2015-06-30
- SparkPlug as a dependency
- File permissions
- Functionalities from scratch to conform Describe's latest update
- Accessing SQLite database
1.1.0 - 2015-06-23
- Support for multiple databases in the same database connection
- Installation process
- Layout views in
create:view
- Issues regarding Doctrine
Inflect.phpfor CodeIgniter's Inflector HelperMY_Pagination.phpfor CodeIgniter's Pagination Class
Combustorlibrary