This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
/
History.txt
71 lines (48 loc) · 2.45 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
== 0.9
* Added message concatenation support. Messages over 160 characters will be split in to multiple messages and the API concat parameter will be set; the concat parameter can also be set manually (Joshua Sierles, Martin Westin)
== 0.8.2
* Allow numbers to have a leading + when using the CLI
== 0.8.1
* Updated the sms utility error message
== 0.8
* Added fix for Ruby 1.9 (Ahmed Al Hafoudh)
* Fixed a bug handling error codes above 008 (Sean Kibler)
* Added HTTP proxy support (Josh Bassett)
== 0.7.1
* Fixed broken -b (balance) command
== 0.7.0
* Added support for sending SMS to multiple recipients.
== 0.6.0
* API host can now be customized (John Gibbons)
* Fixed bug with the ampersands in messages, they are now escaped properly (John Brice)
* Removed reliance on Object#blank? which was causing some compatibility issues (Greg Bell)
* Added :callback option support (Greg Bell)
* Added new test mode (Pivotal Labs)
== 0.5.0
* Added support for mobile originated flag (courtesy Dan Weinand)
* Added support for WAP push (experimental, courtesy Zhao Lu)
* Updated specs to use Mocha instead of the built-in RSpec mocking
* Improved specs in general
== 0.4.1
* Custom alphanumeric sender would not always be supported by default unless it was explicitly enabled using the req_feat parameter.
== 0.4.0
* Added API debug mode and --debug option to sms utility
* Restructured API classes into individual files
* Refactored command execution into a separate object (CommandExecutor).
* Major refactoring of API module - converted it to a class with API methods implemented as instance methods. Code is much cleaner and Connection class becomes redundant. See updated documentation.
== 0.3.0
* Display proper message status, not just the code
* Make it possible to specify custom :from number/name using SMS utility
* Added support for custom :from number/name when sending a message.
* Added support for checking message status to sms utility
* sms utility now returns the id of a successfully sent message.
* Capture API KEY errors.
* Make sure errors are handled when using sms utility to check balance.
== 0.2.0
* Added Clickatell API error handling to API and sms utility.
* Handle required/optional arguments for sms utility correctly
* Added further sms utility usage information to website
* Make sure sms utility gracefully handles missing recipient/message
* Added balance query support to API and SMS utility (--check-balance).
== 0.1.0 2007-08-17
* Initial release.