-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCHANGELOG
100 lines (60 loc) · 2.32 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
Version 0.4.0 - 2012-10-30
===============================================================================
Stan Carver II (6):
changed send_messages to return true or false instead of raising an error
added send_messages! to raise an error
change inverted if not conditionals to unless
refactored message_id_sign out of create_login_string
consolidated self references with a << self block
added my name to the credits as a contributor
Version 0.3.0 - 2012-02-17
===============================================================================
Anatoliy Plastinin (1):
some fixes for ruby 1.9.3 support
Version 0.2.0 - 2010-08-18
===============================================================================
antlypls (2):
minor
remove nokogiri usage, use regex to parse MM data
Version 0.1.7 - 2010-03-16
===============================================================================
antlypls (1):
fix parsing replies with + number format
Version 0.1.6 - 2010-03-12
===============================================================================
antlypls (2):
code cleanup
code cleanup
Version 0.1.5 - 2010-03-12
===============================================================================
antlypls (1):
refactoring
Version 0.1.4 - 2010-03-12
===============================================================================
antlypls (3):
reimplement SmsReply.parse
minor refactoring of constructor code
refactoring
Version 0.1.3 - 2010-03-11
===============================================================================
antlypls (5):
fix rake file
change long messages settings
minor code cleanup
refactor internals
code cleanup
Version 0.1.2 - 2010-03-11
===============================================================================
antlypls (14):
change SmsMessage class constructor parameters to hash
modify sms interface to reflect sms message changes
minor changes
update readme
Version 0.1.1 - 2010-03-09
===============================================================================
antlypls (5):
fix bug "use_message_id always initialized as false.
add delivery_report? method
add usage section to readme file
update gitignore
add maintaince tasks to rake