Skip to content

Latest commit

 

History

History
84 lines (54 loc) · 1.95 KB

CHANGES.rst

File metadata and controls

84 lines (54 loc) · 1.95 KB

Changelog

Here is the full history of mistune.

Version 0.5.1

Released on Mar. 10, 2015

  • Fix a bug when list item is blank via ipython#7929.
  • Use python-wheels to build wheels for Mac.

Version 0.5

Released on Dec. 5, 2014. This release will break things.

  • For custom lexers, features is replaced with rules.
  • Refactor on function names and codes.
  • Add a way to output the render tree via #20.
  • Fix emphasis and strikethrough regular expressions.

Version 0.4.1

Released on Oct. 12, 2014

  • Add option for parse markdown in block level html.
  • Fix on lheading, any number of underline = or - will work.
  • Patch for setup if Cython is available but no C compiler.

Version 0.4

Released on Aug. 14, 2014

  • Bugfix. Use inspect to detect renderer class.
  • Move all meth:escape to renderer. Use renderer to escape everything.
  • A little changes in code style and parameter naming.
  • Don't parse text in a block html, behave like sundown.

Version 0.3.1

Released on Jul. 31, 2014

  • Fix in meth:Renderer.block_code, no need to add \n in <code>.
  • Trim whitespace of code in code span via #15.

Version 0.3

Released on Jun. 27, 2014

  • Add <hr> in footnotes renderer
  • Add hard_wrap configuration for GFM linebreaks.
  • Add text renderer, via #9.
  • Define features for lexers available via #11.

Version 0.2

Released on Mar. 12, 2014

  • Use tuple instead of list for efficient
  • Add line_match and line_started property on InlineLexer, via #4

Version 0.1

First preview release.