chromic_pdf v0.4.0 Release Notes

Release Date: 2020-07-09 // almost 4 years ago
  • โž• Added

    • ๐Ÿ‘ Allow {:url, <path>} input tuples where path is only a path, and not a file:// URL.

    ๐Ÿ”„ Changed

    • When passing a function to the :output parameter, the function result will now be returned as part of the print_to_pdf & friends result as {:ok, <callback_result>} instead of :ok.