Skip to content

Releases: donatj/CsvToMarkdownTable

Add csv-to-markdown-table` CLI

01 Dec 21:22
bdfdd8d
Compare
Choose a tag to compare

What's Changed

Added a basic CLI csv-to-markdown-table that can be used.

Features

Chores

  • Fix Coveralls complaining about Parallel Builds by @donatj in #107

Dependabot

Full Changelog: v1.3.1...v1.4.0

v1.3.1

10 Jul 13:20
2f55dc4
Compare
Choose a tag to compare

What's Changed

  • Fixed a console warning in browser #135140abb1e87a92df890c9a7f7911ba0ee1948f

Full Changelog: v1.3.0...v1.3.1

v1.3.0

30 Nov 20:55
7c4c8f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

10 Oct 18:49
2b8dc05
Compare
Choose a tag to compare
  • Fix splitting when opening quote followed by a word boundary - thanks @sc68cal via #83

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

Windows Newline Support

12 Dec 21:21
3923d0b
Compare
Choose a tag to compare

Adds better support for input containing Windows newline characters.

Escapes Pipe `|` Character

08 Jul 21:54
5c04ef8
Compare
Choose a tag to compare

The pipe character | is now escaped as \|.

This a major release as it is a somewhat breaking change for some workflows.