-
Notifications
You must be signed in to change notification settings - Fork 4
/
CHANGELOG
46 lines (31 loc) · 1.01 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
# 3.0.0.rc1 - BREAKING CHANGES!
- Update README with all updates and breaking changes. Check it out!
- Remove the first zero when bumping version: 0.2.1 => 3.0.0
- Remove deprecated API
- Rename method `hash_path` to `user_hash`
- Rename boolean method `new_hash` to `new_hash?`
- Add attributes `success?` and `error?` to better error handling
- Remove old attributes `status_code` and `status_txt`
# 0.2.1
- Add support for ruby 2.4.0
- Add support for set domain on command line
- Remove feature 'copy to clipboard' on command line
# 0.2.0
- Add http_proxy support by default
- Add proxy configuration support
- Add ssl support by default
- Add global config support
# 0.1.7
- Add new possibility to use named parameters
- Add support for custom domains
# 0.1.6
- Code improvements
# 0.1.5
- Code improvements
# 0.1.3
- Copy to clipboard for Mac users
# 0.1.0
- Moving read file ~/.bitly from Bitly class to command line script
- Using Bitly class is an OpenStruct
- Simplified code
- bit.ly credentials as parameters