From c6609fd67de6833af9717198105e50a39370ce87 Mon Sep 17 00:00:00 2001 From: Dhruva Sagar Date: Thu, 28 Mar 2013 18:02:14 +0530 Subject: [PATCH] Moved Change Log to CHANGELOG.md --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ README.md | 32 +++----------------------------- 2 files changed, 33 insertions(+), 29 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e90f0f5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# Change Log +## Version 2.2 +* Improved :Tableize to now accept a {pattern} just like :Tabular to match the + delimiter. + +## Version 2.1.3 : +* Bug Fix #1, added new option `g:table_mode_no_border_padding` which removes + padding from the border. + +## Version 2.1.2 : +* Bug Fixes #2, #3 & #4 + +## Version 2.1.1 : +* Added option g:table_mode_align to allow setting Tabular format option for + more control on how Tabular aligns text. + +## Version 2.1 : +* VIM loads plugins in alphabetical order and so table-mode would be loaded + before Tabularize which it depends on. Hence Moved plugin into an after + plugin. Checking if Tabularize is available and finish immidiately if it's + not. + +## Version 2.0 : +* Moved bulk of code to autoload for vimscript optimisation. + +## Version 1.1 : +* Added Tableize command and mapping to convert existing content into a table. + +## Version 1.0 : +* First stable release, create tables as you type. diff --git a/README.md b/README.md index 4ad4788..f2b60fb 100644 --- a/README.md +++ b/README.md @@ -4,35 +4,9 @@ An awesome automatic table creator & formatter allowing one to create neat tables as you type. ## Change Log -### Version 2.2 -* Improved :Tableize to now accept a {pattern} just like :Tabular to match the - delimiter. - -### Version 2.1.3 : -* Bug Fix #1, added new option `g:table_mode_no_border_padding` which removes - padding from the border. - -### Version 2.1.2 : -* Bug Fixes #2, #3 & #4 - -### Version 2.1.1 : -* Added option g:table_mode_align to allow setting Tabular format option for - more control on how Tabular aligns text. - -### Version 2.1 : -* VIM loads plugins in alphabetical order and so table-mode would be loaded - before Tabularize which it depends on. Hence Moved plugin into an after - plugin. Checking if Tabularize is available and finish immidiately if it's - not. - -### Version 2.0 : -* Moved bulk of code to autoload for vimscript optimisation. - -### Version 1.1 : -* Added Tableize command and mapping to convert existing content into a table. - -### Version 1.0 : -* First stable release, create tables as you type. +See +CHANGELOG.md ## Getting Started ### Installation