Releases: hvalev/py-markdown-table
Releases · hvalev/py-markdown-table
v1.3.0
v1.2.0
What's Changed
- Validation bugfixes and respecting embedded newlines by @dselivanov in #15
- Enabled CI for PRs
- Added python3.13 to test pipeline
New Contributors
- @dselivanov made their first contribution in #15
Full Changelog: v1.1.0...v1.2.0
v1.1.0
v1.0.0
What's Changed
- updated package management to use poetry
- removed deprecated methods
- code cleanup and simplification
- now only use ruff and pytest
- tests now use parametrized pytest methods
- added additional data validations
- data validation can be skipped using the skip_data_validation parameter in the constructor
- adapted pipelines to use poetry as a build and publish system
- updated pipeline ubuntu distro
- updated codecov to be updated only when publishing and failing silently if it cannot
- updated github action version
- Bump actions/setup-python from 4 to 5 by @dependabot in #8
Full Changelog: v0.4.0...v1.0.0
v0.4.0
Note: the namespace from markdownTable import markdownTable
will be deprecated in favor of from py_markdown_table.markdown_table import markdown_table
in the next 1.0.0 release
- namespace change and backwards compatibility prior to stable
1.0.0
release - access restriction to internal functions with
__
- refactor of the codebase
- updated the documentation and readme
- comprehensive support for multiline tables
- support for rendering emojis for monospaced fonts
- helper util functions
- added examples and tests for new functionality
Full Changelog: v0.3.3...v0.4.0
v0.3.3
Full Changelog: v0.3.2...v0.3.3
v0.3.2
Full Changelog: v0.3.1...v0.3.2
v0.3.1
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Full Changelog: v0.2.2...v0.3.0