Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Releases: aquie00tt/express-typescript-starter-kit

v1.1.2

23 Oct 02:06
Compare
Choose a tag to compare

1.1.2

  • Added docker support for deployment

v1.1.1

20 Oct 00:25
Compare
Choose a tag to compare

v1.1.1

Changelog

  • Added rate limiter functionality to enhance API security.
  • Introduced speed limiter to control request speeds and prevent abuse.

v1.1.0

19 Oct 23:10
Compare
Choose a tag to compare

Release v1.1.0

New Features

•	Authorization Middleware Added: A middleware has been added to ensure user authorization.
•	Login and Register Endpoints Added: Necessary endpoints for user login and registration have been created.
•	User Model: A user model containing basic information has been added, enabling better management of user data.

Changes

•	Examples Endpoint Change: The previous examples endpoint has been replaced with the users endpoint to provide user data.

Improvements

•	General improvements have been made to the project structure and code organization.

v1.0.0

12 Oct 21:19
Compare
Choose a tag to compare
•	v1.0.0 - October 13, 2024
•	Initial release of the project.
•	Basic API setup.
•	Established MongoDB connection and created example model.
•	Added error handling and logging system.