Skip to content

Latest commit

 

History

History
326 lines (193 loc) · 4.75 KB

ChangeLog.md

File metadata and controls

326 lines (193 loc) · 4.75 KB

Change Log

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

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

[1.2.4] - 2022-02-21

Added

  • Add some syntax and language configuration.

Changed

Fixed


[1.2.3] - 2022-02-15

Added

Changed

  • Update sintax.

Fixed

  • Fix formatter, remove pre formatter.

[1.2.2] - 2022-02-09

Added

  • Create option to add new qml file to project.

Changed

Fixed

  • Fix quick fix sugestion.

[1.2.1] - 2022-02-04

Added

Changed

Fixed


[1.2.0] - 2022-02-02

Added

  • Add autcomplete from all custom and default components

Changed

  • Add default components ColumnLayout, RowLayout and GridLayout base on issue Add layouts #14

Fixed


[1.1.16] - 2022-01-28

Added

  • Add new default components properties.

Changed

Fixed

  • Fixed fix import diagnostic.

[1.1.15] - 2022-01-27

Added

Changed

Fixed

  • Fixed file data read.

[1.1.14] - 2022-01-27

Added

Changed

Fixed

  • Fixed file data read.

[1.1.13] - 2022-01-27

Added

Changed

Fixed

  • Fixed file data read.

[1.1.12] - 2022-01-27

Added

Changed

Fixed

  • Fixed file data read.

[1.1.11] - 2022-01-27

Added

  • Add "Code Action" to adjust custom components import.

Changed

  • improve "Go to definition" to go to custom component and fix go to id.

Fixed


[1.1.10] - 2022-01-20

Fixing issue #12.

Added

Changed

Fixed


[1.1.9] - 2022-01-19

Refactor complete in extension.

Added

Changed

  • Update extension folders and add language server and client.

Fixed


[1.1.8] - 2022-01-17

Fix some identation.

Added

Changed

Fixed


[1.1.7] - 2021-12-29

Fix some identation.

Added

  • Add new rule in pré formatter.

Changed

Fixed


[1.1.6] - 2021-12-29

Fix isseus.

Added

Changed

Fixed

  • Fix pré formatter.

[1.1.5] - 2021-12-17

Fix isseus.

Added

Changed

Fixed

  • Fix identation.

[1.1.4] - 2021-12-17

Fix isseus.

Added

  • New snippetes.

Changed

  • Improve formatter.

Fixed


[1.1.3] - 2021-12-08

Fix isseus.

Added

Changed

Fixed


[1.1.2] - 2021-12-07

Update language support and fix componente identation.

Added

  • Create basico README.md

Changed

Fixed


[1.1.1] - 2021-12-07

Update language support and fix componente identation.

Added

  • some pattern to language suport.

Changed

Fixed

  • Componente identation validator
    • Fix identation from component like Timer { id: timer }

[1.1.0] - 2021-12-06

Change to support language formatter and highlight properties.

Added

  • Create highlight to properties..
  • Suport to language QML.
  • Create snippets.

Changed

Fixed


[1.0.3] - 2021-11-30

Adjust formatter with if steatement.

Added

Changed

Fixed

Fix if/else formatter.

Fix comment formatter.


[1.0.2] - 2021-11-27

Create some regex to formatte document.

Added

Changed

Fixed

Create more regex to formatte some files.

Can't format if has "if/else" esteatement.


[1.0.1] - 2021-11-26

Fix import format.

Added

Changed

Fixed


[1.0.0] - 2021-11-26

Create a firt formater patter, init with import.

Added

Changed

Fixed