Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 22:09
94f65eb

2.0.0 (2022-08-26)

⚠ BREAKING CHANGES

  • Rebuild project to support more QML language features.

Features

  • build command execution wrapper (55a2ed3)
  • build qmllint ts wrapper (db65cb7)
  • python: add qmllint scripts (1263928)
  • qml: add language features (5140800)
  • qmldir: add language features (b301e7b)
  • qmllint: add enable/disable config (ebb188f)
  • qmllint: add qmllint path and options configurations (e978688)
  • qmllint: catch uri-path conversion error (4beef62)
  • qmllint: lint QML files on opened/saved (a6bd8c6)
  • qmllint: support .qmllint.ini file (056478c)
  • qmllint: support multi-root workspace on resolving Python script (13db906)
  • qmllint: support notification from server to client (cc6798a)
  • resolve predefined variables in tool path and options (f139415), closes #184
  • show error notifications generated from Python scripts (90a6a8f)
  • show errors with notification window (d060b76)
  • show qmllint result (a8a1161)
  • support spaces in command arguments (9f3e9cb)

Bug Fixes

Reverts

Miscellaneous Chores