Skip to content

Releases: dominickpastore/pymd4c

v1.3.0

15 Dec 06:31
v1.3.0
Compare
Choose a tag to compare

Compatible with MD4C 0.4.7 through 0.4.8

This release of MD4C contains no new features or bugfixes, but brings prebuilt binary packages for many more platforms. Perhaps most notably, Macs with Apple Silicon.

v1.2.0

12 Dec 04:12
v1.2.0
Compare
Choose a tag to compare

Compatible with MD4C 0.4.7 through 0.4.8

This release of PyMD4C adds support for Python 3.11.

v1.1.2

10 Nov 23:43
v1.1.2
Compare
Choose a tag to compare

v1.1.2

Compatible with MD4C 0.4.7 through 0.4.8

This release of PyMD4C adds the docs to the sdist, includes missing
headers in the sdist to fix building from the sdist, and adds some FAQ
entries about unexpected builds from source.

v1.1.1

05 Nov 04:37
v1.1.1
Compare
Choose a tag to compare

Compatible with MD4C 0.4.7 through 0.4.8

This release of PyMD4C adds binary packages for Python 3.10. It also fixes the broken GitHub Actions workflow from v1.1.0, which was originally supposed to add the binary packages, but the aforementioned issues prevented it from being fully released.

v1.0.0

16 Jul 01:39
v1.0.0
Compare
Choose a tag to compare

Compatible with MD4C 0.4.7 through 0.4.8

This release of PyMD4C brings fixes for builds initiated by dependent
Python packages and proper support for bytes input. It is also the first
release using semantic versioning. (On a related note, that is the only
reason why it is version 1.0.0. It is not otherwise a major milestone.)

v0.4.8.0

21 May 21:43
v0.4.8.0
Compare
Choose a tag to compare

It is with great pleasure that I announce the first stable release for
PyMD4C! Along with compatibility with MD4C 0.4.8, this release brings a
bugfix for table details introduced in the last beta, a more
object-oriented API, a DOM-like parser as an option, completely
rewritten docs using Sphinx, and a test suite.

v0.4.7.0b1

08 May 08:08
v0.4.7.0b1
Compare
Choose a tag to compare
v0.4.7.0b1 Pre-release
Pre-release

This release brings compatibility inline with MD4C version 0.4.7, including new details in the callback details dict for tables. It includes some minor bugfixes as well. For more details, see CHANGELOG.md.

The software is very likely to be stable since it is only a relatively thin layer over MD4C, however I am keeping it in beta until I finish adding a more complete test suite, hopefully in the coming week or two.

v0.4.6.0b1

28 Oct 04:47
Compare
Choose a tag to compare
v0.4.6.0b1 Pre-release
Pre-release

This release incorporates some improvements to the details dict in the
callbacks and arguments for GenericParser and HTMLRenderer constructors.
MD4C compatibility is bumped to 0.4.6.

This release also brings Windows builds for the first time. It remains
in beta due to the lack of full test suite, but now that the CI issues
with Windows builds are resolved, adding a test suite is the next up in
the pipeline.

Available on PyPI at https://pypi.org/project/pymd4c/0.4.6.0b1/
or install with pip:

pip install pymd4c==0.4.6.0b1

0.4.4.0b1

16 Jun 05:14
Compare
Choose a tag to compare
0.4.4.0b1 Pre-release
Pre-release

This is the first pre-release of PyMD4C. It is a beta release built on MD4C 0.4.4.

It is still beta because the full test suite is not yet ready. However, preliminary tests have shown good stability. The project is a relatively thin wrapper around the proper MD4C library, so there is not much to go wrong, anyway.

Get it from PyPI at pymd4c