Skip to content

Commit

Permalink
bump to next version
Browse files Browse the repository at this point in the history
  • Loading branch information
vsch committed Apr 10, 2020
1 parent 5a3cd8a commit 40bee0d
Show file tree
Hide file tree
Showing 67 changed files with 150 additions and 67 deletions.
13 changes: 13 additions & 0 deletions .idea/markdown-navigator.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/markdown-navigator/COPY_HTML_MIME.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/markdown-navigator/Comms.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/markdown-navigator/GitHub_Templates.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/markdown-navigator/OVERVIEW.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/markdown-navigator/Wiki.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ optimization of implementation classes. Changes are detailed in

### master [![Build status](https://travis-ci.org/vsch/flexmark-java.svg?branch=master)](https://travis-ci.org/vsch/flexmark-java)

### latest [![Maven Central status](https://img.shields.io/maven-central/v/com.vladsch.flexmark/flexmark.svg)](https://search.maven.org/search?q=g:com.vladsch.flexmark)<!-- @IGNORE PREVIOUS: link --> [![Build status](https://travis-ci.org/vsch/flexmark-java.svg?branch=0.61.0)](https://travis-ci.org/vsch/flexmark-java) [![Javadocs](https://www.javadoc.io/badge/com.vladsch.flexmark/flexmark.svg)](https://www.javadoc.io/doc/com.vladsch.flexmark/flexmark)
### latest [![Maven Central status](https://img.shields.io/maven-central/v/com.vladsch.flexmark/flexmark.svg)](https://search.maven.org/search?q=g:com.vladsch.flexmark)<!-- @IGNORE PREVIOUS: link --> [![Build status](https://travis-ci.org/vsch/flexmark-java.svg?branch=0.61.4)](https://travis-ci.org/vsch/flexmark-java) [![Javadocs](https://www.javadoc.io/badge/com.vladsch.flexmark/flexmark.svg)](https://www.javadoc.io/doc/com.vladsch.flexmark/flexmark)

