Skip to content

Latest commit

 

History

History
87 lines (50 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

87 lines (50 loc) · 1.69 KB

CHANGELOG

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

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

2019-05-29 [1.1.6]

  • Added

    • Support Windows
    • Small reformat code
  • Need

    • Clear code

2018-07-27 [1.1.5]

  • Added

    • Check astyle for installed on machine!
  • Needle

    • Check for .astylerc file

2018-07-26 [1.1.4]

  • Added

    • icon

2018-07-09 [1.1.3]

  • Added

    • Translate into english
    • Remove tests. It will recreated in future!
    • Add menu point in context menu of file which cpp and title
    • For mac add keybinding cmd+alt+l
  • Needle

    • Check astyle prog

2018-07-06 [1.1.2]

  • Added

    • Remove some rules in .eslintrc.js for comfortable work
    • Add editorconfig
    • Migrate to new repository
    • Added new preference - astyleFormat.messageTimeout
  • Needle

    • Check work with editor/context menu in package.json for add point in context menu
    • Translate description in english!

2018-07-03 [1.1.1]

  • Added

    • Added eslint
    • Fix all eslint errors
    • Write changelog!
  • Needle

    • Need tests!

2018-07-03 [1.1.0]

  • Added

    • Added features SETTINGS. Now you can set next settings in your .vscode/settings.json file:

      • astyleFormat.show-message : Show message when formatting. By default is true
      • astyleFormat.astylerc : Where is file .astylerc. By default is null (it means that file .astylerc exist in your HOME folder)

2018-07-02 [1.0.0]

  • Added

    • Add base functional of extension, such like a format using astyle without check an a program exist