Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
vsch committed Apr 24, 2020
1 parent 63966eb commit 3e3edc1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- [Release 0.60.0](#release-0600)
- [API Refactoring](#api-refactoring)
- [0.61.18](#06118)
- [0.61.16](#06116)
- [0.61.14](#06114)
- [0.61.12](#06112)
Expand Down Expand Up @@ -164,6 +165,26 @@ Please give feedback on the upcoming changes if you have concerns about breaking
* `com.vladsch.flexmark.util.ast.NodeAdaptingVisitHandler`
* `com.vladsch.flexmark.util.ast.NodeAdaptingVisitor`

## 0.61.18

* Break: remove from `TocOptions` confusing and error prone `rawTitle` and `rawTitleLevel`. Now
mutable toc options have to set `title` and `titleLevel` then call
`TocOptions.AsMutable.normalizeTitle()`
* Fix: add more debug trace information to markdown wrap tracked offset mismatch.
* Add: `UriContentResolver` extension for unified content handling in parser and renderers by
extensions.
* Add: `JekyllTagExtension.CONTENT_RESOLVER_FACTORIES`, default `Collections.emptyList()`. If
this option is an empty list then a singleton list of `FileUriContentResolver.Factory`
instance will be used.
* Fix: `IncludeNodePostProcessor` to use content resolvers for getting file content instead of
getting file directly.
* Add: `DocxRenderer.DEFAULT_CONTENT_RESOLVER`, default `true`, set to `false` not to add
`FileUriContentResolver` to content resolvers factories.
* Add: `DocxRendererContext.resolvedContent(ResolvedLink)` to allow generic URI to content
resolution.
* Fix: `CoreNodeDocxRenderer` to use content resolvers for resolving image links, only
resolving `http://` and `https://` links if content is not resolved.

## 0.61.16

* Fix: add range limit to `Escaping.replaceAll(Pattern, BasedSequence, List<Range>, Replacer,
Expand Down

0 comments on commit 3e3edc1

Please sign in to comment.