Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

59 lines (38 loc) · 1.81 KB

Change Log

[0.0.3] - 2021-11-13

  • Improved autocompletion for function creation
  • The extension will add/close brackets + colon when a custom function is defined

[0.0.2] - 2021-11-12

  • Updated URLs and added Acknowledgments

[0.0.1] - 2021-11-12

  • Forked to create PyColonize
  • The extension will add colons if the python keyword at the start of line requires a colon.

Fork

All notable changes to the "Colonize" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

2.2.2 - 2017-03-10

Fixed

  • Mistyping in readme. Shamefully, it can't be done without bumping the version number up.

2.2.1 - 2017-03-10

Changed

  • Hold position command is fired with ctrl+alt+enter now. Because ctrl+enter is Visual Studio Code shortcut for insert newline below and people may be used to it.

2.2.0 - 2017-03-10

Added

  • Hold position command which inserts a semicolon but doesn't move cursor

2.1.0 - 2016-01-02

Added

  • First accepts autocomplete suggestion (if one is present) and then does its job
  • Standard as dev dependency
  • .editorconfig

Changed

  • No matter if line contains semicolon or not cursor will move

2.0.0 - 2016-12-13

Changed

  • Switched from ts to js
  • Start following SemVer properly.