This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathCHANGELOG
99 lines (71 loc) · 1.66 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
1.0.0
=====
* Major release, see docs for complete overview
0.6.0
=====
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
0.5.8
=====
* Fix goog.gl shortener
0.5.5
=====
* Add timeout kwarg #9
0.5.3
=====
* add `debug` kwarg on Shortener class
* implemented `total_clicks` method on BaseShortener class.
* implemented `total_clicks` on BitlyShortener
* change BitlyShortener `short` and `expand` to use GET requests
* BitlyShortener only requires `bitly_token` for shortening/expading/analytics
* 100% Coverage :smiley:
0.5.2
=====
* Fix import shortcut
* add `_get` and `_post` helper methods on BaseShortener
0.5.1
=====
* 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
0.4.2
=====
* Goo.gl now needs an `api_key` in order to short and expand urls
* Bit.ly now needs an extra `bitly_token` in order to short and expand urls
0.4
===
* Ow.ly shortener added
* Readability shortener added
0.3
===
* Add GenericExpander
0.2.10
======
0.2.8
=====
* Remove Dot.tk API
* Add Senta.la API
* Add qr_code methor on Shortener class
* add shorten and expanded properties on Shortener class
0.2.7
=====
* Add custom exceptions
* Add Is.gd API (Issue #7)
* Fix import Shortener on __init__.py
* add show_current_apis function
0.2.6
=====
* Add Dot.Tk shortener API support
0.2.5
=====
* Python 3 support
0.2.4
0.2.3
=====
* Add kwargs on short, expand functions, fixing the credentials params
* Add Adfly shortener