Revision history for Pandoc Perl module
0.4.0 2016-11-01 20:44:15 CET
- add Pandoc::Version module for version numbers
- allow setting executable via PANDOC_PATH environment variable
- add method file to parse from file
- add method libs to access libraries used by pandoc
- prepare to adjust Pandoc::Elements for pandoc 1.18
0.3.1 2016-10-26 20:37:24 CEST
- add parse method
- fix version number comparision
- extend documentation
0.3.0 2016-10-21 20:10:30 CEST
- support setting default arguments on import
- make bin and arguments setters
- use File::Which to find executable
0.2.2 2016-10-20 11:20:36 CEST
- support default arguments
0.2.1 2016-10-20 10:34:31 CEST
- add method input_format and output_format
- let version return a version object
0.2.0 2016-10-18 21:58:19 CEST
- add alternative calling conventions for pandoc/run
- add utility method convert
0.1.0 2016-10-10 10:37:02 CEST
- create initial release