Skip to content

Releases: ngshiheng/atomic-url

v1.0.1

16 Jan 17:51
Compare
Choose a tag to compare

1.0.1 (2022-01-16)

Bug Fixes

  • deps: update dependency nanoid to v3.2.0 (31a5fa6)

v1.0.0

15 Jan 11:28
Compare
Choose a tag to compare

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)