File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,13 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
55
66## [ Unreleased]
77
8+
9+ ## 1.1.1 - 2017-05-27
10+ ### Fixed
11+ - Issue #10 : Don't show format failure messages when using the ` Format Document ` from VsCode.
12+
813## 1.1.0 - 2017-05-09
14+ ### Added
915- Issue #6 : Formatting when there's only a single table in the entire file.
1016- Issue #4 : Add support for CJK characters.
1117
1218## 1.0.1 - 2017-04-08
19+ ### Fixed
1320- Fixed issue #1 by improving the detection of header separator to avoid unintended table formatting failures.
1421
1522## 1.0.0 - 2017-04-03
1623### Added
17- - Support to format individual tables with right click -> format selection .
24+ - Support to format individual tables with right click -> ` Format Selection ` .
Original file line number Diff line number Diff line change 22 "name" : " markdown-table-prettify" ,
33 "displayName" : " Markdown Table Prettifier" ,
44 "description" : " Transforms markdown tables to be more readable." ,
5- "version" : " 1.1.0 " ,
5+ "version" : " 1.1.1 " ,
66 "publisher" : " darkriszty" ,
77 "repository" : {
88 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments