Skip to content

Releases: andyxning/shortme

shortme-1.2.0

23 Apr 15:38
Compare
Choose a tag to compare

shortme-1.1.0

16 Apr 01:22
Compare
Choose a tag to compare
  • Convert same long urls to different short urls.
  • Short url black list
    • To avoid some words, like f**k and stupid
    • To make sure that apis such as /version and /health will only be
      used as api not short urls. So that when requesting http://127.0.0 .1:3030/version, version info will be returned rather the long url
      corresponding to the short url "version".
  • Base string config in configuration file
    • Once this base string is specified, it can not be reconfiged anymore
      otherwise the shortened urls may not be unique and thus may conflict with
      previous ones.
  • Avoid short url loop
    • In case we request the short url for an already shortened url by
      shortme. This is meaningless and will consume more resource in
      shortme.
  • Shorting only http or https urls

shortme-1.0.0

15 Apr 11:27
Compare
Choose a tag to compare
  • Api support