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 97 98 99 100 101 102 103 104 105 106 107 108 109
|
php-league-html-to-markdown (5.1.0-1) unstable; urgency=medium
[ Mike Robinson ]
* Change horizontal rule style (#219)
[ Colin O'Dell ]
* Fix Element::getValue() not handling possible nulls
* Prepare to release 5.1.0
[ David Prévot ]
* Update Standards-Version to 4.6.1
* Fix source in manpage
-- David Prévot <taffit@debian.org> Sun, 19 Jun 2022 14:59:30 +0200
php-league-html-to-markdown (5.0.2-2) unstable; urgency=medium
* Upload to unstable now that Twig 3 is in
-- David Prévot <taffit@debian.org> Wed, 24 Nov 2021 12:27:43 -0400
php-league-html-to-markdown (5.0.2-1) experimental; urgency=medium
[ Colin O'Dell ]
* Prepare to release 5.0.2
[ Vincent Maglione ]
* Find and move any misplaced comment nodes
[ David Prévot ]
* Set upstream metadata fields: Security-Contact.
-- David Prévot <taffit@debian.org> Sat, 06 Nov 2021 15:55:52 -0400
php-league-html-to-markdown (5.0.1-1) experimental; urgency=medium
[ Colin O'Dell ]
* Prepare to release 5.0.1
[ David Prévot ]
* Update standards version to 4.6.0, no changes needed.
-- David Prévot <taffit@debian.org> Mon, 11 Oct 2021 22:26:53 -0400
php-league-html-to-markdown (5.0.0-1) experimental; urgency=medium
* Upload to experimental during the freeze
[ markopy ]
* Add support for tables (#203)
[ Colin O'Dell ]
* Bump PHP support to 7.2 - 8.0
* Release 5.0.0
[ David Prévot ]
* Simplify gbp import-orig
* Install /u/s/p/autoloaders file
* Use dh-sequence-phpcomposer instead of pkg-php-tools
-- David Prévot <taffit@debian.org> Sun, 09 May 2021 06:33:39 -0400
php-league-html-to-markdown (4.10.0-2) unstable; urgency=medium
* Rename main branch to debian/latest (DEP-14)
* Update watch file format version to 4.
* Update Standards-Version to 4.5.1
* Adapt to recent version of PHPUnit (9)
-- David Prévot <taffit@debian.org> Sat, 12 Dec 2020 14:16:01 -0400
php-league-html-to-markdown (4.10.0-1) unstable; urgency=medium
[ Colin O'Dell ]
* Release 4.10.0
[ Till Helge Helwig ]
* Make autolinking configurable (#188)
[ David Prévot ]
* Set upstream metadata fields: Bug-Database, Bug-Submit.
* Update standards version to 4.5.0, no changes needed.
* Set Rules-Requires-Root: no.
* Use debhelper-compat 13
* Simplify override_dh_auto_test
-- David Prévot <taffit@debian.org> Wed, 08 Jul 2020 22:42:53 -0400
php-league-html-to-markdown (4.9.1-1) unstable; urgency=medium
[ Colin O'Dell ]
* Prepare to release 4.9.1
[ Hypolite Petovan ]
* Escape HTML entities in TextConverter::convert (#184)
-- David Prévot <taffit@debian.org> Thu, 02 Jan 2020 09:00:58 +1100
php-league-html-to-markdown (4.9.0-2) unstable; urgency=medium
* Set upstream metadata fields: Repository, Repository-Browse.
-- David Prévot <taffit@debian.org> Fri, 27 Dec 2019 03:29:59 +1100
php-league-html-to-markdown (4.9.0-1) unstable; urgency=low
* Initial release (new php-twig build-dependency)
-- David Prévot <taffit@debian.org> Fri, 15 Nov 2019 14:57:32 -1000
|