You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 --git in 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