Changelog for pdf-slave-1.3.2.0
1.3.2.0
- Relax
aeson,directoryandopt-parse-applicativebounds.
1.3.1.0
- Added flag
jsonto output bundles in JSON format instead of YAML.
1.3.0.0
-
Default input file name is now
input.json, not<template name>_input.json. -
Changed recommended way of reading input via
Helper.hs -
Added flag
preserve-tempto not nuke temporary files after execution.
1.2.3.0
- Support compilation with GHC 7.10.
1.2.2.0
- Always copy input file to
<template_name>_input.json.
1.2.1.0
- Execute
haskintexwith-werrorflag.
1.2.0.0
-
Add
versioncommand to CLI. -
Fix:
renderBundleToPDFdoesn't take base directory. -
Fix:
loadTemplateInMemorynow takes base directory. -
Strong distinguish between bundle and ordinary template format. Bundle templates have to define
bundle: trueinside the YAML files.
1.1.0.0
- Factor out
pdf-slave-templatepackage for compiler agnostic format definition.
1.0.1.0
- Added missing reexports into head module.
1.0.0.0
- Initial release.