Skip to content

Releases: didix21/mdutils

v1.6.0

29 Apr 14:39
Compare
Choose a tag to compare

Changes

🚀 Features

🧰 Maintenance

v1.5.1

11 Mar 16:22
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

v1.5.0

11 Feb 23:10
Compare
Choose a tag to compare

Changes

🚀 Features

  • Introduce header_id as parameter for headers @kieferro (#78)

🧰 Maintenance

v1.4.0

31 May 18:57
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

  • Import coverage to codecov @didix21 (#66)
  • 62: Move test workflow from travis to github actions @didix21 (#65)

v1.3.1

10 Jul 07:34
Compare
Choose a tag to compare

Changes

  • Fix #6: add option to wrap text on new lines, paragraphs and writes @mhmdkanj (#53)
  • make text_align be a list not only str or None @sgsokol (#47)

🐛 Bug Fixes

  • convert value to str before adding it to a char @anaskhl (#56)

🧰 Maintenance

v1.3.0

12 Sep 19:42
Compare
Choose a tag to compare

Implemented enhancements:

  • Implement #43 Allow table of contents to generate from arbitrary depth of headers #44 (mythWizard)

Fixed bugs:

  • Default text align for tables should use --- #42
  • Fix #42 Default table's text_align should be '---' #45 (didix21)

Closed issues:

  • Allow creation of Table of Contents with arbitrary depth #43
  • write file to specified path #41

v1.2.2

21 Jun 18:56
Compare
Choose a tag to compare

Bugs

  • Missing .md extension when filename has 'md' #37
  • Table of contents link does not work when headers contain special characters #36
  • Fix #36: Delete special characters when creating toc links #40 (didix21)
  • Fix #37: Add .md extension if name contains md word #39 (didix21)

v1.0.0

08 Oct 11:30
Compare
Choose a tag to compare

Features

  • Create markdown files.
  • Write and read markdown files.
  • Create headers.
  • Create tables of contents.
  • Create tables.
  • Write text in bold, code and italics style.