Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 11:28
· 129 commits to main since this release

1.0.0 (2022-01-15)

Bug Fixes

Features

  • add ability to copy shortUrl (f4c153d)
  • add cache middleware for creating short URL (c218e2b)
  • add caching for POST requests to mitigate with duplication (8801ca5)
  • add createShortUrl (fc56cd3)
  • add daily limit exceeded error message (b0ec02f)
  • add nanoid to generate unique urlKey (8ad1b3c)
  • add redirectShortUrl (58271ed)
  • init (8bbf0ba)
  • return 400 if originalUrl is not provided in POST JSON body (f8e03d7)
  • return absolute url (3131099)