Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Releases: FSX/misaka

v2.1.1

02 Dec 20:38
@FSX FSX
Compare
Choose a tag to compare
  • Fixed segfault caused by missing NULL-check (#67).

NOTE: Misaka doesn't work in Python 2.6 anymore, because pycparser,
a dependency of CFFI, doesn't work in Python 2.6 anymore.

v2.1.0

15 Jan 20:03
@FSX FSX
Compare
Choose a tag to compare
  • Add a new renderer class with XSS protections. By Changaco. (#60)
  • Add Python 2.6 support. By sprin. (#48)
  • Add Termux installation instructions to documentation.
  • Update Hoedown source files.

v2.0.0

22 Oct 13:54
@FSX FSX
Compare
Choose a tag to compare
  • Rename Markdown.render to Markdown.__call__.
  • Add a bechmark testcase to chibitest.
  • Simplify arguments of list, list_item, autolink and table_cell render callbacks.
  • Rewrite. CFFI and Hoedown instead of Cython and Sundown.
  • Remove pre- and postprocessor support.
  • Smartypants is a normal function instead of a postprocessor.
  • Documentation now uses Sphinx.