Releases: mandolyte/mdtopdf
Releases · mandolyte/mdtopdf
v2.2.5
Changelog
- 48d48ee As of Go 1.16, ioutil.ReadAll is deprecated and simply calls io.ReadAll (See #58 (comment))
- 7265296 Use latest golang.org/x/exp version
- 29905d1 Do not create trace/log file by default
v2.2.3
Support scandir for MD files. See #48
v2.2.1
Upgrades to latest go-pdf version.
Thanks @jessp01
v2.1.0
Contributed by @jessp01, this change updates the handling of images retrieved via their URLs.
v2.0.0
First, thanks to @jessp01 who contributed these changes.
Second, I decided to make this a v2 release because of the switch of the underlying markdown parser. Hopefully, users will not detect any changes, but nonetheless, this is a major update... even if the API has not broken.
v1.5.2
Contributions from @jessp01
- Support processing of SVG images (using github.com/canhlinh/svg2png)
- Revisions following various go linter suggestions
- Support for passing a path to log/trace file in md2pdf
- GH actions CI
- Goreleaser config
- Update gohighlight submodule
- README note on submodule