We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5452b commit c26f41bCopy full SHA for c26f41b
2 files changed
.vscodeignore
@@ -8,4 +8,6 @@ src/**
8
tsconfig.json
9
vsc-extension-quickstart.md
10
.travis.yml
11
-demonstration.md
+demonstration.md
12
+package-lock.json
13
+gulpfile.js
CHANGELOG.md
@@ -5,6 +5,8 @@ All notable changes to the `markdowntableprettify` extension will be documented
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]
+
+## 2.0.0 - 2012-02-09
### Added
- Issue #12: Full rewrite for refactoring.
- Issue #11: Support escaping of separators with backslash.
0 commit comments