glyph 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
data/AUTHORS.textile CHANGED
@@ -6,5 +6,6 @@
6
6
  <li><a href="http://balcone.eveel.ru">Dmitry A. Ustalov</a> (eveel)</li>
7
7
  <li><a href="http://www.stuartellis.eu">Stuart Ellis</a> (stuartellis)</li>
8
8
  <li>Eric Givens (darthzippy)</li>
9
+ <li><a href="http://www.taylored-software.com/">Tammy Cravit</a> (tammycravit)</li>
9
10
  </ul>
10
11
 
data/CHANGELOG.textile CHANGED
@@ -3,296 +3,838 @@
3
3
 
4
4
 
5
5
 
6
- <div class="section">
7
- <h2 id="h_1">v0.4.2 &ndash; October 22th 2010</h2>
6
+ <div class="section">
7
+ <h2 id="h_1">v0.5.1 &ndash; December 4th 2011</h2>
8
8
  <div class="section">
9
- <h3 id="h_2">3 Features Implemented</h3>
10
- <table><tr><th>ID</th>
11
- <th>Description</th></tr>
12
-
13
-
14
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/172">#172</a></td>
15
- <td><p>A new output? macro macro can be used to test whether Glyph is compiling to a particular output format.</p></td></tr>
16
-
17
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/175">#175</a></td>
18
- <td><p>The conditional macro now support a third parameter (else branch).</p></td></tr>
19
-
20
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/176">#176</a></td>
21
- <td><p>A bunch of new aliases and shortcuts are available for the section macro.</p></td></tr></table>
9
+ <h3 id="h_2">2 Bugs Fixed</h3>
10
+ <table>
11
+ <tr>
12
+ <th>ID</th>
13
+ <th>Description</th>
14
+ </tr>
15
+
16
+
17
+ <tr>
18
+ <td><a href="https://github.com/h3rald/glyph/issues/203">#203</a></td>
19
+ <td>
20
+ <p>Fixed error in pubdate macro.</p>
21
+ </td>
22
+ </tr>
23
+
24
+ <tr>
25
+ <td><a href="https://github.com/h3rald/glyph/issues/204">#204</a></td>
26
+ <td>
27
+ <p>Updated CodeRay stylesheet.</p>
28
+ </td>
29
+ </tr>
30
+
31
+ </table>
22
32
 
23
33
  </div>
