forked from TwP/loquacious
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHistory.txt
127 lines (81 loc) · 2.39 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
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
== 1.9.1 / 2011-12-15
Bug Fixes
- Properly generate accessor method when merging
== 1.9.0 / 2011-09-13
Enhancements
- Iterator now skips Undefined values
- Method to convert Configuration objects to a hash [mcmire]
== 1.8.1 / 2011-06-09
Bug Fixes
- Assignment methods now mirror one another in their return values
== 1.8.0 / 2011-06-03
Enhancements
- Support for defalut values on configuration properties
== 1.7.1 / 2011-02-11
Bug Fixes
- Fixing the "alias instance_eval" warning on JRuby
== 1.7.0 / 2010-08-16
Enhancements
- Adding a "copy" function for configuration objects
Bug Fixes
- Fixing warnings
== 1.6.4 / 2010-06-08
Bug Fixes
- Extending a configuration was not working properly
- Descriptions were being overwritten when extending a configuration
== 1.6.3 / 2010-06-07
Bug Fixes
- Assign a nil description when none is given [Nathan Witmer]
== 1.6.2 / 2010-06-01
Bug Fixes
- Compatibility with Ruby 1.9.2
== 1.6.1 / 2010-04-19
Bug Fixes
- Allow interrogative methods on configuration objects (nil?)
== 1.6.0 / 2010-04-18
Enhancements
- Added a default "undefined" value
== 1.5.2 / 2010-04-06
Bug Fixes
- Accidentally undefining the initialize method for the DSL
== 1.5.1 / 2010-04-06
Bug Fixes
- Private methods were accessible in the configuration objects
== 1.5.0 / 2010-03-11
Enhancements
- Adding support for evaluation of Proc objects
- Upgrading to the latest Mr Bones
== 1.4.2 / 2010-02-01
Bug Fixes
- Resolving some circular dependencies
== 1.4.1 / 2009-11-29
Bug Fixes
- Fixing warning message from jRuby
- Kernel methods can now be used as configuration attributes
== 1.4.0 / 2009-11-07
Enhancements
- Added a help option to hide nesting configuration atrributes
- Update to Mr Bones 3.0.0
== 1.3.1 / 2009-10-30
Enhancements
- Added a remove method to clobber unwanted methods in the configuration
Bug Fixes
- Could not assign false as a default value
== 1.3.0 / 2009-04-05
Enhancements
- Adding colorization options to the Help object
== 1.2.0 / 2009-04-05
Enhancements
- Help#show now matches using a regular expression
== 1.1.1 / 2009-04-05
Bug Fixes
- You can no longer use object_id as a configuration value
(Ruby 1.9 is very cranky if object_id gets undefined)
== 1.1.0 / 2009-04-05
Enhancements
- Added hash accessor methods for configuration attributes
Bug Fixes
- Hash values were not being handeld properly by the DSL
== 1.0.0 / 2009-04-04
Enhancements
- Birthday!