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