3.0.0
3.0.0 - 2018-06-24 - Complete Refactoring
The Refactoring is supposed to provide new functions more easily in the future.
Attention: schema has been changed and only registered FieldTypes (see config-file) will be parsed. There are only a few FieldTypes available at the moment, more will come soon.
Added
AddToGitService: using--gitin command will add all files to git
Changed
- The parsing of
--schema=""is now a bit different, but much more powerful. Please see Readme for further information - Naming for each service is handled by dedicated classes and can be accessed everywhere (e.g. name of Model inside a CrudController)
Removed
- additional commands which are now integrated in the corresponding services