Skip to content

Releases: DhananjayThomble/URL-Shortener-App

v2.0.0

21 Oct 16:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Read more

Stable release - version 1.0

14 Feb 06:34
Compare
Choose a tag to compare

This release marks the stable version of the URL Shortener project. The app provides user signup and login functionality and allows users to generate shortened URLs using a randomly generated 10-character string. The app also tracks visit counts for shortened URLs, displays all shortened URLs generated by a user, and allows the deletion of shortened URLs. API authentication is implemented using JSON Web Tokens (JWT), and Express Rate Limit is used to limit the API rate. CORS is enabled to allow cross-origin resource sharing.

This release represents a significant milestone in the development of the URL Shortener App and provides a solid foundation for future feature development.

What's Changed

  • Updated HTML and CSS by @PrasadMore3505-psm in #1
  • create new urlmodel for user and url by @DhananjayThomble in #3

New Contributors

  • @PrasadMore3505-psm made their first contribution in #1
  • @DhananjayThomble made their first contribution in #3

Full Changelog: https://github.com/DhananjayThomble/NodeJS-URL-Shortener-Microservice/commits/v1.0.0