Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Latest commit

 

History

History
87 lines (64 loc) · 2.46 KB

CHANGELOG.md

File metadata and controls

87 lines (64 loc) · 2.46 KB

1.1.3

  • Fix #31
  • Update Unicode East Asian Width to 13.0.0

1.1.2

  • Update dependencies
    • In particular, update Unicode East Asian Width to 12.1.0

1.1.1

  • Add "Set Format Type" commands that can explicitly change "Format Type" config
  • Show notifications when config is changed by the commands

1.1.0

  • Add "Left Margin Characters" config
    • For example, you can enable markdown-table-editor in JavaScript comments by adding comment.block.documentation.js to "Scopes" and * to "Left Margin Characters".

1.0.2

1.0.1

  • Fix a problem about smart cursor

1.0.0

  • Overhauled using mte-kernel
  • Add "Format All" command
  • Add "Format On Save" option and "Toggle Format On Save" command
  • Add "Unicode Normalization" option for computing text widths
  • Enable "Smart Cursor" by default
  • Rename some options (old ones will be automatically migrated to the new ones)

0.6.4

  • Add "Move Row" and "Move Column" commands

0.6.3

  • Add config to change default cell alignment and header cell alignment

0.6.2

  • Add menu items
  • Add "Format Type" config, which specifies how a table is formatted on each operation
  • Add a command to switch the format type

0.6.1

  • Fix error when trying to align a column but the cursor is out of the table (#4)

0.6.0

  • Use scopes instead of grammar to determine active or not
    • The default config is changed from source.gfm, text.md to table.gfm, table.storage.md

0.5.2

  • Small improvements

0.5.1

  • Replace library for computing East Asian Width property

0.5.0

  • Always enable Unicode East Asian Width features
  • Disable "Treat East Asian Ambiguous Characters As Wide" by default

0.4.4

  • Add "Always Wide/Narrow Characters" settings, allows to override character width

0.4.3

  • Small change

0.4.2

  • Add "Treat East Asian Ambiguous Characters As Wide" option

0.4.1

  • Improve settings' descriptions

0.4.0

  • Modify behavior of "Next Cell"
    • To move to the next row from the right end, press enter instead of tab

0.3.0

  • Add "Smart Cursor" option, which enables more sophisticated cursor movement (like MS Office)
  • Small changes

0.2.0

  • Add more commands
  • Small improvements

0.1.1

  • Adds description in package.json

0.1.0

  • First release