Skip to content

Releases: monstar-lab-oss/nestjs-starter-rest-api

v2.0.0 - Release 🎉

09 Mar 08:41
6703cf8
Compare
Choose a tag to compare

Starter-kit v2.0.0 Features

New features are marked with *.

Feature Info Progress
Authentication JWT Done
Authorization * RBAC (Role based) WIP (Draft)
ORM Integration TypeORM Done
DB Migrations TypeORM Done
Logging * winston Done
Request Validation class-validator Done
Pagination * SQL offset & limit Done
Docker Ready Dockerfile Done
Auto-generated OpenAPI - Done
Auto-generated ChangeLog - WIP

v1.0.0 - First Release 🎉

02 Sep 05:42
49ebb7f
Compare
Choose a tag to compare

Starter-kit First Release Features

Feature Info Progress
Authentication JWT Done
ORM Integration TypeORM Done
DB Migrations TypeORM Done
Logging nestjs-pino Done
Request Validation class-validator Done
Docker Ready Dockerfile Done
Auto-generated OpenAPI - Done