Skip to content

Releases: timvink/mkdocs-table-reader-plugin

table-reader v0.4.3

12 Nov 15:22
Compare
Choose a tag to compare

Added

  • Improve compatibility with mkdocs-macros-plugin #14

table-reader v0.4.2

14 Aug 11:50
Compare
Choose a tag to compare

Fixed

  • Fixed 'FutureWarning: showindex is deprecated' in pandas>=1.1 #12

table-reader v0.4.1

07 Jul 06:26
Compare
Choose a tag to compare

Fixed

  • Spaces in path or data_path option would cause an error #9

table-reader v0.4

03 Jul 14:21
Compare
Choose a tag to compare

Added

  • Add support for a data_path option #8

table-reader v0.3

31 May 11:22
Compare
Choose a tag to compare

Changed

  • Change output format of markdown tables to tablefmt="pipe" #3

Fixed

  • Multiple tables on the same page didn't work #4

table-reader v0.2

09 May 06:48
Compare
Choose a tag to compare

Changed

  • Dropped support for python 3.5. Dependency pandas 1.0 does not support it.

Fixed

  • Readers read_fwf , read_excel and read_table were not fully implemented yet, and now work correctly.

Improved

  • Dropped use of eval() in favor of ast.literal_eval() for security reasons. See #1
  • Paths now always relative to location of mkdocs.yml file instead of project root. This is useful when your project is not in the root of your repo and you use mkdocs serve -f <path_to_mkdocs.yml>.
  • Expanded unit tests to 100% coverage

First release of table-reader

06 Mar 09:55
Compare
Choose a tag to compare

Makes the following markdown tags available: