forked from p5-shorten/WWW-Shorten-Bitly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
33 lines (28 loc) · 1.13 KB
/
Changes
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
Revision history for Revision history for perl module {{$dist->name}}
{{$NEXT}}
-
2.000 2016-09-16
- MAJOR CHANGES!!!!!
- Cleaned up the object-oriented interface.
- Removed errors function
- Removed qr_code function
- Removed validate function
- Removed version function
- Converted to Dist::Zilla
- Added proper attributes
- Aliased any old pseudo-attributes to the new proper ones
- Re-documented every method call
- All method calls use parameters matching their actual Bitly.com calls
- All method calls return a hash reference or die (Try::Tiny)
- All method calls use JSON-only
- Got rid of any and all XML-related code
- Make use of JSON::MaybeXS instead
- Cleaned up the requirements list in a cpanfile
- Added quite a bit more tests
1.11 2009-08-12/15:45IST
Implemented a few patches provided by other PAUSE
contributors to fail gracefully, use post instead of get on bit.ly.
0.78 2009-01-25/21:12IST
Working version, fixed some documentation issues.
0.01 2009-01-01/00:00
First version, released on an unsuspecting world.