<!-- [![codecov](https://codecov.io/gh/vsch/flexmark-java/branch/master/graph/badge.svg)](https://codecov.io/gh/vsch/flexmark-java) -->

Expand Down Expand Up @@ -54,7 +54,7 @@ following sample:
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-all</artifactId>
<version>0.61.0</version>
<version>0.61.4</version>
</dependency>
```

Expand Down Expand Up @@ -93,7 +93,7 @@ public class BasicSample {
#### Building via Gradle

```shell
compile 'com.vladsch.flexmark:flexmark-all:0.61.0'
compile 'com.vladsch.flexmark:flexmark-all:0.61.4'
```

#### Building with Android Studio
Expand Down Expand Up @@ -183,7 +183,7 @@ custom node renderer if you need to override the generated link HTML.

### Latest Additions and Changes

* Major reorganization and code cleanup of implementation in version 0.61.0, see
* Major reorganization and code cleanup of implementation in version 0.61.4, see
[Version-0.60.0-Changes](../../wiki/Version-0.60.0-Changes)
* [Flexmark Architecture and Dependencies Diagrams](https://sourcespy.com/github/flexmark/)
thanks to great work by [Alex Karezin](mailto:[email protected]) you can get an overview
Expand Down
13 changes: 10 additions & 3 deletions VERSION-TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- [Release 0.60.0](#release-0600)
- [API Refactoring](#api-refactoring)
- [Next 0.61.xx](#next-061xx)
- [0.61.4](#0614)
- [0.61.2](#0612)
- [0.61.0](#0610)
- [0.60.2](#0602)
Expand Down Expand Up @@ -215,11 +216,16 @@ Please give feedback on the upcoming changes if you have concerns about breaking
`|` for each line that was wrapped. Otherwise, it is impossible to tell where each line
ends and another begins.

## 0.61.4

* [ ] Fix: wiki links should not be wrapped during formatting.
* Fix: merge [#397, PR: Add base64 image support with docx rendering] thanks to [@Xaelis]

## 0.61.2

* Fix: `ScopedDataSet.getAll()` and `ScopedDataSet.getKeys()` would not return keys from parent
scope.
* Fix: [#396, DocumentParser stops reading too early resulting in the document being cut off]
* Fix: [#396, DocumentParser stops reading too early resulting in the document being cut off]

## 0.61.0

Expand Down Expand Up @@ -2307,6 +2313,9 @@ Please give feedback on the upcoming changes if you have concerns about breaking
[#384, Markdown parser produces invalid HTML]: https://github.com/vsch/flexmark-java/issues/384
[#387, JUnit is in the compile scope]: https://github.com/vsch/flexmark-java/pull/387
[#391, PR: Fix: CRLF line separator in fenced code blocks produce redundant CR.]: https://github.com/vsch/flexmark-java/pull/391
[#396, DocumentParser stops reading too early resulting in the document being cut off]: https://github.com/vsch/flexmark-java/issues/396
[#397, PR: Add base64 image support with docx rendering]: https://github.com/vsch/flexmark-java/pull/397
[@Xaelis]: https://github.com/Xaelis
[Awesome Console]: https://plugins.jetbrains.com/plugin/7677-awesome-console "Awesome Console"
[HtmlToMarkdownCustomizedSample.java]: https://github.com/vsch/flexmark-java/blob/master/flexmark-java-samples/src/com/vladsch/flexmark/java/samples/HtmlToMarkdownCustomizedSample.java
[Kijimuna]: https://github.com/Kijimuna
Expand All @@ -2318,6 +2327,4 @@ Please give feedback on the upcoming changes if you have concerns about breaking
[migrate flexmark-java 0_40_x to 0_42_0]: https://github.com/vsch/flexmark-java/blob/master/assets/migrations/migrate%20flexmark-java%200_40_x%20to%200_42_0.xml
<!-- @IGNORE PREVIOUS: link -->
[migrate flexmark-java 0_42_x to 0_50_0.xml]: https://github.com/vsch/flexmark-java/blob/master/assets/migrations/migrate%20flexmark-java%200_42_x%20to%200_50_0.xml
[#396, DocumentParser stops reading too early resulting in the document being cut off]: https://github.com/vsch/flexmark-java/issues/396


2 changes: 1 addition & 1 deletion flexmark-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.61.2</version>
<version>0.61.4</version>
</parent>

<artifactId>flexmark-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-core-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.61.2</version>
<version>0.61.4</version>
</parent>

<artifactId>flexmark-core-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-docx-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.61.2</version>
<version>0.61.4</version>
</parent>

<artifactId>flexmark-docx-converter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-abbreviation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.61.2</version>
<version>0.61.4</version>
</parent>

<artifactId>flexmark-ext-abbreviation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-admonition/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.61.2</version>
<version>0.61.4</version>
</parent>

<artifactId>flexmark-ext-admonition</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions flexmark-ext-anchorlink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.61.2</version>
<version>0.61.4</version>
</parent>

<artifactId>flexmark-ext-anchorlink</artifactId>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-jira-converter</artifactId>
<version>0.61.2</version>
<version>0.61.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-aside/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.61.2</version>
<version>0.61.4</version>
</parent>

<artifactId>flexmark-ext-aside</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-attributes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.61.2</version>
<version>0.61.4</version>
</parent>

<artifactId>flexmark-ext-attributes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-autolink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.61.2</version>
<version>0.61.4</version>
</parent>

<artifactId>flexmark-ext-autolink</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-definition/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.61.2</version>
<version>0.61.4</version>
</parent>

<artifactId>flexmark-ext-definition</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-emoji/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.61.2</version>
<version>0.61.4</version>
</parent>

<artifactId>flexmark-ext-emoji</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-enumerated-reference/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.61.2</version>
<version>0.61.4</version>
</parent>

<artifactId>flexmark-ext-enumerated-reference</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-escaped-character/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.61.2</version>
<version>0.61.4</version>
</parent>

<artifactId>flexmark-ext-escaped-character</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-footnotes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.61.2</version>
<version>0.61.4</version>
</parent>

<artifactId>flexmark-ext-footnotes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-gfm-issues/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.61.2</version>
<version>0.61.4</version>
</parent>

<artifactId>flexmark-ext-gfm-issues</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-gfm-strikethrough/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.61.2</version>
<version>0.61.4</version>
</parent>

<artifactId>flexmark-ext-gfm-strikethrough</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-gfm-tasklist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.61.2</version>
<version>0.61.4</version>
</parent>

<artifactId>flexmark-ext-gfm-tasklist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-gfm-users/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.61.2</version>
<version>0.61.4</version>
</parent>

<artifactId>flexmark-ext-gfm-users</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-gitlab/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.61.2</version>
<version>0.61.4</version>
</parent>

<artifactId>flexmark-ext-gitlab</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flexmark-ext-ins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-java</artifactId>
<version>0.61.2</version>
<version>0.61.4</version>
</parent>

<artifactId>flexmark-ext-ins</artifactId>
Expand Down
Loading

0 comments on commit 40bee0d

Please sign in to comment.