Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 766 Bytes

File metadata and controls

25 lines (21 loc) · 766 Bytes

Change Log

All notable changes to the "codealignment-vscode" extension will be documented in this file.

[Unreleased]

2.0 - 2018-01-28

  • Allow Alignments from Caret Position (Ticket 6)
  • Expose Align by Space (Ticket 8)
  • Change Align by equals delimiter to be a space then equals (Ticket 16)
  • Fixed: Automatic scope selection is used when column marking is used (Ticket 15)

1.2 - 2018-01-28

Added

  • Introduce key bindings (Ticket 10)

1.0 - 2018-01-27

Added

  • Initial release
  • Automatic scope selection when no lines selected.
  • Expose Align by string Function.
  • Expose Align by Equals Function.
  • Expose Align by Period Function.
  • Expose Align by Quote Function.
  • Expose Basic Align by Regex Function.
  • Build extension on AppVeyor.