All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Update README file with last changes
- Created the changelog file based on Keep a CHANGELOG
CommandModel
trait with fields and methods required by the commands
- The
TranslatorService::getClassFromResource
method now usesapi.models_namespace
config parameter instead ofapi.app_namespace
(which is still used in theTranslatorService
class). - Models need to use the
CommandModel
trait and you have to remove the code in the model that's now in the trait.