Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

56 lines (36 loc) · 1.57 KB

Change Log

All notable changes to the "kb-layout-switcher" extension will be documented in this file.

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

0.0.1 - 2020-05-13

Added

  • ReadMe.
  • Boilerplate extension with working prototype functionality (only in one way from English to Russian)

0.1.1 - 2020-06-02

Added

  • TwoWayMap class to make keyboard layout switch in two way.
  • switchText() function to make all job.
  • Unit tests on Mocha.
  • VS Code project settings.

Changed

  • Extension name.
  • Moved TSLint -> ESLint.

0.1.2 - 2020-06-02

Changed

  • Publisher name.

0.1.3 - 2020-06-05

Added

  • Travis-CI integration.
  • Logo.
  • Keywords.

Changed

  • Tests were separated from src.
  • devDependencies were updated.
  • npm -> yarn.