Pandex v0.2.0 Release Notes
Release Date: 2019-05-30 // over 5 years ago-
โ Added
- gfm format
- ๐ Deprecation note for github_markdown format
- โ Test that pandoc version >= 2.5
๐ Changed
- Generated helpers now accept and pass options to pandoc
convert_string
andconvert_file
guards ensureoptions
is a listconvert_string
andconvert_file
pass given options toSystem.cmd
convert_string
andconvert_file
returns{:error, e}
tuple on failure- ๐ Move most tests to
pandex_test.exs
- โ Cleanup and fix all tests for pandoc 2.5
- โ Remove potentially confusing from/to defaults
- Simplify
random_filename/0
logic