Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 749 Bytes

CHANGELOG.textile

File metadata and controls

19 lines (13 loc) · 749 Bytes

Textile Changelog

Version 2.2.1

  • drop textilefactory support for html.
  • Various development-related bugfixes.
  • Added this changelog.

Version 2.2.0

  • Started refactoring the code to be less repetitive. textile.Textile().parse() is a little more friendly than textile.Textile().textile() There may be more work to be done on this front to make the flow a little smoother.
  • We now support versions 2.6 – 3.4 (including 3.2) using the same codebase. Many thanks to Radek Czajka for this.
  • Drop support for html4. We now only output xhtml or html5.
  • Various development-related bugfixes.

Version 2.1.8

  • Add support for html5 output.
  • Lots of new functionality added bringing us in line with the official Textile 2.4