Prepare for 2.0.1 release

This commit is contained in:
Dimitry Ivanov 2018-12-10 15:15:42 +03:00
parent 26bfb7f2e2
commit ad5ea83ffa
2 changed files with 15 additions and 2 deletions

View File

@ -1,6 +1,19 @@
# Changelog # Changelog
# 2.0.0 # 2.0.1
* `SpannableMarkdownVisitor` Rename blockQuoteIndent to blockIndent
* Fixed block new lines logic for block quote and paragraph (#82)
* AsyncDrawable fix no dimensions bug (#81)
* Update SpannableTheme to use Px instead of Dimension annotation
* Allow TaskListSpan isDone mutation
* Updated commonmark-java to 0.12.1
* Add OrderedListItemSpan measure utility method (#78)
* Add SpannableBuilder#getSpans method
* Fix DataUri scheme handler in image-loader (#74)
* Introduced a "copy" builder for SpannableThem
Thanks @c-b-h 🙌
## 2.0.0
* Add `html-parser-api` and `html-parser-impl` modules * Add `html-parser-api` and `html-parser-impl` modules
* Add `HtmlEmptyTagReplacement` * Add `HtmlEmptyTagReplacement`
* Implement Appendable and CharSequence in SpannableBuilder * Implement Appendable and CharSequence in SpannableBuilder

View File

@ -6,7 +6,7 @@ org.gradle.configureondemand=true
android.enableBuildCache=true android.enableBuildCache=true
android.buildCacheDir=build/pre-dex-cache android.buildCacheDir=build/pre-dex-cache
VERSION_NAME=2.0.1-SNAPSHOT VERSION_NAME=2.0.1
GROUP=ru.noties GROUP=ru.noties
POM_DESCRIPTION=Markwon POM_DESCRIPTION=Markwon