Skip to content

Latest commit

 

History

History
104 lines (62 loc) · 2.96 KB

CHANGELOG.md

File metadata and controls

104 lines (62 loc) · 2.96 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Changed

  • Fixed tests when run from command line.

0.1.5 - 2018-05-03

Added

  • Command text-tables.nextRow (Text Tables: Next row in command pallete) for jumping on next row and creating new rows if needed.

Changed

  • Command text-tables.gotoNextCell (Text Tables: Go to next cell in command pallete) inserts new row when applied in last data cell of table.
  • Fixed markdown parser for tables with separator row where separator row has less columns than other row (#33).

0.1.0 - 2018-04-16

Changed

  • Codebase refactor.
  • Preview status removed from extension.

0.0.9 - 2018-04-14

Added

  • Command Move row down to move row down in table mode.
  • Command Move row up to move row up in table mode.
  • Command Move column right to move column right in table mode.
  • Command Move column left to move column left in table mode.

0.0.8 - 2018-04-14

Changed

  • Fixed Create table command for markdown (#24).

0.0.7 - 2018-04-13

Changed

  • Table mode made local to editor (#22).

0.0.6 - 2018-04-12

Changed

  • Shortcuts readme update

0.0.5 - 2018-04-12

Added

  • Command text-tables.enable (Text Tables: Enable in command pallete) for activating extension in any file.
  • Command text-tables.clearCell (Text Tables: Clear cell in command pallete) for clearing cell under cursor.

0.0.4 - 2018-04-11

Added

  • Setting text-tables.showStatus to control whether status item for mode should be visible.

0.0.3 - 2018-04-07

Changed

  • Navigation now via Tab and Shift+Tab skips separator rows

0.0.2 - 2018-04-05

Added

  • Create table command.

Changed

  • Linting settings.
  • Readme file updated with additional badges.

0.0.1 - 2018-03-24

  • Initial release