Move CHANGELOG from documentation to the root of repository

This commit is contained in:
Dimitry Ivanov 2019-06-26 13:58:33 +03:00
parent 18b1d5b0bb
commit d65a1809ca
2 changed files with 32 additions and 21 deletions

View File

@ -1,8 +1,13 @@
# Changelog # Changelog
# 3.0.1 # 3.0.2
* Add `AsyncDrawableLoader.Builder#implementation` method (<GithubIssue id="109" />) * Fix `latex` plugin (#136)
* AsyncDrawable allow placeholder to have independent size (<GithubIssue id="115" />) * Add `#create(Call.Factory)` factory method to `OkHttpImagesPlugin` (#129)
thanks to @ZacSweers
## 3.0.1
* Add `AsyncDrawableLoader.Builder#implementation` method (#109)
* AsyncDrawable allow placeholder to have independent size (#115)
* `addFactory` method for MarkwonSpansFactory * `addFactory` method for MarkwonSpansFactory
* Add optional spans for list blocks (bullet and ordered) * Add optional spans for list blocks (bullet and ordered)
* AsyncDrawable placeholder bounds fix * AsyncDrawable placeholder bounds fix
@ -50,15 +55,16 @@ to get the full picture of latest changes.
## 2.0.1 ## 2.0.1
* `SpannableMarkdownVisitor` Rename blockQuoteIndent to blockIndent * `SpannableMarkdownVisitor` Rename blockQuoteIndent to blockIndent
* Fixed block new lines logic for block quote and paragraph (<GithubIssue id="82" />) * Fixed block new lines logic for block quote and paragraph (#82)
* AsyncDrawable fix no dimensions bug (<GithubIssue id="81" />) * AsyncDrawable fix no dimensions bug (#81)
* Update SpannableTheme to use Px instead of Dimension annotation * Update SpannableTheme to use Px instead of Dimension annotation
* Allow TaskListSpan isDone mutation * Allow TaskListSpan isDone mutation
* Updated commonmark-java to 0.12.1 * Updated commonmark-java to 0.12.1
* Add OrderedListItemSpan measure utility method (<GithubIssue id="78" />) * Add OrderedListItemSpan measure utility method (#78)
* Add SpannableBuilder#getSpans method * Add SpannableBuilder#getSpans method
* Fix DataUri scheme handler in image-loader (<GithubIssue id="74" />) * Fix DataUri scheme handler in image-loader (#74)
* Introduced a "copy" builder for SpannableThem <br>Thanks <GithubUser name="c-b-h" /> * Introduced a "copy" builder for SpannableThem
Thanks @c-b-h
## 2.0.0 ## 2.0.0
* Add `html-parser-api` and `html-parser-impl` modules * Add `html-parser-api` and `html-parser-impl` modules
@ -81,18 +87,21 @@ to get the full picture of latest changes.
* Add sample-latex-math module * Add sample-latex-math module
## v1.1.1 ## v1.1.1
* Fix OrderedListItemSpan text position (baseline) (<GithubIssue id="55" />) * Fix OrderedListItemSpan text position (baseline) (#55)
* Add softBreakAddsNewLine option for SpannableConfiguration (<GithubIssue id="54" />) * Add softBreakAddsNewLine option for SpannableConfiguration (#54)
* Paragraph text can now explicitly be spanned (<GithubPull id="58" />)<br>Thanks to <GithubUser name="c-b-h" /> * Paragraph text can now explicitly be spanned (#58)
* Fix table border color if odd background is specified (<GithubIssue id="56" />) Thanks to @c-b-h
* Fix table border color if odd background is specified (#56)
* Add table customizations (even and header rows) * Add table customizations (even and header rows)
## v1.1.0 ## v1.1.0
* Update commonmark to 0.11.0 and android-gif to 1.2.14 * Update commonmark to 0.11.0 and android-gif to 1.2.14
* Add syntax highlight functionality (`library-syntax` module and `markwon-syntax` artifact) * Add syntax highlight functionality (`library-syntax` module and `markwon-syntax` artifact)
* Add headingTypeface, headingTextSizes to SpannableTheme<br>Thanks to <GithubUser name="edenman" /> * Add headingTypeface, headingTextSizes to SpannableTheme
Thanks to @edenman
* Introduce `MediaDecoder` abstraction to `image-loader` module * Introduce `MediaDecoder` abstraction to `image-loader` module
* Introduce `SpannableFactory`<br>Thanks for idea to <GithubUser name="c-b-h" /> * Introduce `SpannableFactory`
Thanks for idea to @c-b-h
* Update sample application to use syntax-highlight * Update sample application to use syntax-highlight
* Update sample application to use clickable placeholder for GIF media * Update sample application to use clickable placeholder for GIF media
@ -106,11 +115,13 @@ to `ru.noties.markwon.renderer` package (one level up, previously `ru.noties.mar
## v1.0.5 ## v1.0.5
* Change LinkSpan to extend URLSpan. Allow default linkColor (if not set explicitly) * Change LinkSpan to extend URLSpan. Allow default linkColor (if not set explicitly)
* Fit an image without dimensions to canvas width (and keep ratio) * Fit an image without dimensions to canvas width (and keep ratio)
* Add support for separate color for code blocks (<GithubPull id="37" />)<br>Thanks to <GithubUser name="Arcnor" /> * Add support for separate color for code blocks (#37)
Thanks to @Arcnor
## v1.0.4 ## v1.0.4
* Fixes <GithubIssue id="28"/> (tables are not rendered when at the end of the markdown) * Fixes #28 (tables are not rendered when at the end of the markdown)
* Adds support for `indented code blocks`<br>Thanks to <GithubUser name="dlew"/> * Adds support for `indented code blocks`
Thanks to @dlew
## v1.0.3 ## v1.0.3
* Fixed ordered lists (when number width is greater than block margin) * Fixed ordered lists (when number width is greater than block margin)
@ -121,11 +132,11 @@ to `ru.noties.markwon.renderer` package (one level up, previously `ru.noties.mar
* Tables can have no borders * Tables can have no borders
## v1.0.1 ## v1.0.1
* Support for task-lists (<GithubIssue id="2" />) * Support for task-lists (#2)
* Spans now are applied in reverse order (<GithubIssue id="5" /> <GithubIssue id="10" />) * Spans now are applied in reverse order (#5 #10)
* Added `SpannableBuilder` to follow the reverse order of spans * Added `SpannableBuilder` to follow the reverse order of spans
* Updated `commonmark-java` to `0.10.0` * Updated `commonmark-java` to `0.10.0`
* Fixes <GithubIssue id="1" /> * Fixes #1
## v1.0.0 ## v1.0.0

View File

@ -13,7 +13,6 @@ module.exports = {
themeConfig: { themeConfig: {
nav: [ nav: [
{ text: 'Install', link: '/docs/v3/install.md' }, { text: 'Install', link: '/docs/v3/install.md' },
{ text: 'Changelog', link: '/CHANGELOG.md' },
{ {
text: 'API Version', text: 'API Version',
items: [ items: [
@ -22,6 +21,7 @@ module.exports = {
{ text: 'Legacy (2.x.x)', link: '/docs/v2/' } { text: 'Legacy (2.x.x)', link: '/docs/v2/' }
] ]
}, },
{ text: 'Changelog', link: 'https://github.com/noties/Markwon/blob/master/CHANGELOG.md' },
{ text: 'Github', link: 'https://github.com/noties/Markwon' } { text: 'Github', link: 'https://github.com/noties/Markwon' }
], ],
sidebar: { sidebar: {