24
-
25
-
26
- <div class="section">
27
- <h3 id="h_3">1 Bug Fixed</h3>
28
- <table><tr><th>ID</th>
29
- <th>Description</th></tr>
30
-
31
-
32
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/178">#178</a></td>
33
- <td><p>No error is raised anymore if less than the required parameters/attributes are supplied to a rewritten macro.</p></td></tr></table>
34
+
35
+
36
+ <p>
37
+ <em>&rarr; View closed issues on <a href="https://github.com/h3rald/glyph/issues?direction=asc&amp;labels=0.5.1&amp;sort=created&amp;state=closed">GitHub</a>.</em>
38
+ </p>
39
+
40
+ </div>
41
+
42
+ <div class="section">
43
+ <h2 id="h_3">v0.5.0 &ndash; August 28th 2011</h2>
44
+ <div class="section">
45
+ <h3 id="h_4">16 Features Implemented</h3>
46
+ <table>
47
+ <tr>
48
+ <th>ID</th>
49
+ <th>Description</th>
50
+ </tr>
51
+
52
+
53
+ <tr>
54
+ <td><a href="https://github.com/h3rald/glyph/issues/152">#152</a></td>
55
+ <td>
56
+ <p>It is now possible to generate a <span class="caps">PDF</span> document through HTML5, not only <span class="caps">HTML</span>, by setting the <code>output.pdf.through</code> setting to <code>html5</code>.</p>
57
+ </td>
58
+ </tr>
59
+
60
+ <tr>
61
+ <td><a href="https://github.com/h3rald/glyph/issues/165">#165</a></td>
62
+ <td>
63
+ <p>The fragment macro and the embed macro can be used to delimit and embed text fragments, in a way much similar to snippets.</p>
64
+ </td>
65
+ </tr>
66
+
67
+ <tr>
68
+ <td><a href="https://github.com/h3rald/glyph/issues/177">#177</a></td>
69
+ <td>
70
+ <p>Introduced the concept of &#8220;macro representations&#8221;, to make macro code output-independent.</p>
71
+ </td>
72
+ </tr>
73
+
74
+ <tr>
75
+ <td><a href="https://github.com/h3rald/glyph/issues/179">#179</a></td>
76
+ <td>
77
+ <p>Macro can be composed with other macros via backslashes, provided that containers only take exactly one parameter. The new xml macro dispatcher must be used composed with other macros to create raw <span class="caps">XML</span> tags, prepending = to macro names no longer works.</p>
78
+ </td>
79
+ </tr>
80
+
81
+ <tr>
82
+ <td><a href="https://github.com/h3rald/glyph/issues/180">#180</a></td>
83
+ <td>
84
+ <p>Glyph can now generate ebooks in <span class="caps">MOBI</span> and <span class="caps">EPUB</span> format &ndash; with Calibre&#8217;s help.</p>
85
+ </td>
86
+ </tr>
87
+
88
+ <tr>
89
+ <td><a href="https://github.com/h3rald/glyph/issues/181">#181</a></td>
90
+ <td>
91
+ <p>By using the new let macro macro, it is possible to define lexically scoped &#8220;variables&#8221; via the attribute: macro, and retrieve them within the scope of the let macro using the attribute macro.</p>
92
+ </td>
93
+ </tr>
94
+
95
+ <tr>
96
+ <td><a href="https://github.com/h3rald/glyph/issues/182">#182</a></td>
97
+ <td>
98
+ <p>A while macro can be used to execute glyph code multiple times.</p>
99
+ </td>
100
+ </tr>
101
+
102
+ <tr>
103
+ <td><a href="https://github.com/h3rald/glyph/issues/183">#183</a></td>
104
+ <td>
105
+ <p>The s macro dispatcher can be used to call almost any instance method of the Ruby String class. The <code>match</code> macro cannot be used anymore; use <code>s/match</code> instead.</p>
106
+ </td>
107
+ </tr>
108
+
109
+ <tr>
110
+ <td><a href="https://github.com/h3rald/glyph/issues/184">#184</a></td>
111
+ <td>
112
+ <p>The old <code>rewrite:</code> macro has been renamed to <code>define:</code>. The new define: macro fully supports recursion.</p>
113
+ </td>
114
+ </tr>
115
+
116
+ <tr>
117
+ <td><a href="https://github.com/h3rald/glyph/issues/189">#189</a></td>
118
+ <td>
119
+ <p>The add macro, the subtract macro and the multiply macro macro can be used to perform operations on integers.</p>
120
+ </td>
121
+ </tr>
122
+
123
+ <tr>
124
+ <td><a href="https://github.com/h3rald/glyph/issues/190">#190</a></td>
125
+ <td>
126
+ <p>The lt, gt, lte, gte macros can be used to compare integer values.</p>
127
+ </td>
128
+ </tr>
129
+
130
+ <tr>
131
+ <td><a href="https://github.com/h3rald/glyph/issues/194">#194</a></td>
132
+ <td>
133
+ <p>The load macro macro can be used to embed the contents of a file without performing any evaluation.</p>
134
+ </td>
135
+ </tr>
136
+
137
+ <tr>
138
+ <td><a href="https://github.com/h3rald/glyph/issues/195">#195</a></td>
139
+ <td>
140
+ <p><code>\/</code> must not be used as invisible space separator, instead of <code>\.</code>.</p>
141
+ </td>
142
+ </tr>
143
+
144
+ <tr>
145
+ <td><a href="https://github.com/h3rald/glyph/issues/197">#197</a></td>
146
+ <td>
147
+ <p>Snippets are no longer managed via a separate snippet.yml file and <em>must</em> be defined within Glyph source files, using the snippet: macro.</p>
148
+ </td>
149
+ </tr>
150
+
151
+ <tr>
152
+ <td><a href="https://github.com/h3rald/glyph/issues/200">#200</a></td>
153
+ <td>
154
+ <p>Typing <code>glyph -v</code> now prints the current version of Glyph on the screen.</p>
155
+ </td>
156
+ </tr>
157
+
158
+ <tr>
159
+ <td><a href="https://github.com/h3rald/glyph/issues/201">#201</a></td>
160
+ <td>
161
+ <p>Glyph no longer depends on Jeweler to create and manage its gem.</p>
162
+ </td>
163
+ </tr>
164
+
165
+ </table>
166
+
167
+ </div>
168
+
169
+
170
+ <div class="section">
171
+ <h3 id="h_5">4 Bugs Fixed</h3>
172
+ <table>
173
+ <tr>
174
+ <th>ID</th>
175
+ <th>Description</th>
176
+ </tr>
177
+
178
+
179
+ <tr>
180
+ <td><a href="https://github.com/h3rald/glyph/issues/151">#151</a></td>
181
+ <td>
182
+ <p>Fixed a bug related to Jeweler&#8217;s gemspec validation. And for all it matters, Jeweler is no longer a development dependency for Glyph.</p>
183
+ </td>
184
+ </tr>
185
+
186
+ <tr>
187
+ <td><a href="https://github.com/h3rald/glyph/issues/166">#166</a></td>
188
+ <td>
189
+ <p>Temporary output files are now placed in a temporary folder.</p>
190
+ </td>
191
+ </tr>
192
+
193
+ <tr>
194
+ <td><a href="https://github.com/h3rald/glyph/issues/196">#196</a></td>
195
+ <td>
196
+ <p>Glyph now handles non-<span class="caps">ASCII</span> characters properly with Ruby 1.9 as well.</p>
197
+ </td>
198
+ </tr>
199
+
200
+ <tr>
201
+ <td><a href="https://github.com/h3rald/glyph/issues/199">#199</a></td>
202
+ <td>
203
+ <p>Fixed a bug that caused incorrect <span class="caps">TOC</span> nesting when using the <code>src</code> attribute of the section macro.</p>
204
+ </td>
205
+ </tr>
206
+
207
+ </table>
208
+
209
+ </div>
210
+
211
+
212
+ <p>
213
+ <em>&rarr; View closed issues on <a href="https://github.com/h3rald/glyph/issues?direction=asc&amp;labels=0.5.0&amp;sort=created&amp;state=closed">GitHub</a>.</em>
214
+ </p>
215
+
216
+ </div>
217
+
218
+ <div class="section">
219
+ <h2 id="h_6">v0.4.2 &ndash; October 22th 2010</h2>
220
+ <div class="section">
221
+ <h3 id="h_7">3 Features Implemented</h3>
222
+ <table>
223
+ <tr>
224
+ <th>ID</th>
225
+ <th>Description</th>
226
+ </tr>
227
+
228
+
229
+ <tr>
230
+ <td><a href="https://github.com/h3rald/glyph/issues/172">#172</a></td>
231
+ <td>
232
+ <p>A new output? macro can be used to test whether Glyph is compiling to a particular output format.</p>
233
+ </td>
234
+ </tr>
235
+
236
+ <tr>
237
+ <td><a href="https://github.com/h3rald/glyph/issues/175">#175</a></td>
238
+ <td>
239
+ <p>The conditional macro now support a third parameter (else branch).</p>
240
+ </td>
241
+ </tr>
242
+
243
+ <tr>
244
+ <td><a href="https://github.com/h3rald/glyph/issues/176">#176</a></td>
245
+ <td>
246
+ <p>A bunch of new aliases and shortcuts are available for the section macro.</p>
247
+ </td>
248
+ </tr>
249
+
250
+ </table>
34
251
 
35
252
  </div>
