All notable changes to Combustor
will be documented in this file.
1.3.0 - 2024-10-22
- 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 usingapp_path
create:repository
for creating Entity Repositories--empty
forcreate:controller
,create:model
--force
to overwrite existing files
- Code coverage provider to
Codecov
- Code documentation by
php-cs-fixer
- Improved code quality by
phpstan
- Main argument
name
totable
inCommands
- 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
$table
to$new_table
inWildfire.tpl
- Updating configuration files on Windows platform
1.2.1 - 2016-05-12
- Version of
rougin/codeigniter
to^3.0.0
1.2.0 - 2016-05-11
- Unit tests for other commands
- Contributor Code of Conduct
Config
class for handling configurations
- Can now only install
Wildfire
orDoctrine
- 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
config
directory
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
date
input type increate.php
andedit.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.php
for CodeIgniter's Inflector HelperMY_Pagination.php
for CodeIgniter's Pagination Class
Combustor
library