Releases: mkslanc/ace-linters
Releases · mkslanc/ace-linters
v1.4.0
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
What's Changed
-
Global Refactoring:
- Refactored the codebase to replace all instances of
sessionId
withdocumentUri
. This transition improves the clarity and consistency of references within the application.
- Refactored the codebase to replace all instances of
-
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.
-
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.
-
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
todocumentUri
and Major Workspace Enhancements by @mkslanc in #128
Full Changelog: v1.2.3...v1.3.0
v1.2.3
v1.2.2
- fix: eslint is not ignoring errors
Full Changelog: v1.2.1...v1.2.2