Skip to content

Releases: doutorfinancas/pun-sho

0.3.1

15 Nov 11:43
964c5e4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.0...0.3.1

0.3.0

27 Aug 16:39
3e94b92
Compare
Choose a tag to compare

What's Changed

  • feat: adds SVG output to QR code by @bolovsky in #25
  • feat: #24 Adds filters for dates regardings accesses on /shorty/:id by @bolovsky in #26

Full Changelog: 0.2.3...0.3.0

0.2.3

29 May 11:12
13fab9b
Compare
Choose a tag to compare

What's Changed

  • adds possibility of dynamic shortlink usage by @bolovsky in #23

Full Changelog: 0.2.2...0.2.3

0.2.2

09 Feb 19:15
6c81faf
Compare
Choose a tag to compare

What's Changed

  • Fixes issue with local docker postgres usage by @bolovsky in #21

Full Changelog: 0.2.1...0.2.2

0.2.1

25 Aug 11:44
afa2393
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0

19 Jun 10:52
d59cf54
Compare
Choose a tag to compare

What's Changed

  • fix: Updated DF logo by @bolovsky in #11
  • feat: #1 Restrict the access to a shorty URL by the number of redirects by @pedrodsrodrigues in #12
  • feat: closes #13 and implements preview endpoint and logo via base64 in json body arg 'logo' by @bolovsky in #15

Full Changelog: 0.1.1...0.2.0

0.1.1

14 Apr 08:45
ce7dcc0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0...0.1.1

0.1.0

20 Mar 15:35
38aa88a
Compare
Choose a tag to compare

Creates base feature release with:

  • Create a ShortLink with optional TTL
  • Get ShortLink details and stats
  • List ShortLinks
  • Delete ShortLink (soft delete, just to block usage of link)
  • Redirects either to the link (success) or to a predefined failure link (any type of failure: deletion, expiration, bots, etc)