Releases: mateusfg7/formatch-api
Releases · mateusfg7/formatch-api
0.0.2
0.0.1
0.0.1 (2023-04-18)
Features
- articles.module: provide new
PrismaService(842d33c) - articles.module: remove
ArticlesRepositoryfrom providers (09553af) - articles.service: update
createmethod (b8f63d8) - articles.service: use
PrismaServiceinsteadArticlesRepository(354cb1c) - articles/dto: update
create-article.dto(48cae1d) - bootstrap: setup fastify (6403c4f)
- bootstrap: setup swagger (2ba7f91)
- create article initial crud (8798d33)
- create article repository (2bbddae)
- openapi: use version from
package.jsonon swagger config (987d947) - prisma.service: create
common/services/prisma.service(6783b7c) - repo/articles: implement articles crud (5db6e9e)
- repo/articles: update
createmethod (bcb0827)