Skip to content

Commit e3ecec2

Browse files
author
cristopher1
committed
docs(RELEASE_NOTES.md): se agregan notas de lanzamiento
1 parent 9aeede1 commit e3ecec2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

RELEASE_NOTES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Release notes
2+
3+
Yeoman generator to create a simple base structure for api rest based in koa2 framework.
4+
5+
**Features added in version 1.0.0:**
6+
7+
- generator-koa2-simple-api-generator only include the minimum configurations for development environment.
8+
- Adds configurations for commitlint, prettier, husky, jsonwebtoken and other tools.
9+
- Creates Docker Compose configuration for postgresql, mysql, mariadb and mongodb.
10+
- Does not include tools such as: ORMs (sequelize and others), openapi or swagger, etc. See [generator-koa2-api-generator](https://github.com/cristopher1/generator-koa2-api-generator)
11+
- Adds docker support.
12+
- Adds docker compose support.
13+
- Include dotenv in dev dependencies.

0 commit comments

Comments
 (0)