HISTORY.md (view raw)
1## 0.3.3 (2010-03-29)
2
3* UTF-8 works with ReST now.
4
5## 0.3.2 (2010-03-25)
6
7* Improved test runner
8* Forgive ReST problems that aren't user errors.
9
10## 0.3.1 (2010-03-22)
11
12* Add .rst.txt extension
13* Fix ASCII encoding error while using print u'\u010c' non-ASCII char and similar.
14
15## 0.3.0 (2010-03-11)
16
17* man rendering
18* `github-markup` command line runner
19
20## 0.2.2 (2010-02-09)
21
22* pod fixes from Ricardo Signes
23
24## 0.2.1 (2010-01-25)
25
26* ReST fixes from Michael Jones
27
28## 0.2.0 (2010-01-10)
29
30* org-mode support
31
32## 0.1.7 (2009-11-17)
33
34* Ditch asciidoc2html, call asciidoc directly
35
36## 0.1.6 (2009-11-17)
37
38* mdown
39
40## 0.1.5 (2009-11-17)
41
42* Actually, if we can't render a thing then don't. Not once, not never.
43
44## 0.1.4 (2009-11-17)
45
46* Bugfix: Missing commands return the input (instead of nothing)
47
48## 0.1.3 (2009-11-02)
49
50* Strip the INDEX comments from POD
51
52## 0.1.2 (2009-11-02)
53
54* Renamed to `github-markup`
55* Bugfix: POD rendering works now, not just index
56
57## 0.1.1 (2009-11-02)
58
59* Added `GitHub::Markup.can_render?` helper.
60* Bugfix: Actually check file extensions
61
62## 0.1.0 (2009-11-02)
63
64* First release