Skip to content

Tags: JessicaTegner/pypandoc

Tags

v1.9

Toggle v1.9's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
This release fixes a critical error where pandoc couldn't be download…

…ed from the GitHub releases, due to a change in how GitHub loads their release page.

Other than that, there's some improvements to how we test pypandoc in the future.

* #296 #295 - #298
* Improved all CI workflow to run on GitHub Action #297

v1.8.1

Toggle v1.8.1's commit message
updated workflow v5

v1.8

Toggle v1.8's commit message
Version 1.8

* Removed Unnecessary files included with pip install (#274)
* Handle pandoc logging returning two unknown log levels (#272)
* Fixed #269 - classify_pandoc_logging improvements
* REL: Officially drop python2.7 support (#263)
* Made it possible to pass multiple files to pandoc (#259)
* Python Type Hints implementation (#258)
* Removed deprecated code (#257)

v1.7.5

Toggle v1.7.5's commit message
This is the last version of PyPandoc to support Python2.

In addition, this also fixes a critial error on Python2, where FileNotFoundError wasn't found due to being a py3 name

Thanks to @scottclowe for fixing this

v1.7.4

Toggle v1.7.4's commit message
Fixed #253 - v1.7.4

v1.7.3

Toggle v1.7.3's commit message
PyPandoc v1.7.3

* Added the possibility to specify a working directory, from where pandoc will be executed from ( #252  )
* A new logging mechanism has been implemented in PyPandoc. See {the readme for more information}(https://github.com/nicklastegner/pypandoc/)
* Added deprecation messages for using the quiet argument in the convert_* functions, as they will be removed in a future version (likely 1.8).
* Various fixes to tests.
* code cleanup.

v1.7.2

Toggle v1.7.2's commit message
fixed #247 - bumped version to 1.7.2

v1.7.0

Toggle v1.7.0's commit message
This release of PyPandoc enables the new sandbox mode of pandoc >= 2.…

…15 by default. This can be toggled and has no effect on pandoc versions < 2.15. In addition this release also adds an option to verify from and to formats before converting, reducing the calls to pandoc.

Two new utility functions has also been added (ensure_pandoc_minimal_version and ensure_pandoc_maximal_version), to check the major and minor version of the pandoc currently being used.
In addition, the old convert() function, has been set to be removed in the next major release of PyPandoc (1.8)
Other than that, a few bug fixes here and there.

v1.6.4

Toggle v1.6.4's commit message
Changelog for 1.6.4

* Add verify_formats option to reduce calls to pandoc. #164 (this should improve speed a bit)
* Fixes #226 Make error message in RuntimeException readable by converting error to unicode
* BUG: Need to add targetfolder to PATH when ensuring installed #225

Noticeable, there shouldn't be any breaking, hence only a patch release.

1.6.3

Toggle 1.6.3's commit message
Updated travis config again