-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathHistory.txt
59 lines (40 loc) · 1.24 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
== 2.0.2 / 2012-09-14
Bug Fixes
- Lack of newline at end of file causes error (thanks erebor) [issue #12]
== 2.0.1 / 2012-09-06
Bug Fixes
- Better error message for malformed INI files
== 2.0.0 / 2012-08-29
Major Enhancements
- Can now initialize from Strings [issue #9]
- Quoted multi-line values are supported
- Comments can appear at the end of a line
Enhancements
- TomDoc documentation
- Parity between read/write methods
== 1.1.0 / 2012-02-28
Enhancements
- Added support for a default "global" section
== 1.0.0 / 2012-02-27
Major Enhancements
- Changed how multi-line values are handled [issue #7]
- Added backslash escaping support for values
Enhancements
- Inifile merge functionality [Jens Hilligsøe]
- Use regular expressions to find sections [issue 8]
== 0.4.1 / 2011-02-22
Bug Fixes
- Empty quotes [Steffen Beyer]
== 0.4.0 / 2011-02-15
Enhancements
- Added multiline support [André Gawron]
- Added file encoding support [Gilles Devaux]
== 0.3.0 / 2009-12-10
* 1 minor enhancement
- Added a []= operator to the inifile for setting entire sections
== 0.2.0 / 2009-10-27
* 1 minor enhancement
- Using Mr Bones for rake tasks and gem management
== 0.1.0 / 2006-11-26
* 1 major enhancement
* Birthday!