-
Notifications
You must be signed in to change notification settings - Fork 3
/
ChangeLog
206 lines (120 loc) · 4.78 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
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
2012-11-30 Oren Ben-Kiki <[email protected]>
* Switch to .codnar-cache instead of .gvim-cache, add Elixir comments support.
2012-04-13 Oren Ben-Kiki <[email protected]>
* Further mangle the "Module" structure comment.
* Handle Haddock structured module comments.
2012-03-25 Oren Ben-Kiki <[email protected]>
* Get rid of more Rake
2012-03-18 Oren Ben-Kiki <[email protected]>
* Upgrade for latest gems.
* Fix JS comment.
* Fix JS issue; remove unneeded files.
2012-01-07 Oren Ben-Kiki <[email protected]>
* Add support for Haddock comments.
2012-01-04 Oren Ben-Kiki <[email protected]>
* Support additional ("denoted") kind of comments.
2011-09-23 Oren Ben-Kiki <[email protected]>
* Add support for CodeRay syntax highlighting.
2011-09-13 Oren Ben-Kiki <[email protected]>
* Add support for GraphViz documentation.
2011-08-25 Oren Ben-Kiki <[email protected]>
* Use OLAG for verifying number of arguments.
* Use OLAG's additional utilities.
2011-04-22 Oren Ben-Kiki <[email protected]>
* Fix homepage specification.
* Olag 0.1.7 and issue fixes.
2011-04-19 Oren Ben-Kiki <[email protected]>
* Add GVim caching; refactor together with Olag-0-1-6.
* Refactor out the Olag gem.
2011-04-17 Oren Ben-Kiki <[email protected]>
* Better treatment of embedded files.
2011-04-16 Oren Ben-Kiki <[email protected]>
* Support and use Sunlight syntax highlighting.
2011-04-12 Oren Ben-Kiki <[email protected]>
* Add chunk visibility control.
* alean up removed files.
2011-04-11 Oren Ben-Kiki <[email protected]>
* Support complex comments; refactor.
2011-04-08 Oren Ben-Kiki <[email protected]>
* Refactor configurations, wrap long lines.
2011-04-06 Oren Ben-Kiki <[email protected]>
* Support nested foreign code islands.
2011-04-05 Oren Ben-Kiki <[email protected]>
* Merge branch 'master' of github.com:orenbenkiki/codnar
* Push to GitHub
2011-04-04 Oren Ben-Kiki <[email protected]>
* Push to GitHub
2011-04-04 Oren Ben-Kiki <[email protected]>
* Push to rubygems.org
* Apply Codnar to itself.
2011-03-17 Oren Ben-Kiki <[email protected]>
* Fix empty/nil indentation handling.
2011-03-15 Oren Ben-Kiki <[email protected]>
* Add raw disk file inclusion
2011-03-14 Oren Ben-Kiki <[email protected]>
* Improve(?) generated HTML.
2011-03-08 Oren Ben-Kiki <[email protected]>
* Update Rdoc, better comments.
2010-12-01 Oren Ben-Kiki <[email protected]>
* Rakefile invokes Codnar.
* Fix help option unindentation.
* Add Codnar Rake tasks.
2010-11-28 Oren Ben-Kiki <[email protected]>
* Expand Markdown processing.
* Allow tweaking GVim syntax highlighting.
2010-11-27 Oren Ben-Kiki <[email protected]>
* Use embed instead of script tags.
* Refactor common tests code.
* Built-in configurations.
2010-11-16 Oren Ben-Kiki <[email protected]>
* Create codnar-split application.
* Collect errors for unused chunks.
2010-11-15 Oren Ben-Kiki <[email protected]>
* Create codnar-weave application.
* Allow applications to load modules and configurations.
* Skeleton application.
2010-11-14 Oren Ben-Kiki <[email protected]>
* Improve syntax shorthands.
2010-11-13 Oren Ben-Kiki <[email protected]>
* Deep merge hashes.
* Improve comments.
* Collect chunk container/contained meta-data.
* Measure complexity with Saikuro.
* Flay the library code.
* Unindent nested chunks.
2010-11-12 Oren Ben-Kiki <[email protected]>
* Highlight syntax using GVim.
* Expand RDoc lines to HTML.
* Refactor Splitter to use Scanner, Merger, and Formatter.
2010-11-11 Oren Ben-Kiki <[email protected]>
* Convert classified lines to HTML.
* Group lines of the same kind.
2010-11-07 Oren Ben-Kiki <[email protected]>
* Merge lines into chunks.
2010-11-06 Oren Ben-Kiki <[email protected]>
* "Split" markdown documentation files.
2010-11-05 Oren Ben-Kiki <[email protected]>
* "Split" raw HTML documentation files.
2010-11-04 Oren Ben-Kiki <[email protected]>
* Scan lines into fragments.
2010-11-01 Oren Ben-Kiki <[email protected]>
* Apply ERB templates while weaving.
* Protect methods and improve RDoc.
2010-10-31 Oren Ben-Kiki <[email protected]>
* Weave chunks to unified HTML.
* Refactor away the Codnar
2010-10-30 Oren Ben-Kiki <[email protected]>
* Lookup chunks by identifier.
* Convert names to identifiers.
2010-10-28 Oren Ben-Kiki <[email protected]>
* Collect mismatching duplicate chunk errors.
* Collect missing chunk errors.
* Collect errors.
* Read chunks from files.
2010-10-27 Oren Ben-Kiki <[email protected]>
* Write chunks to a file.
* Add implicit Hash.key and Hash.key= methods.
* Establish RDoc conventions.
2010-10-26 Oren Ben-Kiki <[email protected]>
* Automated commit.
* Expand markdown.