253
+
254
+
255
+ <div class="section">
256
+ <h3 id="h_8">1 Bug Fixed</h3>
257
+ <table>
258
+ <tr>
259
+ <th>ID</th>
260
+ <th>Description</th>
261
+ </tr>
262
+
263
+
264
+ <tr>
265
+ <td><a href="https://github.com/h3rald/glyph/issues/178">#178</a></td>
266
+ <td>
267
+ <p>No error is raised anymore if less than the required parameters/attributes are supplied to a rewritten macro.</p>
268
+ </td>
269
+ </tr>
270
+
271
+ </table>
272
+
273
+ </div>
274
+
275
+
276
+ <p>
277
+ <em>&rarr; View closed issues on <a href="https://github.com/h3rald/glyph/issues?direction=asc&amp;labels=0.4.2&amp;sort=created&amp;state=closed">GitHub</a>.</em>
278
+ </p>
36
279
 
37
280
  </div>
38
281
 
39
- <div class="section">
40
- <h2 id="h_4">v0.4.1 &ndash; September 23th 2010</h2>
282
+ <div class="section">
283
+ <h2 id="h_9">v0.4.1 &ndash; September 23th 2010</h2>
41
284
  <div class="section">
42
- <h3 id="h_5">5 Bugs Fixed</h3>
43
- <table><tr><th>ID</th>
44
- <th>Description</th></tr>
45
-
46
-
47
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/169">#169</a></td>
48
- <td><p>*.scss files are now supported by the style macro.</p></td></tr>
49
-
50
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/170">#170</a></td>
51
- <td><p>Improved default CodeRay stylesheet.</p></td></tr>
52
-
53
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/171">#171</a></td>
54
- <td><p><span class="caps">SCSS</span> now used internally by Glyph to generate default <span class="caps">CSS</span> files.</p></td></tr>
55
-
56
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/173">#173</a></td>
57
- <td><p>Consecutive escape sequences are now interpreted correctly in topics.</p></td></tr>
58
-
59
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/174">#174</a></td>
60
- <td><p>Fixed error causing broken images in web5/html5 output.</p></td></tr></table>
285
+ <h3 id="h_10">5 Bugs Fixed</h3>
286
+ <table>
287
+ <tr>
288
+ <th>ID</th>
289
+ <th>Description</th>
290
+ </tr>
291
+
292
+
293
+ <tr>
294
+ <td><a href="https://github.com/h3rald/glyph/issues/169">#169</a></td>
295
+ <td>
296
+ <p>*.scss files are now supported by the style macro.</p>
297
+ </td>
298
+ </tr>
299
+
300
+ <tr>
301
+ <td><a href="https://github.com/h3rald/glyph/issues/170">#170</a></td>
302
+ <td>
303
+ <p>Improved default CodeRay stylesheet.</p>
304
+ </td>
305
+ </tr>
306
+
307
+ <tr>
308
+ <td><a href="https://github.com/h3rald/glyph/issues/171">#171</a></td>
309
+ <td>
310
+ <p><span class="caps">SCSS</span> now used internally by Glyph to generate default <span class="caps">CSS</span> files.</p>
311
+ </td>
312
+ </tr>
313
+
314
+ <tr>
315
+ <td><a href="https://github.com/h3rald/glyph/issues/173">#173</a></td>
316
+ <td>
317
+ <p>Consecutive escape sequences are now interpreted correctly in topics.</p>
318
+ </td>
319
+ </tr>
320
+
321
+ <tr>
322
+ <td><a href="https://github.com/h3rald/glyph/issues/174">#174</a></td>
323
+ <td>
324
+ <p>Fixed error causing broken images in web5/html5 output.</p>
325
+ </td>
326
+ </tr>
327
+
328
+ </table>
61
329
 
62
330
  </div>
331
+
332
+
333
+ <p>
334
+ <em>&rarr; View closed issues on <a href="https://github.com/h3rald/glyph/issues?direction=asc&amp;labels=0.4.1&amp;sort=created&amp;state=closed">GitHub</a>.</em>
335
+ </p>
63
336
 
64
337
  </div>
65
338
 
66
- <div class="section">
67
- <h2 id="h_6">v0.4.0 &ndash; September 3th 2010</h2>
339
+ <div class="section">
340
+ <h2 id="h_11">v0.4.0 &ndash; September 3th 2010</h2>
68
341
  <div class="section">
