forked from philnash/bitly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
History.txt
100 lines (51 loc) · 1.78 KB
/
History.txt
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.pre / 2010-07-18
* loads of major enhancements again
* Removed version 2 API promoted version 3 API to default
* Reinstated tests for v3 methods
* Complete rewrite of the whole gem
=== 0.5.3 / 2010-07-30
* 1 minor enhancement
* Added the info call to the version 3 API
=== 0.5.2 / 2010-07-18
* 1 minor enhancement
* Added the lookup call to the version 3 API.
=== 0.5.1 / 2010-05-26
* 1 bug fix
* When expanding a short url with the v3 module, user hash and short url weren't being set properly
=== 0.5.0 / 2010-05-12
* Loads of major enhancements
* Support for version 3 of the bit.ly API
* deprecation for version 2 client object
=== 0.4.0 / 2009-12-19
* 1 major enhancement
* support for j.mp urls
=== 0.3.2 / 2009-11-15
* 1 bug fix
* called the wrong variable in case of error in the creation of a Url object
=== 0.3.1 / 2009-07-29
* 1 minor enhancement
* removed require 'rubygems' from library (http://gist.github.com/54177)
=== 0.3 / 2009-07-09
* 1 major enhancement
* a full set of tests, properly mocked
* 1 minor enhancement
* calling bitly.shorten(:history => 1) will add the url to the api user's history.
* 1 bug fix
* you can no longer call shorten with a keyword, this was unsupported in the API and consequently removed
=== 0.2 / 2009-06-23
* 1 enhancement
* Depends on Crack instead of JSON, so can run on Jruby
* 1 bug fix
* Does not choke when bit.ly chokes. Returns a BitlyError instead
=== 0.1.4 / 2009-04-13
* 1 bug fix
* Urls with parameters were choking, changed to using CGI.
=== 0.1.2 / 2009-03-12
* 1 minor enhancement
* Allows to add a keyword for shortening urls
=== 0.1.1 / 2009-01-26
* 1 bug fix
* Didn't include dependency on JSON
=== 0.1.0 / 2009-01-26
* 1 major enhancement
* First release