Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@rougin rougin released this 21 Oct 16:14

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