Skip to content

Releases: mkslanc/ace-linters

v1.3.3

23 Sep 13:29
c4a02a1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

16 Sep 11:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

12 Sep 14:58
f49ab1a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

15 Aug 11:03
9f7bc45
Compare
Choose a tag to compare

What's Changed

  1. Global Refactoring:

    • Refactored the codebase to replace all instances of sessionId with documentUri. This transition improves the clarity and consistency of references within the application.
  2. Workspace and Document Features:

    • workspace/executeCommand: Added support for executing workspace commands, allowing for a broader range of workspace-level operations.
    • workspace/applyEdit: Implemented the ability to apply edits across the workspace dynamically, enhancing flexibility in managing workspace changes.
    • workspace/didChangeWorkspaceFolders: Introduced functionality to handle changes in workspace folders, enabling the client to respond dynamically to such changes.
    • textDocument/codeAction: Expanded support for code actions, allowing users to receive more targeted and useful in-editor suggestions and actions.
  3. UI and UX Improvements:

    • Added a new lightbulb component, providing intuitive visual cues for available code actions.
    • Separated styles into distinct files, improving the maintainability and organization of the codebase.
  4. Demo Enhancements:

    • Created a demo that showcases the file API alongside the newly integrated workspace capabilities, illustrating the practical application of these features.

PR's:

  • Execute command + Lighbulb by @mkslanc in #130
  • Workspace uri by @anijanyan in #132
  • Document URI global refactoring by @mkslanc in #129
  • Global Refactoring: Transition from sessionId to documentUri and Major Workspace Enhancements by @mkslanc in #128

Full Changelog: v1.2.3...v1.3.0

v1.2.3

28 Jun 11:11
0959dd6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

16 May 12:46
Compare
Choose a tag to compare
  • fix: eslint is not ignoring errors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

16 May 12:43
8d1b44d
Compare
Choose a tag to compare

What's Changed

  • Move clientCapabilities to BaseService by @mkslanc in #117
  • Add ability to filter typescript and python services by error messages by @mkslanc in #119

Full Changelog: v1.2.0...v1.2.1

v1.2.0

17 Apr 12:42
20ab149
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.2.0

v1.1.3

15 Apr 09:23
f14e4fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

19 Mar 09:55
Compare
Choose a tag to compare

What's Changed

  • Fix: Clear annotations for modes without corresponding service by @mkslanc in #106

Full Changelog: v1.1.1...v1.1.2