Releases: mcaligares/express-typescript
Releases · mcaligares/express-typescript
Template v3.0.0
Release v3.0.0 of express-typescript
template project. There are new features that we hope you'll like, some of the key highlights include:
✅ New features
- Added authorization middleware.
- Added testing for all middlewares.
- Added user role.
- Updated all dependencies.
- Updated migration and seeder.
Template v2.0.1
Release v2.0.1 of express-typescript
template project. We fixed critical migrations issues:
🔨 Fixes
- Fixed migration of
UserTokens
table. - Fixed reference to crypto service in seeder.
- Fixed email misspelling in env variables.
- Updated
README
file.
Template v2.0.0
Release v2.0.0 of express-typescript
template project. There are new features that we hope you'll like, some of the key highlights include:
✅ New features
- Updated endpoints documentation.
- Added testing for user flow.
- Replaced sequelize implementation by @sequelize-typescript.
- Added
UserToken
entity as an authentication method.
Template v1.0.0
First release of express-typescript template project. There are many features that we hope you'll like, some of the key highlights include:
⚡️ Features
- Express v4.17.1
- Typescript v4.5.4
- Sequelize v6.6.5 - with decorators @sequelize-typescript + Postgres
- Formatter with ESLint rules + Prettier
- Test with Jest
- API documentation with swagger
📦 Dev Environment
node
version 16.14.2 the last LTSnpm
version 8.5.0