mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-18 07:43:39 -05:00
Releasing version 3.3.1
* Borders are now disregarded, so add as many as you'd like. * Improved test coverage.
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,4 +1,15 @@
|
||||
# Change Log
|
||||
## Version 3.3.1
|
||||
* Improved logic to ignore table borders (add as many as you'd like), the
|
||||
first row is not treated special, it is row # 1. Keep that in mind while
|
||||
defining Formulas
|
||||
* Improved test coverage
|
||||
|
||||
## Version 3.3
|
||||
* Dropped +- mapping to create table border instead now using ||
|
||||
* You can now have a top table border (before header) as well as a bottom
|
||||
table border.
|
||||
|
||||
## Version 3.2
|
||||
* Added tests to test various use cases using <a
|
||||
href='https://github.com/kana/vim-vspec'>Vspec</a>..
|
||||
|
||||
Reference in New Issue
Block a user