-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
executable file
·170 lines (139 loc) · 4.12 KB
/
CHANGES.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
2.2.0 (2013-12-05)
* Array: #values
* Hash: #deep_merge! and #deep_merge removed
2.1.2 (2013-06-07)
* Hash: #first_key, #first_value
2.1.1 (2013-02-12)
* Hash: #+, #<<
* Symbol: #start_with? and #end_with? receives also symbols
2.1.0 (2012-11-24)
* most of missing tests
* a lot of compatibility problems fixed
* specs (tests) to standard file structure
* Hash: #some?, #some_pairs? bug fix
* Array: #merge! optimization
* Array: #complete_to, #complete_to!, #cut, #cut!, #drop!, #expand_by,
#expand_by!, #interlace, #interlace!, #shrink_to, #shrink_to!, #zip!
* Symbol: #<=>
2.0.2 (2012-10-06)
* String: #first compatiblity problem with 1.8 fixed
* StringIO: compatiblity problem with Rubinius 1.9 fixed
* RSpec tests
* Travis CI integration
2.0.1 (2012-08-26)
* Object: #enumerable?
* Hash: #flip, #flip!
* readme correction
2.0.0 (2012-03-15)
* defensive (safe) class patching
* Array: #to_set
* Object: #to_sym
* bug fix in Array#clean!
* many subminor fixes
* minor optimizations
1.0.0 (2011-10-17)
* Boolean: #convert, #to_i
* String: #to_boolean
* Nil: #to_boolean
* Array: #clean, #clean!
* Hash: #clean, #clean!
* String: #random
* Numeric#compare is deprecated
* 'ruby-version' dependency
* conditional methods definitions depending to Ruby version
* StringIO have correct ancestor now
* File#write now writes non-binary again, binary writing moved to File#binwrite
0.18.1 (2011-08-22)
* String: #interlace, #interlace!
* Object#instance_of_any? and #kind_of_any? receives both class or
array of classes
* bug fix in String#unshift
0.18.0 (2011-07-13)
* Object: #proc?
* Proc: #proc?
* String: #swap_with, #cut!
* minor optimizations
0.17.1 (2011-06-24)
* Gem: #available?, #require_available
0.17.0 (2011-06-24)
* Numeric: #number?
* String: #string?
* Object: #string?, #symbol?, #number?, #boolean?, #array?, #hash?
* Symbol: #strip
* TrueClass: #boolean?, #false?, #true?
* FalseClass: #boolean?, #false?, #true?
* Hash: #hash?
* Array: #array?
0.16.0 (2011-06-23)
* Numeric: #compare, #positive?, #negative?, #negative!, #positive!
* Object: #instance_of_any?, #kind_of_any?
0.15.0 (2011-05-30)
* Hash: #keys_to_sym now converts only strings
* Hash: #to_h bug correction
* Hash: #all? removed in favour built-in one
* Hash: #get, #get_items, #get_values
* Symbol: #split
* Array: #first, #second, #third, #fourth, #fifth, #sixth,
#seventh, #eigtht
* String: #ucfirst, #ucfirst!, #lcfirst, #lcfirst!, #first, #second,
#third, #fourth, #fifth, #sixth, #seventh, #eigtht
* Object: #true?, #false?
0.14.0 (2011-03-25)
* Object: #io?
* IO: #io?
* StringIO: #io?
0.13.1 (2011-03-24)
* Symbol: #append, #prepend
* Module: #get_module
* bug in Hash#deep_merge corrected
0.12.0 (2011-03-20)
* String: #first_lines, #first_line, #last_lines, #last_line,
#shift_lines, #shift_line, #unshift_lines, #unshift_line, #pop_lines,
#pop_line, #push_lines, #push_line, #push, #pop, #shift, #unshift
* Hash: #deep_merge, #deep_merge!, #compact, #compact!
* Object: #**
* Symbol: #*, #+, #[], #start_with?, #end_with?
0.11.1 (2011-03-09)
* binary mode support for File#write
0.11.0 (2011-03-01)
* File: #write, #touch
* String: #first, #last
* Hash: #map_values, #map_values!
0.10.0 (2011-02-22)
* overimplemented built-in methods removed
* Array: #merge!
* Hash: #combine
0.9.0 (2011-02-21)
* minor documentation corrections
* Hash: #has_all?, #has_some?
0.8.0 (2011-02-13)
* #in? method moved to Object class
* more efficient strigng to array conversion
* minor bug in central includer corrected
* String: #gsub_f, #gsub_f!
0.7.0 (2011-02-10)
* more efficient String#map
* Object: #to_b
0.6.0 (2011-02-09)
* String: #to_a, #map, #map!
0.5.0 (2011-02-08)
* Hash: #sort!, #ksort, #ksort!, #asort, #asort!, #reverse, #reverse!
0.4.1 (2011-01-27)
* String#tr -> String#strtr
0.4.0 (2011-01-27)
* String: #tr, #tr!
* Array: #to_h
* Hash: #to_h
* documentation typo changes
0.3.1 (2011-01-20)
* minor documentation corrections
0.3.0 (2011-01-12)
* extensions splitted to standalone files
* Hash: #define, #create, #recreate, #remove!
* Array: #remove!
* String: #numeric?
0.2.0 (2011-01-04)
* Hash: #some?, #all?
* Array: #some?, #all?
0.1.0 (2011-01-02)
* initial version