Skip to content

Releases: hukkin/mdformat-tables

v1.0.0

23 Aug 23:42
17e7913
Compare
Choose a tag to compare

What's Changed

  • UPDATE: modernize pre-commit config by @jamesquilty in #19
  • 🔧 MAINTAIN: Resolve CI Failures; Drop Python 3.6 by @KyleKing in #20
  • ✨ NEW: Add --compact-tables CLI argument by @KyleKing in #17
  • 🐛 FIX: Pad with Unicode Display Width by @KyleKing in #21

New Contributors

Full Changelog: v0.4.1...v1.0.0

v0.4.1

23 Aug 23:42
Compare
Choose a tag to compare

What's Changed

  • 🐛 FIX: Escape pipes. Adapt to table parsing changes by @hukkin in #9

Full Changelog: v0.4.0...v0.4.1

v0.4.0

23 Aug 23:42
Compare
Choose a tag to compare

What's Changed

  • 🧪 TESTS: Add GFM spec test by @hukkin in #8
  • 🧪 TESTS: Add xfail tests for escaped tables by @hukkin in #10
  • 🐛 FIX: Escape lines that could be table delimiter rows by @hukkin in #11

Full Changelog: v0.3.0...v0.4.0

v0.3.0

23 Aug 23:42
Compare
Choose a tag to compare

What's Changed

  • ⬆️ UPDATE: Sync with mdformat 0.6.0 (tree rendering) by @hukkin in #7

Full Changelog: v0.2.1...v0.3.0

v0.2.1

09 Dec 16:27
f8be3a4
Compare
Choose a tag to compare
🚀 RELEASE: v0.2.1

Updates dependency range for mdformat

v0.2.0

30 Sep 23:05
Compare
Choose a tag to compare
🚀 RELEASE: v0.2.0

v0.1.0

25 Sep 21:09
Compare
Choose a tag to compare
🚀 RELEASE: v0.1.0

v0.0.1

25 Sep 01:48
Compare
Choose a tag to compare
🔧 MAINTAIN: prepare for test release