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 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374
|
php-league-commonmark (2.3.9-1) unstable; urgency=medium
[ Colin O'Dell ]
* Prepare to release 2.3.9
[ Thomas Gerbet ]
* Fix autolink extension URL detection
[ David Prévot ]
* Update standards version to 4.6.2, no changes needed.
-- David Prévot <taffit@debian.org> Wed, 15 Feb 2023 18:38:28 +0100
php-league-commonmark (2.3.8-1) unstable; urgency=medium
[ Colin O'Dell ]
* Explicitly set expected encoding in mbstring function calls
* Prepare to release 2.3.8
-- David Prévot <taffit@debian.org> Mon, 12 Dec 2022 07:41:57 +0100
php-league-commonmark (2.3.7-1) unstable; urgency=medium
[ Colin O'Dell ]
* Fix missing HTML attributes (#947)
* Prepare to release 2.3.7
-- David Prévot <taffit@debian.org> Sun, 06 Nov 2022 11:34:40 +0100
php-league-commonmark (2.3.6-1) unstable; urgency=medium
[ Colin O'Dell ]
* Fix unquoted attributes consuming trailing brace too aggressively
* Prepare to release 2.3.6
-- David Prévot <taffit@debian.org> Wed, 02 Nov 2022 07:44:27 +0100
php-league-commonmark (2.3.5-1) unstable; urgency=medium
[ Colin O'Dell ]
* Fix InlineParserEngine error when no inline parsers are set
* Prepare to release 2.3.5
-- David Prévot <taffit@debian.org> Mon, 01 Aug 2022 07:57:34 +0200
php-league-commonmark (2.3.4-1) unstable; urgency=medium
[ Colin O'Dell ]
* Prepare to release 2.3.4
-- David Prévot <taffit@debian.org> Sat, 23 Jul 2022 09:41:13 +0200
php-league-commonmark (2.3.3-3) unstable; urgency=medium
* Really upload to unstable
-- David Prévot <taffit@debian.org> Sat, 09 Jul 2022 14:00:36 +0200
php-league-commonmark (2.3.3-2) experimental; urgency=medium
* Upload to unstable now that php-embed is back
* Drop now useless debian/pkg-php-tools-autoloaders entry
-- David Prévot <taffit@debian.org> Sat, 09 Jul 2022 12:23:37 +0200
php-league-commonmark (2.3.3-1) experimental; urgency=medium
[ Colin O'Dell ]
* Create 2.3 docs
* Add Embed extension
* Prepare to release 2.3.3
[ David Prévot ]
* Update Standards-Version to 4.6.1
* Drop php-symfony-polyfill-php80 build-dependency
* Revert "Build-conflicts php-symfony-polyfill-mbstring that get
pulled instead of php-mbstring by buildd in experimental"
* Use php-embed and php-nyholm-psr7 for tests
-- David Prévot <taffit@debian.org> Fri, 17 Jun 2022 11:46:07 +0200
php-league-commonmark (2.2.3-1) experimental; urgency=medium
[ Colin O'Dell ]
* Prepare to release 2.2.3
-- David Prévot <taffit@debian.org> Mon, 07 Mar 2022 06:04:47 +0100
php-league-commonmark (2.2.2-1) experimental; urgency=medium
[ Colin O'Dell ]
* Prepare to release 2.2.2
[ Garrett Albright ]
* Change method used to get the label (alt text) on Image nodes to
avoid hacks and double-escaping of special characters.
[ David Prévot ]
* Build-conflicts php-symfony-polyfill-mbstring that get pulled
instead of php-mbstring by buildd in experimental
-- David Prévot <taffit@debian.org> Wed, 16 Feb 2022 19:54:33 -0400
php-league-commonmark (2.2.1-1) experimental; urgency=medium
[ Colin O'Dell ]
* Remove noisy deprecation trigger
* Prepare to release 2.2.1
[ David Prévot ]
* Check git tag signature on import
-- David Prévot <taffit@debian.org> Tue, 25 Jan 2022 14:24:37 -0400
php-league-commonmark (2.2.0-1) experimental; urgency=medium
[ Colin O'Dell ]
* Deprecate MarkdownConverterInterface::convertToHtml()
* Add MarkdownToXmlConverter
* Add HtmlDecorator
* Allow any Stringable to be used as HtmlElement contents
* Add config for optionally wrapping tables within a container
* Prepare to release 2.2.0
[ David Prévot ]
* New php-symfony-deprecation-contracts dependency
-- David Prévot <taffit@debian.org> Sat, 22 Jan 2022 10:35:45 -0400
php-league-commonmark (2.1.1-1) experimental; urgency=medium
* Upload new major version to experimental
[ Colin O'Dell ]
* Prepare to release 2.1.1
[ David Prévot ]
* Revert "Track version 1 for now (Bookworm?)"
* Adapt packaging to new dependencies
* Update copyright (years)
* Ship previous upstream changelogs
* Drop commonmark binary removed upstream
* Update CI
[ Sergey Romanenko ]
* Update license year (#777)
-- David Prévot <taffit@debian.org> Mon, 03 Jan 2022 10:22:20 -0400
php-league-commonmark (1.6.6-1) unstable; urgency=medium
* Upload to unstable now that Bullseye has been released
[ Colin O'Dell ]
* Release 1.6.6
[ David Prévot ]
* Track version 1 for now (Bookworm?)
* Install dh-sequence-* instead of using dh --with
* Update standards version to 4.6.0, no changes needed.
-- David Prévot <taffit@debian.org> Mon, 11 Oct 2021 18:54:45 -0400
php-league-commonmark (1.6.2-1) experimental; urgency=medium
[ Colin O'Dell ]
* Add forward-compatiblity for v2.0 configuration option changes
* Add RegexHelper::matchFirst(); deprecate matchAll()
* Deprecate passing custom environments into pre-built converters;
add new MarkdownConverter class
* Add Configuration::exists() method
* Release 1.6.2
-- David Prévot <taffit@debian.org> Sun, 16 May 2021 06:25:50 -0400
php-league-commonmark (1.5.8-1) experimental; urgency=medium
* Upload to experimental during the freeze
[ Colin O'Dell ]
* Fix heading inlines not being rendered properly in TOC entries (fixes #587)
* Fix parsing of tables within list items (#590)
* Release 1.5.8
[ David Prévot ]
* Simplify gbp import-orig
* Generate phpabtpl at build time
-- David Prévot <taffit@debian.org> Sun, 25 Apr 2021 09:12:31 -0400
php-league-commonmark (1.5.7-2) unstable; urgency=medium
* Skip tests relying on packages unavailable in Debian
* Fix manpage footer
-- David Prévot <taffit@debian.org> Sun, 13 Dec 2020 08:35:02 -0400
php-league-commonmark (1.5.7-1) unstable; urgency=medium
[ Jean-Guilhem Rouel ]
* Fix mentions when they appear after a non-word character such as \n or ,
[ Colin O'Dell ]
* Release 1.5.7
[ David Prévot ]
* Set upstream metadata fields: Security-Contact.
* Update watch file format version to 4.
* Update Standards-Version to 4.5.1
-- David Prévot <taffit@debian.org> Fri, 20 Nov 2020 15:16:49 -0400
php-league-commonmark (1.5.6-1) unstable; urgency=medium
[ Colin O'Dell ]
* Fix replacement blocks not inheriting the start line number of the
container they're replacing
* Default block line numbers to 0 when added outside of the parsing context
* Fix Table of Contents blocks not having correct start/end line numbers
* Release 1.5.6
-- David Prévot <taffit@debian.org> Thu, 22 Oct 2020 22:51:49 -0400
php-league-commonmark (1.5.5-1) unstable; urgency=medium
[ Colin O'Dell ]
* Bump spec compliance; fix textareas not being treated as type 1 HTML blocks
* Release 1.5.5
[ Graham Campbell ]
* Fix autolink processor not handling other unmatched trailing parentheses
[ David Prévot ]
* Rename branch to debian/latest (DEP-14)
-- David Prévot <taffit@debian.org> Thu, 17 Sep 2020 16:10:07 -0400
php-league-commonmark (1.5.4-1) unstable; urgency=medium
[ Colin O'Dell ]
* Ensure generated heading permalinks are unique (fixes #531) (#533)
* Release 1.5.4
[ Jacob Baker-Kretzmar ]
* Fix hard-coded footnote ID config (#530)
-- David Prévot <taffit@debian.org> Mon, 24 Aug 2020 10:01:33 -0400
php-league-commonmark (1.5.3-1) unstable; urgency=medium
[ Colin O'Dell ]
* Improve performance of the inline parser regex
* Make tests compatible with PHPUnit 7.x, 8.x, and 9.x
* Release 1.5.3
[ David Prévot ]
* Set Rules-Requires-Root: no.
-- David Prévot <taffit@debian.org> Mon, 20 Jul 2020 19:58:09 -0400
php-league-commonmark (1.5.1-1) unstable; urgency=medium
[ Colin O'Dell ]
* Release 1.5.1
[ David Prévot ]
* Update copyright
-- David Prévot <taffit@debian.org> Mon, 29 Jun 2020 14:01:57 -1000
php-league-commonmark (1.4.3-1) unstable; urgency=medium
[ Colin O'Dell ]
* Release 1.4.3
[ David Prévot ]
* Build-Depend on php-symfony-finder
* Simplify documentation handling
* Use debhelper-compat 13
* Simplify override_dh_auto_test
-- David Prévot <taffit@debian.org> Mon, 04 May 2020 22:13:32 -1000
php-league-commonmark (1.3.4-1) unstable; urgency=medium
[ Colin O'Dell ]
* Fix injectables not being injected on some callable objects
* Release 1.3.4
-- David Prévot <taffit@debian.org> Wed, 15 Apr 2020 09:05:05 -1000
php-league-commonmark (1.3.3-1) unstable; urgency=medium
[ Colin O'Dell ]
* Fix injectable event listener objects not having the environment or
configuration injected
* Release 1.3.3
-- David Prévot <taffit@debian.org> Mon, 06 Apr 2020 10:19:15 -1000
php-league-commonmark (1.3.2-1) unstable; urgency=medium
[ Colin O'Dell ]
* Optimize URL normalization by immediately returning URLs with non-special
chars as-is
* Release 1.3.2
-- David Prévot <taffit@debian.org> Sun, 29 Mar 2020 10:32:31 -1000
php-league-commonmark (1.3.1-1) unstable; urgency=medium
[ Colin O'Dell ]
* Fix return types
* Release 1.3.1
-- David Prévot <taffit@debian.org> Mon, 02 Mar 2020 16:24:49 -1000
php-league-commonmark (1.3.0-1) unstable; urgency=medium
[ Colin O'Dell ]
* Release 1.3.0 (Closes: #951664)
[ David Prévot ]
* Update description
* Update copyright
* Install Extension/*/README.md in /u/s/d
-- David Prévot <taffit@debian.org> Wed, 19 Feb 2020 18:15:32 -1000
php-league-commonmark (1.2.2-1) unstable; urgency=medium
[ Colin O'Dell ]
* Add optimizations to the changelog
* Release 1.2.2
[ Graham Campbell ]
* Fix link parsing edge case
[ David Prévot ]
* Update Standards-Version to 4.5.0
-- David Prévot <taffit@debian.org> Thu, 23 Jan 2020 08:32:19 -1000
php-league-commonmark (1.2.0-1) unstable; urgency=medium
[ sergkash7 ]
* Added YouTube iframe extension
[ Colin O'Dell ]
* Add footnotes extension
* Release 1.2.0
[ David Prévot ]
* Make sure vendor directory exists during CI
-- David Prévot <taffit@debian.org> Sun, 12 Jan 2020 02:31:53 +1300
php-league-commonmark (1.1.2-1) unstable; urgency=medium
[ Colin O'Dell ]
* Fix URL normalization (fixes #395)
* Release 1.1.2
[ David Prévot ]
* Set upstream metadata fields:
Bug-Database, Repository, Repository-Browse, Bug-Submit
-- David Prévot <taffit@debian.org> Fri, 27 Dec 2019 03:28:00 +1100
php-league-commonmark (1.1.1-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
|