Mkdocs-table-reader-plugin

Latest version: v2.2.1

Safety actively analyzes 629994 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

2.0

Table reader v2 is here!

Major new release! Highlights:

- You can now specify tables paths relative to the markdown table (thanks kdm9 for help building this)
- New `read_raw()` reader that allows you to insert files directly. This is useful for example when you have markdown tables in separate markdown `.md` files.
- New option `allow_missing_files` allows you to raise warnings instead of errors when files are missing
- Rewrote documentation and added how to guides describing different use cases
- Refactored code and extended unit tests
- Fix bug where tables containing pipe characters (`|`) would break the markdown table (29)
- Fixed various deprecation warnings

Head over to the updated [documentation](https://timvink.github.io/mkdocs-table-reader-plugin/) to see the details

1.2

Added

- New reader `read_json()` for reading tables in json format.

**Full Changelog**: https://github.com/timvink/mkdocs-table-reader-plugin/compare/v1.1.1...v1.2

1.1.1

Bugfix release

- Fix bug where pandas keyword only arguments where not parsed correctly (42909cfba9a92f026ad2137aca01e6dfb73c0edc)

**Full Changelog**: https://github.com/timvink/mkdocs-table-reader-plugin/compare/v1.1.0...v1.1.1

1.1.0

Added

- New option `base_path`, allowing for more flexibility in specifying where your tables are located (either relative to the `config_dir` where your `mkdocs.yml` is located (default), or `docs_dir` (where your `docs/` folder is). See [documentation](https://timvink.github.io/mkdocs-table-reader-plugin/options) for more info. (#26)

Thanks fotrimzi for input on designing this new feature.

1.0.0

Major release 🎉

Added

- You can now pass keyword arguments to `to_markdown()` via the readers, allowing for more table customization (24)
- New, re-written [documentation website](https://timvink.github.io/mkdocs-table-reader-plugin/) with more examples

0.6.2

Changed

- Dropped explicit support for python `3.6` because it is end of life this month (although plugin will still work on it) and added explicit support including unit testing of python 3.10. See [stop using python 3.6](https://pythonspeed.com/articles/stop-using-python-3.6/)

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.