This repository has been archived by the owner on Dec 17, 2022. It is now read-only.
Releases: impredicative/bitlyshortener
Releases · impredicative/bitlyshortener
2020-08-30
- Improve readme.
2020-08-30
- Allow the
vanitize=True
option forShortener
class. This allows returning custom vanity domains whenever available. Examples of custom vanity domains areamzn.to
andcnn.it
. Refer to the updated examples in the readme. The default isvanitize=False
, implying that thej.mp
domain is always used as before. - Use a smaller default max cache size of 256. The previous default was 2048.
2020-08-22
- Implement
.usage()
method to track usage. It is documented in the readme.
2020-08-22
- Improved the readme.
2020-05-02
- Improve the readme further.
2020-05-02
- Improve the readme.
- Address various static analyzer reported issues.
2020-01-04
- Make various static analyzer recommended fixes.