File: changelog

package info (click to toggle)
php-league-commonmark 1.5.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,284 kB
  • sloc: php: 16,992; makefile: 24; ruby: 21; javascript: 15; sh: 9
file content (184 lines) | stat: -rw-r--r-- 5,035 bytes parent folder | download
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
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