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

Latest commit

 

History

History
82 lines (65 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

82 lines (65 loc) · 1.64 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.5.3] - 2019-10-10

Added

  • complient requirements as per #33 #34

Fixed

  • MarkdownParser no longer exists #35
  • escaping '__' coming from python methods #37
  • classes and methods are not at the same title level #38

[0.5.1] - 2019-06-28

Added

  • links include subnode information

[0.5.0] - 2019-06-27

Changed

  • remove unnecessary pinned version
  • updated usage instructions

Fixed

  • display literal node correctly in links
  • removed extra newlines
  • set 'language' value as code_type for literal blocks with force_highlighting

Security

  • updated packages

[0.4.1] - 2019-02-21

Fixed

  • pop on empty array

[0.4.0] - 2019-02-04

Added

  • support for various sphinx directives

[0.3.0] - 2019-02-04

Added

  • native table support

[0.2.0] - 2019-01-25

Added

  • support for sphinx markdown tables
  • support for markdown html

[0.1.4] - 2018-12-03

Fixed

  • support python2

[0.1.3] - 2018-11-14

Fixed

  • title bug

[0.1.2] - 2018-11-14

Removed

  • nbplots

[0.1.1] - 2018-11-14

Added

  • badges to README.md

[0.1.0] - 2018-11-14

Changed

  • directly embed doctree2md

Added

  • beta release

[0.0.5] - 2018-11-11

Changed

  • replaced Chris Wrench's markdown writer with Matthew Brett's doctree2md markdown writer

Added

  • javascript example

[0.0.4] - 2018-11-10

Added

  • documentation

[0.0.1] - 2018-11-10

Added

  • initial release