Revision history for Pandoc Perl module 0.9.2 2024-04-29T18:40:42Z - Fix failing test for Pandoc 3.1.3 0.9.1 2021-12-01T14:02:41Z - Fix failing test for Pandoc >= 2.8 - pandoc-version: support installing selected version 0.9.0 2019-02-07 17:21:55 CET - Add command line script pandoc-version 0.8.8 2018-08-24 10:42:00 CEST - Update dependencies, require Perl 5.14 0.8.7 2018-08-22 09:46:00 CEST - Optionally authentificate GitHub API request with token 0.8.6 2018-07-04 09:39:52 CEST - Change license to EUPL 1.2 0.8.5 2018-06-20 23:11:29 CEST - Add method to symlink executable 0.8.4 2018-05-22 13:28:30 CEST - Introduce Pandoc::Error - Export Pandoc::Release methods as functions - Add Pandoc::Release::latest - Simplify download of new releases 0.8.3 2018-05-12 09:19:48 CEST - Fix pandoc_data_dir for Windows 0.8.2 2018-05-06 15:37:34 CEST - Add function pandoc_data_dir and extend method data_dir 0.8.0 2018-04-06 12:28:03 CEST - Search executable in ~/.pandoc/bin - Download executables with 'pandoc-' prefix - Automatically detect Debian architecture for download releases - Add method Pandoc::Relases->get - Add method Pandoc->extensions 0.7.2 2018-04-03 12:09:40 CEST - Fix test failure since Perl 5.26 0.7.1 2018-04-03 11:09:14 CEST - Add App::Prove::Plugin::andoc - Make sure tests pass on all pandoc versions (#25) 0.7.0 2018-03-26 22:31:51 CEST - Add Pandoc::Release - fix bug when calling with uneven number of arguments (#22) 0.6.1 2017-10-17 20:43:51 CEST - make sure to override existing options and output destination (#16) 0.6.0 2017-01-27 10:51:10 CET - support more expressive version requirements 0.5.0 2016-11-24 14:14:34 CET - add method Pandoc::Version::match 0.4.3 2016-11-09 21:11:53 CET - fix bug with executable not named 'pandoc' 0.4.2 2016-11-09 19:39:45 CET - fix test for pandoc 1.9 0.4.1 2016-11-03 21:14:26 CET - add method highlight_languages - support calling run( $filename, ... ) - strip '*' from input/output format names 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 comparison - 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