Releases: rougin/combustor
Releases · rougin/combustor
v1.3.0
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 usingapp_path
create:repository
for creating Entity Repositories--empty
forcreate: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
totable
inCommands
- 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
v1.2.3
v1.2.2
v1.2.1
v1.2.0
Added
- Unit tests for other commands
- Contributor Code of Conduct
Config
class for handling configurations
Changed
- Can now only install
Wildfire
orDoctrine
- 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
v1.1.3
- 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 increate.php
andedit.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)