1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
libpandoc-elements-perl (0.24-1) unstable; urgency=medium
[ upstream ]
* New release(s).
+ Support new (Pandoc 1.16) document model with Link and Image attributes.
+ Fix blessing metadata top level values.
+ Support stringification of meta elements.
+ Add SoftBreak inline element, introduced in Pandoc 1.16.
+ Fix and extend attributes function.
+ Document and test removal of SoftBreak element.
+ fix json serialization to ensure right scalar types.
+ Extend attributes with Hash::MultiValue.
+ Drop support of special key 'classes' in attributes helper function.
+ Add graphviz example.
+ extend method 'keyvals' as setter.
+ document and extend metadata elements by method 'metavalue'.
+ let to_json return canonical JSON.
+ Add multifilter script to run filters specified in document metadata.
+ Add metavars example.
+ Make most getters also setters.
* Update watch file:
+ Bump to file format 4.
+ Watch only MetaCPAN URL.
+ Add usage comment.
+ Tighten version regex.
* Drop CDBS get-orig-source target: Use gbp import-orig --uscan.
* Modernize git-buildpackage config: Filter any .git* file.
* Declare compliance with Debian Policy 3.9.8.
* Modernize Vcs-Git field: Use https protocol.
* Update copyright info: Extend coverage of Debian packaging.
* Update package relations:
+ (Build-)depend on libhash-multivalue-perl libipc-run3-perl.
+ Build-depend on libtest-exception-perl.
+ Build-depend on licensecheck (not devscripts).
* Drop obsolete lintian override regarding debhelper 9.
* Install examples.
-- Jonas Smedegaard <dr@jones.dk> Tue, 10 Jan 2017 21:54:48 +0100
libpandoc-elements-perl (0.15-1) unstable; urgency=medium
[ upstream ]
* New release(s).
+ Add pod2pandoc script and Pod::Simple::Pandoc.
+ Add string as method to replace function stringify.
+ Fix nasty bug in Pandoc::Element constructor reuse.
+ Fix passing of output format.
+ Add method match (experimental).
+ Add examples myemph.pl and theorem.pl.
+ Refactor and introduce Pandoc::Filter::Lazy.
+ Fix Pod::Simple::Pandoc for old Pod::Simple.
+ Allow more lazy filter scripting.
+ Add example to remove unnumbered sections.
-- Jonas Smedegaard <dr@jones.dk> Mon, 28 Dec 2015 01:03:10 +0530
libpandoc-elements-perl (0.11-1) unstable; urgency=medium
[ upstream ]
* New release(s).
+ Support definition of filters as hash.
+ Add utility script pandoc-walk.
+ New method: pandoc_walk.
+ Provide special variable $_ to action functions.
+ UTF-8 output with pandoc_walk and pandoc_filter.
+ Include tests of pandoc-walk.
[ Jonas Smedegaard ]
* Update copyright info: Tighten licensing of packaging to GPL-3+.
-- Jonas Smedegaard <dr@jones.dk> Tue, 08 Dec 2015 01:21:37 +0530
libpandoc-elements-perl (0.08-1) unstable; urgency=medium
[ upstream ]
* New release(s).
+ Extend documentation and examples.
+ New helper function: citation.
[ Jonas Smedegaard ]
* Update copyright info:
+ Extend coverage of packaging.
+ Relax packaging license to GPL-2+.
* Fix lintian overrides.
* Bump debhelper compatibility level to 9.
* Add lintian override regarding debhelper 9.
-- Jonas Smedegaard <dr@jones.dk> Sat, 24 Oct 2015 19:43:27 +0200
libpandoc-elements-perl (0.06-1) unstable; urgency=low
* Initial Release.
Closes: bug#781000.
-- Jonas Smedegaard <dr@jones.dk> Mon, 01 Jun 2015 19:52:47 +0200
|