Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

39 lines (24 loc) · 1.09 KB

Change Log

All notable changes to the "csv-to-table" extension will be documented in this file.

1.4.1

Updated dependencies

1.4.0

Added support for right-aligning numeric values in table cells.

This option can be changed via Extension settings, and is enabled by default.

1.3.0

Added support to write the generated table using Markdown format.

This option can be changed via Extension settings.

1.2.3

Trivial performance improvement during table generation.

1.2.2

Added a new option that is off by default, to transform the first row (header) values to upper-case, to make the column headers stand out.

This option can be changed via Extension settings.

1.2.1

Added option to specify a custom separator ("Convert to table from a custom defined separator" command).

1.2.0

Added a new option that is on by default, where the generated table appears in a new editor window.

This option can be changed (so that the existing document is replaced) via Extension settings.

1.1.0

Added support for SSV (semicolon separated) files.

1.0.0

Initial release of the extension.