File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- [ Release 0.60.0] ( #release-0600 )
8
8
- [ API Refactoring] ( #api-refactoring )
9
+ - [ 0.62.2] ( #0622 )
10
+ - [ 0.62.0] ( #0620 )
9
11
- [ 0.61.34] ( #06134 )
10
12
- [ 0.61.32] ( #06132 )
11
13
- [ 0.61.30] ( #06130 )
@@ -173,6 +175,21 @@ Please give feedback on the upcoming changes if you have concerns about breaking
173
175
* ` com.vladsch.flexmark.util.ast.NodeAdaptingVisitHandler `
174
176
* ` com.vladsch.flexmark.util.ast.NodeAdaptingVisitor `
175
177
178
+ ## 0.62.2
179
+
180
+ * Fix: merge ` Parsing ` optimization by using static patterns
181
+ * Fix: add a few more ` Parsing ` optimization by using static patterns for flag based dynamic
182
+ values.
183
+ * Fix: add cache for dynamic ` Parsing ` patterns based on dependent options.
184
+
185
+ ## 0.62.0
186
+
187
+ * Fix: HTML to Md converter to convert empty a tags to empty link text links. ie. `<a
188
+ href="#abc"></a >` to ` [ ] ( #abc ) `, except when contained in heading elements.
189
+ * Break: rename ` Attributes ` to ` MutableAttributes ` and create new immutable ` Attributes ` class.
190
+ * Fix: do not remove ` title ` attribute provided by ` LinkResolver ` when link has no title. Allow
191
+ link resolver titles to be used.
192
+
176
193
## 0.61.34
177
194
178
195
* Fix: add ` DocxRenderer.PAGE_SIZE ` and ` DocxRenderer.PAGE_LANDSCAPE ` properties to allow simple
You can’t perform that action at this time.
0 commit comments