|
1 | | -# Change Log |
2 | | - |
3 | | -All notable changes to the `markdowntableprettify` extension will be documented in this file. |
4 | | - |
5 | | -The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). |
6 | | - |
7 | | -## [Unreleased] |
8 | | - |
9 | | -## 2.4.0 - 2019-05-11 |
10 | | -### Added |
11 | | -- Issue #28: Add the possibility to disable window messages from the extension |
12 | | - |
13 | | -## 2.3.0 - 2018-12-16 |
14 | | -### Added |
15 | | -- Issue #7: Support formatting all tables in the document. |
16 | | - |
17 | | -## 2.2.0 - 2018-09-26 |
18 | | -### Added |
19 | | -- Issue #22: Allow formatting without a filename |
20 | | - |
21 | | -## 2.1.0 - 2018-09-15 |
22 | | -### Added |
23 | | -- Issue #15: Support alignment options |
24 | | - |
25 | | -## 2.0.0 - 2018-02-09 |
26 | | -### Added |
27 | | -- Issue #12: Full rewrite for refactoring. |
28 | | -- Issue #11: Support escaping of separators with backslash. |
29 | | -- Issue #16: Ignore separators that are in code blocks. |
30 | | - |
31 | | -## 1.1.1 - 2017-05-27 |
32 | | -### Fixed |
33 | | -- Issue #10: Don't show format failure messages when using the `Format Document` from VsCode. |
34 | | - |
35 | | -## 1.1.0 - 2017-05-09 |
36 | | -### Added |
37 | | -- Issue #6: Formatting when there's only a single table in the entire file. |
38 | | -- Issue #4: Add support for CJK characters. |
39 | | - |
40 | | -## 1.0.1 - 2017-04-08 |
41 | | -### Fixed |
42 | | -- Fixed issue #1 by improving the detection of header separator to avoid unintended table formatting failures. |
43 | | - |
44 | | -## 1.0.0 - 2017-04-03 |
45 | | -### Added |
46 | | -- Support to format individual tables with right click -> `Format Selection`. |
| 1 | +# Change Log |
| 2 | + |
| 3 | +All notable changes to the `markdowntableprettify` extension will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). |
| 6 | + |
| 7 | +## [Unreleased] |
| 8 | + |
| 9 | +## 2.5.0 - 2020-07-04 |
| 10 | +### Added |
| 11 | +- Issue #30: Add configurable text limit for table formatting |
| 12 | + |
| 13 | +## 2.4.0 - 2019-05-11 |
| 14 | +### Added |
| 15 | +- Issue #28: Add the possibility to disable window messages from the extension |
| 16 | + |
| 17 | +## 2.3.0 - 2018-12-16 |
| 18 | +### Added |
| 19 | +- Issue #7: Support formatting all tables in the document. |
| 20 | + |
| 21 | +## 2.2.0 - 2018-09-26 |
| 22 | +### Added |
| 23 | +- Issue #22: Allow formatting without a filename |
| 24 | + |
| 25 | +## 2.1.0 - 2018-09-15 |
| 26 | +### Added |
| 27 | +- Issue #15: Support alignment options |
| 28 | + |
| 29 | +## 2.0.0 - 2018-02-09 |
| 30 | +### Added |
| 31 | +- Issue #12: Full rewrite for refactoring. |
| 32 | +- Issue #11: Support escaping of separators with backslash. |
| 33 | +- Issue #16: Ignore separators that are in code blocks. |
| 34 | + |
| 35 | +## 1.1.1 - 2017-05-27 |
| 36 | +### Fixed |
| 37 | +- Issue #10: Don't show format failure messages when using the `Format Document` from VsCode. |
| 38 | + |
| 39 | +## 1.1.0 - 2017-05-09 |
| 40 | +### Added |
| 41 | +- Issue #6: Formatting when there's only a single table in the entire file. |
| 42 | +- Issue #4: Add support for CJK characters. |
| 43 | + |
| 44 | +## 1.0.1 - 2017-04-08 |
| 45 | +### Fixed |
| 46 | +- Fixed issue #1 by improving the detection of header separator to avoid unintended table formatting failures. |
| 47 | + |
| 48 | +## 1.0.0 - 2017-04-03 |
| 49 | +### Added |
| 50 | +- Support to format individual tables with right click -> `Format Selection`. |
0 commit comments