All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Modules not importing
Module
from@nestjs/common
. - Path of
DTOs
andmodels
was wrong. - Injectables in modules goes in providers instead of injectables.
- Remove underscore from private variables names to fix lint warnings.
- Missing injection of repository in services when passing the repository as
layerBellow
to services. - Missing
\
in thepackage.json
static file. - Wrong file name of
tsconfig.build.json
.
- Generation of update DTOs.
- Return of
POST /create
to return the code and the path of the file.
- Path of DTO's files.
- Generation of create DTOs.
- Generation of repositories.
- Paths returning wrong file names.
- Generate all static files.
- All routes return the type
FileGenerated
now.
- Generation of modules.
/whoami
route.
- Generation of models.
- Generation of services.
- Problems with the importation of files in the generation of controllers.
- Duplicated and wrong imports of the layer bellow the controller.
- Generation of
Controllers
.
- Subscribe to the core webhook when the app is initialized.
- Choose another port to run the app if the chosen one is occupied.
- Organize file structure.
- Initial version.