Pandex v0.2.0 Release Notes

Release Date: 2019-05-30 // almost 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 and convert_file guards ensure options is a list
    • convert_string and convert_file pass given options to System.cmd
    • convert_string and convert_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