mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
Update CHANGELOG.md
This commit is contained in:
parent
e00d270383
commit
7d7273592a
30
CHANGELOG.md
30
CHANGELOG.md
|
@ -1,5 +1,5 @@
|
|||
<a name="1.5.0"></a>
|
||||
# [1.5.0](https://github.com/showdownjs/showdown/compare/1.4.4...v1.5.0) (2016-11-11)
|
||||
# [1.5.0](https://github.com/showdownjs/showdown/compare/1.4.4...1.5.0) (2016-11-11)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
@ -55,7 +55,7 @@ showdown.setOption('disableForced4SpacesIndentedSublists', true);
|
|||
|
||||
|
||||
<a name="1.4.4"></a>
|
||||
## [1.4.4](https://github.com/showdownjs/showdown/compare/1.4.3...v1.4.4) (2016-11-02)
|
||||
# [1.4.4](https://github.com/showdownjs/showdown/compare/1.4.3...1.4.4) (2016-11-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
@ -68,7 +68,7 @@ showdown.setOption('disableForced4SpacesIndentedSublists', true);
|
|||
|
||||
|
||||
<a name="1.4.3"></a>
|
||||
## [1.4.3](https://github.com/showdownjs/showdown/compare/1.4.2...v1.4.3) (2016-08-19)
|
||||
# [1.4.3](https://github.com/showdownjs/showdown/compare/1.4.2...1.4.3) (2016-08-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
@ -81,7 +81,7 @@ showdown.setOption('disableForced4SpacesIndentedSublists', true);
|
|||
|
||||
|
||||
<a name="1.4.2"></a>
|
||||
## [1.4.2](https://github.com/showdownjs/showdown/compare/1.4.1...v1.4.2) (2016-06-21)
|
||||
# [1.4.2](https://github.com/showdownjs/showdown/compare/1.4.1...1.4.2) (2016-06-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
@ -96,7 +96,7 @@ showdown.setOption('disableForced4SpacesIndentedSublists', true);
|
|||
|
||||
|
||||
<a name="1.4.1"></a>
|
||||
## [1.4.1](https://github.com/showdownjs/showdown/compare/1.4.0...v1.4.1) (2016-05-17)
|
||||
# [1.4.1](https://github.com/showdownjs/showdown/compare/1.4.0...1.4.1) (2016-05-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
@ -106,7 +106,7 @@ showdown.setOption('disableForced4SpacesIndentedSublists', true);
|
|||
|
||||
|
||||
<a name="1.4.0"></a>
|
||||
# [1.4.0](https://github.com/showdownjs/showdown/compare/1.3.0...v1.4.0) (2016-05-13)
|
||||
# [1.4.0](https://github.com/showdownjs/showdown/compare/1.3.0...1.4.0) (2016-05-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
@ -139,10 +139,10 @@ showdown.setOption('disableForced4SpacesIndentedSublists', true);
|
|||
|
||||
|
||||
<a name"1.2.3"></a>
|
||||
### 1.2.3 (2015-08-27)
|
||||
# [1.2.3](https://github.com/showdownjs/showdown/compare/1.2.2...1.2.3) (2015-08-27)
|
||||
|
||||
|
||||
#### Bug Fixes
|
||||
### Bug Fixes
|
||||
|
||||
* **blockGamut:** fix for headings inside blockquotes ([3df70624](http://github.com/showdownjs/showdown/commit/3df70624), closes [#191](http://github.com/showdownjs/showdown/issues/191))
|
||||
* **blockQuote:** fix 'github style codeblocks' not being parsed inside 'blockquote' ([ed2cf595](http://github.com/showdownjs/showdown/commit/ed2cf595), closes [#192](http://github.com/showdownjs/showdown/issues/192))
|
||||
|
@ -151,7 +151,7 @@ showdown.setOption('disableForced4SpacesIndentedSublists', true);
|
|||
|
||||
|
||||
<a name"1.2.2"></a>
|
||||
### 1.2.2 (2015-08-02)
|
||||
### [1.2.2](https://github.com/showdownjs/showdown/compare/1.2.1...1.2.2) (2015-08-02)
|
||||
|
||||
|
||||
#### Bug Fixes
|
||||
|
@ -160,7 +160,7 @@ showdown.setOption('disableForced4SpacesIndentedSublists', true);
|
|||
|
||||
|
||||
<a name"1.2.1"></a>
|
||||
### 1.2.1 (2015-07-22)
|
||||
### [1.2.1](https://github.com/showdownjs/showdown/compare/1.2.0...1.2.1) (2015-07-22)
|
||||
|
||||
|
||||
#### Features
|
||||
|
@ -199,7 +199,7 @@ showdown.setOption('disableForced4SpacesIndentedSublists', true);
|
|||
|
||||
|
||||
<a name"1.2.0"></a>
|
||||
## 1.2.0 (2015-07-13)
|
||||
## [1.2.0](https://github.com/showdownjs/showdown/compare/1.1.0...1.2.0) (2015-07-13)
|
||||
|
||||
This release moves some of the most popular extensions (such as table-extension and github-extension) to core.
|
||||
Also introduces a simple cli tool that you can use to quickly convert markdown files into html.
|
||||
|
@ -223,7 +223,7 @@ Also introduces a simple cli tool that you can use to quickly convert markdown f
|
|||
|
||||
|
||||
<a name"1.1.0"></a>
|
||||
## 1.1.0 (2015-06-18)
|
||||
## [1.1.0](https://github.com/showdownjs/showdown/compare/1.0.2...1.1.0) (2015-06-18)
|
||||
|
||||
|
||||
#### Bug Fixes
|
||||
|
@ -248,7 +248,7 @@ Also introduces a simple cli tool that you can use to quickly convert markdown f
|
|||
|
||||
|
||||
<a name"1.0.2"></a>
|
||||
### 1.0.2 (2015-05-28)
|
||||
### [1.0.2](https://github.com/showdownjs/showdown/compare/1.0.1...1.0.2) (2015-05-28)
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
|
@ -257,7 +257,7 @@ Also introduces a simple cli tool that you can use to quickly convert markdown f
|
|||
|
||||
|
||||
<a name"1.0.1"></a>
|
||||
### 1.0.1 (2015-05-27)
|
||||
### [1.0.1](https://github.com/showdownjs/showdown/compare/1.0.0...1.0.1) (2015-05-27)
|
||||
|
||||
|
||||
#### Bug Fixes
|
||||
|
@ -266,7 +266,7 @@ Also introduces a simple cli tool that you can use to quickly convert markdown f
|
|||
|
||||
|
||||
<a name"1.0.0"></a>
|
||||
## 1.0.0 (2015-05-27)
|
||||
## [1.0.0](https://github.com/showdownjs/showdown/compare/0.3.4...1.0.0) (2015-05-27)
|
||||
|
||||
#### Release Information
|
||||
This is a major code refactor with some big changes such as:
|
||||
|
|
Loading…
Reference in New Issue
Block a user