Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 615 Bytes

CHANGELOG.md

File metadata and controls

25 lines (17 loc) · 615 Bytes

Changelog

0.4.0

2021-07-10
  • Allow multiple (and different) config files defined in gacela.json.
  • Make extensible the Config Readers.

0.3.0

2021-07-04
  • Allow using config php and env files defined in gacela.json.
  • Use long name by default in the generator code commands. Optional short names.

0.2.0

2021-04-27
  • Added CodeGenerator.
  • Refactoring Config reading all php files from config directory.

0.1.0

2021-04-02
  • Added Facade, Factory, Config and DependencyProvider basic functionality.
  • Provide documentation for each of these concepts with examples.