Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

Releases: impredicative/bitlyshortener

2020-08-30

30 Aug 22:52
Compare
Choose a tag to compare
  • Improve readme.

2020-08-30

30 Aug 22:16
Compare
Choose a tag to compare
  • Allow the vanitize=True option for Shortener class. This allows returning custom vanity domains whenever available. Examples of custom vanity domains are amzn.to and cnn.it. Refer to the updated examples in the readme. The default is vanitize=False, implying that the j.mp domain is always used as before.
  • Use a smaller default max cache size of 256. The previous default was 2048.

2020-08-22

23 Aug 02:13
Compare
Choose a tag to compare
  • Implement .usage() method to track usage. It is documented in the readme.

2020-08-22

22 Aug 18:42
Compare
Choose a tag to compare
  • Improved the readme.

2020-05-02

02 May 23:39
Compare
Choose a tag to compare
  • Improve the readme further.

2020-05-02

02 May 23:22
Compare
Choose a tag to compare
  • Improve the readme.
  • Address various static analyzer reported issues.

2020-01-04

05 Jan 04:20
Compare
Choose a tag to compare
  • Make various static analyzer recommended fixes.