All Versions
17
Latest Version
Avg Release Cycle
188 days
Latest Release
1824 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.0.1
March 19, 2020 -
v1.0.0 Changes
March 03, 2020๐ Major release which breaks backwards compatibility. Please refer to the official documentation
on how to use it -
v0.6.1
June 02, 2017 -
v0.6.0 Changes
March 25, 2016๐ฅ Breaking changes on the shorteners classes
- Removing the Shortener class on the Shortener classes. Check the README for the new examples
- โ Adding wp-a.co Shortener #40
-
v0.5.8 Changes
November 05, 2015- ๐ Fix goog.gl shortener
-
v0.5.6
September 22, 2015 -
v0.5.5 Changes
September 03, 2015- โ Add timeout kwarg #9
-
v0.5.3 Changes
August 04, 2015- โ add
debug
kwarg on Shortener class - implemented
total_clicks
method on BaseShortener class. - implemented
total_clicks
on BitlyShortener - ๐ change BitlyShortener
short
andexpand
to use GET requests - ๐ BitlyShortener only requires
bitly_token
for shortening/expading/analytics - 100% Coverage :smiley:
- โ add
-
v0.5.2 Changes
July 29, 2015- ๐ Fix import shortcut
- add
_get
and_post
helper methods on BaseShortener
-
v0.5.1 Changes
July 28, 2015- โ add import shortcut
0.5
- โ tests running now with pytest
- ๐ fix some py3 issues
- โ Remove GenericExpander in favor of new BaseShortener class
- All shorteners now must inherit from BaseShortener