Skip to content

Latest commit

 

History

History
76 lines (41 loc) · 1.26 KB

HISTORY.md

File metadata and controls

76 lines (41 loc) · 1.26 KB

0.5.1 (2010-09-30)

  • Support relative path links in rdoc

0.5.0 (2010-07-07)

  • Added creole support

0.4.0 (2010-04-23)

  • Removed man page support until it's ready.

0.3.3 (2010-03-29)

  • UTF-8 works with ReST now.

0.3.2 (2010-03-25)

  • Improved test runner
  • Forgive ReST problems that aren't user errors.

0.3.1 (2010-03-22)

  • Add .rst.txt extension
  • Fix ASCII encoding error while using print u'\u010c' non-ASCII char and similar.

0.3.0 (2010-03-11)

  • man rendering
  • github-markup command line runner

0.2.2 (2010-02-09)

  • pod fixes from Ricardo Signes

0.2.1 (2010-01-25)

  • ReST fixes from Michael Jones

0.2.0 (2010-01-10)

  • org-mode support

0.1.7 (2009-11-17)

  • Ditch asciidoc2html, call asciidoc directly

0.1.6 (2009-11-17)

  • mdown

0.1.5 (2009-11-17)

  • Actually, if we can't render a thing then don't. Not once, not never.

0.1.4 (2009-11-17)

  • Bugfix: Missing commands return the input (instead of nothing)

0.1.3 (2009-11-02)

  • Strip the INDEX comments from POD

0.1.2 (2009-11-02)

  • Renamed to github-markup
  • Bugfix: POD rendering works now, not just index

0.1.1 (2009-11-02)

  • Added GitHub::Markup.can_render? helper.
  • Bugfix: Actually check file extensions

0.1.0 (2009-11-02)

  • First release