69
- <h3 id="h_7">13 Features Implemented</h3>
70
- <table><tr><th>ID</th>
71
- <th>Description</th></tr>
72
-
73
-
74
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/40">#40</a></td>
75
- <td><p>A new stats command can be used to display statistics about project files, snippets, macros, bookmarks and links.</p></td></tr>
76
-
77
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/73">#73</a></td>
78
- <td><p>It is now possible to validate online <span class="caps">HTTP</span> links.</p></td></tr>
79
-
80
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/112">#112</a></td>
81
- <td><p>It is now possible to use <em>wkhtmltopdf</em> instead of Prince to generate <span class="caps">PDF</span> files from <span class="caps">HTML</span> files.</p></td></tr>
82
-
83
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/114">#114</a></td>
84
- <td><p>It is now possible to generate documents comprised of multiple files (topics).</p></td></tr>
85
-
86
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/115">#115</a></td>
87
- <td><p>It is now possible to define layouts (used when generating multi-file outputs) using Glyph macros.</p></td></tr>
88
-
89
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/120">#120</a></td>
90
- <td><p>It is now possible to compile your project to a single HTML5 file (<code>html5</code> output) or multiple files (<code>web5</code> output)</p></td></tr>
91
-
92
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/135">#135</a></td>
93
- <td><p>Stylesheets can now be linked and imported as well as embedded.</p></td></tr>
94
-
95
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/138">#138</a></td>
96
- <td><p><code>web</code> and <code>web5</code> output formats inherit <code>html</code> macros.</p></td></tr>
97
-
98
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/142">#142</a></td>
99
- <td><p>A new navigation macro can be used in <code>web</code> and <code>web5</code> outputs to navigate through topics.</p></td></tr>
100
-
101
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/143">#143</a></td>
102
- <td><p>A topic-based <span class="caps">TOC</span> is generated when compiling to <code>web</code> or <code>web5</code></p></td></tr>
103
-
104
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/144">#144</a></td>
105
- <td><p>Two new validators are now available to check whether a macro has (or doesn&#8217;t have) a certain ancestor: <code>within</code> and <code>not_within</code>.</p></td></tr>
106
-
107
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/147">#147</a></td>
108
- <td><p>The default stylesheets provided by Glyph are now compatible with HTML5 outputs (html5 and web5).</p></td></tr>
109
-
110
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/148">#148</a></td>
111
- <td><p>It is now possible to create custom tasks and commands to extend Glyph functionality.</p></td></tr></table>
342
+ <h3 id="h_12">13 Features Implemented</h3>
343
+ <table>
344
+ <tr>
345
+ <th>ID</th>
346
+ <th>Description</th>
347
+ </tr>
348
+
349
+
350
+ <tr>
351
+ <td><a href="https://github.com/h3rald/glyph/issues/40">#40</a></td>
352
+ <td>
353
+ <p>A new stats command can be used to display statistics about project files, snippets, macros, bookmarks and links.</p>
354
+ </td>
355
+ </tr>
356
+
357
+ <tr>
358
+ <td><a href="https://github.com/h3rald/glyph/issues/73">#73</a></td>
359
+ <td>
360
+ <p>It is now possible to validate online <span class="caps">HTTP</span> links.</p>
361
+ </td>
362
+ </tr>
363
+
364
+ <tr>
365
+ <td><a href="https://github.com/h3rald/glyph/issues/112">#112</a></td>
366
+ <td>
367
+ <p>It is now possible to use <em>wkhtmltopdf</em> instead of Prince to generate <span class="caps">PDF</span> files from <span class="caps">HTML</span> files.</p>
368
+ </td>
369
+ </tr>
370
+
371
+ <tr>
372
+ <td><a href="https://github.com/h3rald/glyph/issues/114">#114</a></td>
373
+ <td>
374
+ <p>It is now possible to generate documents comprised of multiple files (topics).</p>
375
+ </td>
376
+ </tr>
377
+
378
+ <tr>
379
+ <td><a href="https://github.com/h3rald/glyph/issues/115">#115</a></td>
380
+ <td>
381
+ <p>It is now possible to define layouts (used when generating multi-file outputs) using Glyph macros.</p>
382
+ </td>
383
+ </tr>
384
+
385
+ <tr>
386
+ <td><a href="https://github.com/h3rald/glyph/issues/120">#120</a></td>
387
+ <td>
388
+ <p>It is now possible to compile your project to a single HTML5 file (<code>html5</code> output) or multiple files (<code>web5</code> output)</p>
389
+ </td>
390
+ </tr>
391
+
392
+ <tr>
393
+ <td><a href="https://github.com/h3rald/glyph/issues/135">#135</a></td>
394
+ <td>
395
+ <p>Stylesheets can now be linked and imported as well as embedded.</p>
396
+ </td>
397
+ </tr>
398
+
399
+ <tr>
400
+ <td><a href="https://github.com/h3rald/glyph/issues/138">#138</a></td>
401
+ <td>
402
+ <p><code>web</code> and <code>web5</code> output formats inherit <code>html</code> macros.</p>
403
+ </td>
404
+ </tr>
405
+
406
+ <tr>
407
+ <td><a href="https://github.com/h3rald/glyph/issues/142">#142</a></td>
408
+ <td>
409
+ <p>A new navigation macro can be used in <code>web</code> and <code>web5</code> outputs to navigate through topics.</p>
410
+ </td>
411
+ </tr>
412
+
413
+ <tr>
414
+ <td><a href="https://github.com/h3rald/glyph/issues/143">#143</a></td>
415
+ <td>
416
+ <p>A topic-based <span class="caps">TOC</span> is generated when compiling to <code>web</code> or <code>web5</code></p>
417
+ </td>
418
+ </tr>
419
+
420
+ <tr>
421
+ <td><a href="https://github.com/h3rald/glyph/issues/144">#144</a></td>
422
+ <td>
423
+ <p>Two new validators are now available to check whether a macro has (or doesn&#8217;t have) a certain ancestor: <code>within</code> and <code>not_within</code>.</p>
424
+ </td>
425
+ </tr>
426
+
427
+ <tr>
428
+ <td><a href="https://github.com/h3rald/glyph/issues/147">#147</a></td>
429
+ <td>
430
+ <p>The default stylesheets provided by Glyph are now compatible with HTML5 outputs (html5 and web5).</p>
431
+ </td>
432
+ </tr>
433
+
434
+ <tr>
435
+ <td><a href="https://github.com/h3rald/glyph/issues/148">#148</a></td>
436
+ <td>
437
+ <p>It is now possible to create custom tasks and commands to extend Glyph functionality.</p>
438
+ </td>
439
+ </tr>
440
+
441
+ </table>
112
442
 
113
443
  </div>
114
-
115
-
116
- <div class="section">
117
- <h3 id="h_8">7 Bugs Fixed</h3>
118
- <table><tr><th>ID</th>
119
- <th>Description</th></tr>
120
-
121
-
122
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/133">#133</a></td>
123
- <td><p>Added <span class="caps">HTML</span> charset to Glyph documents (utf-8).</p></td></tr>
124
-
125
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/136">#136</a></td>
126
- <td><p>Moved utility functions to separate <code>Glyph::Utils</code> module.</p></td></tr>
127
-
128
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/139">#139</a></td>
129
- <td><p>Heavily restructured Glyph configuration.</p></td></tr>
130
-
131
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/140">#140</a></td>
132
- <td><p>Added <code>Glyph::Macro::Helpers</code> module to avoid code duplication in macros for different output formats.</p></td></tr>
133
-
134
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/141">#141</a></td>
135
- <td><p>Prevented non-rb files to be loaded as macros.</p></td></tr>
136
-
137
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/145">#145</a></td>
138
- <td><p>Dotfiles are now ignored by init command.</p></td></tr>
139
-
140
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/167">#167</a></td>
141
- <td><p>Fixed <span class="caps">PDF</span> book download links.</p></td></tr></table>
444
+
445
+
446
+ <div class="section">
447
+ <h3 id="h_13">7 Bugs Fixed</h3>
448
+ <table>
449
+ <tr>
450
+ <th>ID</th>
451
+ <th>Description</th>
452
+ </tr>
453
+
454
+
455
+ <tr>
456
+ <td><a href="https://github.com/h3rald/glyph/issues/133">#133</a></td>
457
+ <td>
458
+ <p>Added <span class="caps">HTML</span> charset to Glyph documents (utf-8).</p>
459
+ </td>
460
+ </tr>
461
+
462
+ <tr>
463
+ <td><a href="https://github.com/h3rald/glyph/issues/136">#136</a></td>
464
+ <td>
465
+ <p>Moved utility functions to separate <code>Glyph::Utils</code> module.</p>
466
+ </td>
467
+ </tr>
468
+
469
+ <tr>
470
+ <td><a href="https://github.com/h3rald/glyph/issues/139">#139</a></td>
471
+ <td>
472
+ <p>Heavily restructured Glyph configuration.</p>
473
+ </td>
474
+ </tr>
475
+
476
+ <tr>
477
+ <td><a href="https://github.com/h3rald/glyph/issues/140">#140</a></td>
478
+ <td>
479
+ <p>Added <code>Glyph::Macro::Helpers</code> module to avoid code duplication in macros for different output formats.</p>
480
+ </td>
481
+ </tr>
482
+
483
+ <tr>
484
+ <td><a href="https://github.com/h3rald/glyph/issues/141">#141</a></td>
485
+ <td>
486
+ <p>Prevented non-rb files to be loaded as macros.</p>
487
+ </td>
488
+ </tr>
489
+
490
+ <tr>
491
+ <td><a href="https://github.com/h3rald/glyph/issues/145">#145</a></td>
492
+ <td>
493
+ <p>Dotfiles are now ignored by init command.</p>
494
+ </td>
495
+ </tr>
496
+
497
+ <tr>
498
+ <td><a href="https://github.com/h3rald/glyph/issues/167">#167</a></td>
499
+ <td>
500
+ <p>Fixed <span class="caps">PDF</span> book download links.</p>
501
+ </td>
502
+ </tr>
503
+
504
+ </table>
142
505
 
143
506
  </div>
507
+
508
+
509
+ <p>
510
+ <em>&rarr; View closed issues on <a href="https://github.com/h3rald/glyph/issues?direction=asc&amp;labels=0.4.0&amp;sort=created&amp;state=closed">GitHub</a>.</em>
511
+ </p>
144
512
 
145
513
  </div>
146
514
 
147
- <div class="section">
148
- <h2 id="h_9">v0.3.0 &ndash; June 13th 2010</h2>
515
+ <div class="section">
516
+ <h2 id="h_14">v0.3.0 &ndash; June 13th 2010</h2>
149
517
  <div class="section">
150
- <h3 id="h_10">13 Features Implemented</h3>
151
- <table><tr><th>ID</th>
152
- <th>Description</th></tr>
153
-
154
-
155
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/39">#39</a></td>
156
- <td><p>A new outline command is available to display the document outline.</p></td></tr>
157
-
158
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/110">#110</a></td>
159
- <td><p>It is now possible to use Glyph language to produce arbitrary <span class="caps">XML</span> code.</p></td></tr>
160
-
161
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/111">#111</a></td>
162
- <td><p>System settings are now stored within a <code>system.*</code> namespace and cannot be changed via the config: macro or the config command.</p></td></tr>
163
-
164
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/116">#116</a></td>
165
- <td><p>It is now possible to use named attributes within Glyph macros.</p></td></tr>
166
-
167
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/119">#119</a></td>
168
- <td><p><a id="new_parser"></a>A new parser was implemented from scratch to improve performance. Treetop gem no longer required.</p></td></tr>
169
-
170
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/121">#121</a></td>
171
- <td><p>Some macros have been removed in favor of <span class="caps">XML</span> fallback, others have been updated.</p></td></tr>
172
-
173
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/123">#123</a></td>
174
- <td><p>The SyntaxNode class has been specialized to differentiate between macros, attributes, parameters, text and escapes.</p></td></tr>
175
-
176
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/124">#124</a></td>
177
- <td><p>Implemented new article macro and book macro.</p></td></tr>
178
-
179
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/126">#126</a></td>
180
- <td><p>A new rewrite: macro has been implemented to create simple macros using just Glyph code.</p></td></tr>
181
-
182
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/127">#127</a></td>
183
- <td><p>A new alias macro has been implemented to create macro aliases.</p></td></tr>
184
-
185
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/128">#128</a></td>
186
- <td><p>A blacklist for <span class="caps">XML</span> tags has been exposed via the <code>language.options.xml_blacklist</code> setting.</p></td></tr>
187
-
188
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/129">#129</a></td>
189
- <td><p>The include macro can now be used in lite mode, it can evaluate ruby files and requires relative paths.</p></td></tr>
190
-
191
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/130">#130</a></td>
192
- <td><p>A new &#8220;safe mode&#8221; has been implemented to explicitly forbid certain potentially unsafe macros.</p></td></tr></table>
518
+ <h3 id="h_15">13 Features Implemented</h3>
519
+ <table>
520
+ <tr>
521
+ <th>ID</th>
522
+ <th>Description</th>
523
+ </tr>
524
+
525
+
526
+ <tr>
527
+ <td><a href="https://github.com/h3rald/glyph/issues/39">#39</a></td>
528
+ <td>
529
+ <p>A new outline command is available to display the document outline.</p>
530
+ </td>
531
+ </tr>
532
+
533
+ <tr>
534
+ <td><a href="https://github.com/h3rald/glyph/issues/110">#110</a></td>
535
+ <td>
536
+ <p>It is now possible to use Glyph language to produce arbitrary <span class="caps">XML</span> code.</p>
537
+ </td>
538
+ </tr>
539
+
540
+ <tr>
541
+ <td><a href="https://github.com/h3rald/glyph/issues/111">#111</a></td>
542
+ <td>
543
+ <p>System settings are now stored within a <code>system.*</code> namespace and cannot be changed via the config: macro or the config command.</p>
544
+ </td>
545
+ </tr>
546
+
547
+ <tr>
548
+ <td><a href="https://github.com/h3rald/glyph/issues/116">#116</a></td>
549
+ <td>
550
+ <p>It is now possible to use named attributes within Glyph macros.</p>
551
+ </td>
552
+ </tr>
553
+
554
+ <tr>
555
+ <td><a href="https://github.com/h3rald/glyph/issues/119">#119</a></td>
556
+ <td>
557
+ <p><a id="new_parser"></a>A new parser was implemented from scratch to improve performance. Treetop gem no longer required.</p>
558
+ </td>
559
+ </tr>
560
+
561
+ <tr>
562
+ <td><a href="https://github.com/h3rald/glyph/issues/121">#121</a></td>
563
+ <td>
564
+ <p>Some macros have been removed in favor of <span class="caps">XML</span> fallback, others have been updated.</p>
565
+ </td>
566
+ </tr>
567
+
568
+ <tr>
569
+ <td><a href="https://github.com/h3rald/glyph/issues/123">#123</a></td>
570
+ <td>
571
+ <p>The SyntaxNode class has been specialized to differentiate between macros, attributes, parameters, text and escapes.</p>
572
+ </td>
573
+ </tr>
574
+
575
+ <tr>
576
+ <td><a href="https://github.com/h3rald/glyph/issues/124">#124</a></td>
577
+ <td>
578
+ <p>Implemented new article macro and book macro.</p>
579
+ </td>
580
+ </tr>
581
+
582
+ <tr>
583
+ <td><a href="https://github.com/h3rald/glyph/issues/126">#126</a></td>
584
+ <td>
585
+ <p>A new <code>rewrite</code> macro has been implemented to create simple macros using just Glyph code.</p>
586
+ </td>
587
+ </tr>
588
+
589
+ <tr>
590
+ <td><a href="https://github.com/h3rald/glyph/issues/127">#127</a></td>
591
+ <td>
592
+ <p>A new alias macro has been implemented to create macro aliases.</p>
593
+ </td>
594
+ </tr>
595
+
596
+ <tr>
597
+ <td><a href="https://github.com/h3rald/glyph/issues/128">#128</a></td>
598
+ <td>
599
+ <p>A blacklist for <span class="caps">XML</span> tags has been exposed via the <code>language.options.xml_blacklist</code> setting.</p>
600
+ </td>
601
+ </tr>
602
+
603
+ <tr>
604
+ <td><a href="https://github.com/h3rald/glyph/issues/129">#129</a></td>
605
+ <td>
606
+ <p>The include macro can now be used in lite mode, it can evaluate ruby files and requires relative paths.</p>
607
+ </td>
608
+ </tr>
609
+
610
+ <tr>
611
+ <td><a href="https://github.com/h3rald/glyph/issues/130">#130</a></td>
612
+ <td>
613
+ <p>A new &#8220;safe mode&#8221; has been implemented to explicitly forbid certain potentially unsafe macros.</p>
614
+ </td>
615
+ </tr>
616
+
617
+ </table>
193
618
 
194
619
  </div>
195
-
196
-
197
- <div class="section">
198
- <h3 id="h_11">3 Bugs Fixed</h3>
199
- <table><tr><th>ID</th>
200
- <th>Description</th></tr>
201
-
202
-
203
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/109">#109</a></td>
204
- <td><p>Performance has been dramatically improved by implementing a parser from scratch (see <a href="#new_parser">#119</a>)</p></td></tr>
205
-
206
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/122">#122</a></td>
207
- <td><p>Macro encoding/decoding no longer necessary due to the new parser (see <a href="#new_parser">#119</a>)</p></td></tr>
208
-
209
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/125">#125</a></td>
210
- <td><p>Warning messages have been streamlined.</p></td></tr></table>
620
+
621
+
622
+ <div class="section">
623
+ <h3 id="h_16">3 Bugs Fixed</h3>
624
+ <table>
625
+ <tr>
626
+ <th>ID</th>
627
+ <th>Description</th>
628
+ </tr>
629
+
630
+
631
+ <tr>
632
+ <td><a href="https://github.com/h3rald/glyph/issues/109">#109</a></td>
633
+ <td>
634
+ <p>Performance has been dramatically improved by implementing a parser from scratch (see <a href="#new_parser">#119</a>)</p>
635
+ </td>
636
+ </tr>
637
+
638
+ <tr>
639
+ <td><a href="https://github.com/h3rald/glyph/issues/122">#122</a></td>
640
+ <td>
641
+ <p>Macro encoding/decoding no longer necessary due to the new parser (see <a href="#new_parser">#119</a>)</p>
642
+ </td>
643
+ </tr>
644
+
645
+ <tr>
646
+ <td><a href="https://github.com/h3rald/glyph/issues/125">#125</a></td>
647
+ <td>
648
+ <p>Warning messages have been streamlined.</p>
649
+ </td>
650
+ </tr>
651
+
652
+ </table>
211
653
 
212
654
  </div>
655
+
656
+
657
+ <p>
658
+ <em>&rarr; View closed issues on <a href="https://github.com/h3rald/glyph/issues?direction=asc&amp;labels=0.3.0&amp;sort=created&amp;state=closed">GitHub</a>.</em>
659
+ </p>
213
660
 
214
661
  </div>
215
662
 
216
- <div class="section">
217
- <h2 id="h_12">v0.2.0 &ndash; May 9th 2010</h2>
663
+ <div class="section">
664
+ <h2 id="h_17">v0.2.0 &ndash; May 9th 2010</h2>
218
665
  <div class="section">
219
- <h3 id="h_13">11 Features Implemented</h3>
220
- <table><tr><th>ID</th>
221
- <th>Description</th></tr>
222
-
223
-
224
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/62">#62</a></td>
225
- <td><p>A new highlight macro is available to highlight source code (CodeRay or UltraViolet required).</p></td></tr>
226
-
227
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/76">#76</a></td>
228
- <td><p>It is now possible to use Glyph programmatically via the new <code>Glyph#filter</code> and <code>Glyph#compile</code> methods.</p></td></tr>
229
-
230
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/87">#87</a></td>
231
- <td><p>It is now possible to define snippets inside a Glyph source file using the snippet: macro.</p></td></tr>
232
-
233
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/88">#88</a></td>
234
- <td><p>It is now possible to change configuration settings inside a Glyph source file using the config: macro (Jabbslad).</p></td></tr>
235
-
236
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/89">#89</a></td>
237
- <td><p>It is now possible to compile a single Glyph source file without creating a Glyph project.</p></td></tr>
238
-
239
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/92">#92</a></td>
240
- <td><p>6 new macros have been defined to allow conditional processing (condition macro, eq macro, not macro, and macro, or macro, match macro)</p></td></tr>
241
-
242
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/94">#94</a></td>
243
- <td><p>It is now possible to add <em>validators</em> to macros, for example to check the number of parameters they take.</p></td></tr>
244
-
245
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/97">#97</a></td>
246
- <td><p>The compile command command can now take an extra <code>--auto</code> switch to trigger document auto-regeneration whenever a source file is changed (koraktor).</p></td></tr>
247
-
248
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/99">#99</a></td>
249
- <td><p>Added a <code>document.draft</code> setting. If set to <code>true</code>, comments and TODOs are rendered in output files.</p></td></tr>
250
-
251
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/100">#100</a></td>
252
- <td><p><a id="system_css"></a>Glyph <span class="caps">CSS</span> files are no longer copied to new projects, but they can be referenced as if they were (see also <a href="#css_not_copied">#93</a>).</p></td></tr>
253
-
254
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/108">#108</a></td>
255
- <td><p>It is now possible to define Glyph macros within Glyph source files using the macro: macro.</p></td></tr></table>
666
+ <h3 id="h_18">11 Features Implemented</h3>
667
+ <table>
668
+ <tr>
669
+ <th>ID</th>
670
+ <th>Description</th>
671
+ </tr>
672
+
673
+
674
+ <tr>
675
+ <td><a href="https://github.com/h3rald/glyph/issues/62">#62</a></td>
676
+ <td>
677
+ <p>A new highlight macro is available to highlight source code (CodeRay or UltraViolet required).</p>
678
+ </td>
679
+ </tr>
680
+
681
+ <tr>
682
+ <td><a href="https://github.com/h3rald/glyph/issues/76">#76</a></td>
683
+ <td>
684
+ <p>It is now possible to use Glyph programmatically via the new <code>Glyph#filter</code> and <code>Glyph#compile</code> methods.</p>
685
+ </td>
686
+ </tr>
687
+
688
+ <tr>
689
+ <td><a href="https://github.com/h3rald/glyph/issues/87">#87</a></td>
690
+ <td>
691
+ <p>It is now possible to define snippets inside a Glyph source file using the snippet: macro.</p>
692
+ </td>
693
+ </tr>
694
+
695
+ <tr>
696
+ <td><a href="https://github.com/h3rald/glyph/issues/88">#88</a></td>
697
+ <td>
698
+ <p>It is now possible to change configuration settings inside a Glyph source file using the config: macro (Jabbslad).</p>
699
+ </td>
700
+ </tr>
701
+
702
+ <tr>
703
+ <td><a href="https://github.com/h3rald/glyph/issues/89">#89</a></td>
704
+ <td>
705
+ <p>It is now possible to compile a single Glyph source file without creating a Glyph project.</p>
706
+ </td>
707
+ </tr>
708
+
709
+ <tr>
710
+ <td><a href="https://github.com/h3rald/glyph/issues/92">#92</a></td>
711
+ <td>
712
+ <p>6 new macros have been defined to allow conditional processing (condition macro, eq macro, not macro, and macro, or macro, match macro)</p>
713
+ </td>
714
+ </tr>
715
+
716
+ <tr>
717
+ <td><a href="https://github.com/h3rald/glyph/issues/94">#94</a></td>
718
+ <td>
719
+ <p>It is now possible to add <em>validators</em> to macros, for example to check the number of parameters they take.</p>
720
+ </td>
721
+ </tr>
722
+
723
+ <tr>
724
+ <td><a href="https://github.com/h3rald/glyph/issues/97">#97</a></td>
725
+ <td>
726
+ <p>The compile command command can now take an extra <code>--auto</code> switch to trigger document auto-regeneration whenever a source file is changed (koraktor).</p>
727
+ </td>
728
+ </tr>
729
+
730
+ <tr>
731
+ <td><a href="https://github.com/h3rald/glyph/issues/99">#99</a></td>
732
+ <td>
733
+ <p>Added a <code>document.draft</code> setting. If set to <code>true</code>, comments and TODOs are rendered in output files.</p>
734
+ </td>
735
+ </tr>
736
+
737
+ <tr>
738
+ <td><a href="https://github.com/h3rald/glyph/issues/100">#100</a></td>
739
+ <td>
740
+ <p><a id="system_css"></a>Glyph <span class="caps">CSS</span> files are no longer copied to new projects, but they can be referenced as if they were (see also <a href="#css_not_copied">#93</a>).</p>
741
+ </td>
742
+ </tr>
743
+
744
+ <tr>
745
+ <td><a href="https://github.com/h3rald/glyph/issues/108">#108</a></td>
746
+ <td>
747
+ <p>It is now possible to define Glyph macros within Glyph source files using the macro: macro.</p>
748
+ </td>
749
+ </tr>
750
+
751
+ </table>
256
752
 
257
753
  </div>
258
-
259
-
260
- <div class="section">
261
- <h3 id="h_14">8 Bugs Fixed</h3>
262
- <table><tr><th>ID</th>
263
- <th>Description</th></tr>
264
-
265
-
266
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/86">#86</a></td>
267
- <td><p>Warning and error messages have been updated, and it is now possible to show additional debug information. Additionally, syntax errors are now handled before the document is processed.</p></td></tr>
268
-
269
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/93">#93</a></td>
270
- <td><p><a id="css_not_copied"></a>Default css files were not copied when creating a new project. The issue has been resolved by allowing the style macro to reference Glyph&#8217;s system styles (see also <a href="#system_css">#100</a>).</p></td></tr>
271
-
272
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/95">#95</a></td>
273
- <td><p>The config command did not save data to <span class="caps">YAML</span> configuration files. This has been fixed ensuring that internal configuration overrides are not saved to the <span class="caps">YAML</span> file too.</p></td></tr>
274
-
275
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/98">#98</a></td>
276
- <td><p>Glyph is now fully compatible with Ruby 1.9.1 and JRuby 1.4.0.</p></td></tr>
277
-
278
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/101">#101</a></td>
279
- <td><p>Additional tests have been developed to improve Textile support. There should no longer be errors when using textile block elements inside Glyph macros.</p></td></tr>
280
-
281
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/103">#103</a></td>
282
- <td><p>Fixed a bug that caused test failures when deleting the test project directory.</p></td></tr>
283
-
284
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/104">#104</a></td>
285
- <td><p>Nested Glyph macros calling <code>Macro#interpret</code> no longer ignore escape delimiters.</p></td></tr>
286
-
287
- <tr><td><a href="http://github.com/h3rald/glyph/issues/closed#issue/107">#107</a></td>
288
- <td><p>Added the possibility to encode (using the <code>encode</code> macro) and decode (using the <code>decode</code> macro) macros so that they can be interpreted later.</p></td></tr></table>
754
+
755
+
756
+ <div class="section">
757
+ <h3 id="h_19">8 Bugs Fixed</h3>
758
+ <table>
759
+ <tr>
760
+ <th>ID</th>
761
+ <th>Description</th>
762
+ </tr>
763
+
764
+
765
+ <tr>
766
+ <td><a href="https://github.com/h3rald/glyph/issues/86">#86</a></td>
767
+ <td>
768
+ <p>Warning and error messages have been updated, and it is now possible to show additional debug information. Additionally, syntax errors are now handled before the document is processed.</p>
769
+ </td>
770
+ </tr>
771
+
772
+ <tr>
773
+ <td><a href="https://github.com/h3rald/glyph/issues/93">#93</a></td>
774
+ <td>
775
+ <p><a id="css_not_copied"></a>Default css files were not copied when creating a new project. The issue has been resolved by allowing the style macro to reference Glyph&#8217;s system styles (see also <a href="#system_css">#100</a>).</p>
776
+ </td>
777
+ </tr>
778
+
779
+ <tr>
780
+ <td><a href="https://github.com/h3rald/glyph/issues/95">#95</a></td>
781
+ <td>
782
+ <p>The config command did not save data to <span class="caps">YAML</span> configuration files. This has been fixed ensuring that internal configuration overrides are not saved to the <span class="caps">YAML</span> file too.</p>
783
+ </td>
784
+ </tr>
785
+
786
+ <tr>
787
+ <td><a href="https://github.com/h3rald/glyph/issues/98">#98</a></td>
788
+ <td>
789
+ <p>Glyph is now fully compatible with Ruby 1.9.1 and JRuby 1.4.0.</p>
790
+ </td>
791
+ </tr>
792
+
793
+ <tr>
794
+ <td><a href="https://github.com/h3rald/glyph/issues/101">#101</a></td>
795
+ <td>
796
+ <p>Additional tests have been developed to improve Textile support. There should no longer be errors when using textile block elements inside Glyph macros.</p>
797
+ </td>
798
+ </tr>
799
+
800
+ <tr>
801
+ <td><a href="https://github.com/h3rald/glyph/issues/103">#103</a></td>
802
+ <td>
803
+ <p>Fixed a bug that caused test failures when deleting the test project directory.</p>
804
+ </td>
805
+ </tr>
806
+
807
+ <tr>
808
+ <td><a href="https://github.com/h3rald/glyph/issues/104">#104</a></td>
809
+ <td>
810
+ <p>Nested Glyph macros calling <code>Macro#interpret</code> no longer ignore escape delimiters.</p>
811
+ </td>
812
+ </tr>
813
+
814
+ <tr>
815
+ <td><a href="https://github.com/h3rald/glyph/issues/107">#107</a></td>
816
+ <td>
817
+ <p>Added the possibility to encode (using the <code>encode</code> macro) and decode (using the <code>decode</code> macro) macros so that they can be interpreted later.</p>
818
+ </td>
819
+ </tr>
820
+
821
+ </table>
289
822
 
290
823
  </div>
824
+
825
+
826
+ <p>
827
+ <em>&rarr; View closed issues on <a href="https://github.com/h3rald/glyph/issues?direction=asc&amp;labels=0.2.0&amp;sort=created&amp;state=closed">GitHub</a>.</em>
828
+ </p>
291
829
 
292
830
  </div>
293
831
 
294
- <div class="section">
295
- <h2 id="h_15">v0.1.0 &ndash; April 8th 2010</h2>
832
+ <div class="section">
833
+ <h2 id="h_20">v0.1.0 &ndash; April 8th 2010</h2>
296
834
  Initial release.
297
835
 
836
+ <p>
837
+ <em>&rarr; View closed issues on <a href="https://github.com/h3rald/glyph/issues?direction=asc&amp;labels=0.1.0&amp;sort=created&amp;state=closed">GitHub</a>.</em>
838
+ </p>
839
+
298
840
  </div>