Skip to content

Releases: mcaligares/express-typescript

Template v3.0.0

01 Nov 13:31
0d6c9df
Compare
Choose a tag to compare

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

16 Oct 03:44
Compare
Choose a tag to compare

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

14 Oct 01:30
72d5bba
Compare
Choose a tag to compare

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

05 Oct 02:58
2441bce
Compare
Choose a tag to compare

First release of express-typescript template project. There are many features that we hope you'll like, some of the key highlights include:

⚡️ Features

📦 Dev Environment

  • node version 16.14.2 the last LTS
  • npm version 8.5.0