Skip to content

Releases: hvalev/py-markdown-table

v1.3.0

06 Feb 16:54
3e464cb
Compare
Choose a tag to compare
  • Addresses #18 by adding more emojis to the count_emojis function
  • Updated test deps

v1.2.0

13 Nov 12:22
fd793f6
Compare
Choose a tag to compare

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

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

v1.1.0

21 Jul 11:16
Compare
Choose a tag to compare

What's Changed

  • Multicolumn padding width and weight by @hvalev in #13

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

06 Jul 15:32
Compare
Choose a tag to compare

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

16 Jul 10:55
Compare
Choose a tag to compare

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

17 Aug 19:49
Compare
Choose a tag to compare

Full Changelog: v0.3.2...v0.3.3

v0.3.2

17 Aug 19:44
Compare
Choose a tag to compare

Full Changelog: v0.3.1...v0.3.2

v0.3.1

14 Aug 20:18
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1

v0.3.0

14 Aug 18:51
Compare
Choose a tag to compare

Full Changelog: v0.2.2...v0.3.0

v0.2.2

08 Feb 12:39
Compare
Choose a tag to compare

What's Changed

  • Add capabilities to produce legal extended markdown tables by @nigelm in #1

New Contributors

  • @nigelm made their first contribution in #1

Full Changelog: v0.2.1...v0.2.2