-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
106 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
# Changelog | ||
|
||
## [Unreleased] | ||
|
||
## [1.5.0] - 2024-08-01 | ||
|
||
### Added | ||
|
||
- Error handling for curl when there is no internet connection | ||
- GZip decompression support for the studio plugin server (#23) | ||
- Support for tilde (`~`) expansion in definition and documentation files | ||
- Health checks (`:checkhealth luau-lsp`) | ||
- `:LuauLsp` single command | ||
- Changelog file | ||
|
||
### Changed | ||
|
||
- Rojo project files (`*.project.json`) have more priority when finding the root directory | ||
|
||
### Deprecated | ||
|
||
- Commands starting with `:Luau` in favor of `:LuauLsp` single command | ||
|
||
### Removed | ||
|
||
- `treesitter()` function | ||
|
||
## [1.4.0] - 2024-04-07 | ||
|
||
### Added | ||
|
||
- Support for luau-lsp studio companion plugin (#17) | ||
|
||
### Changed | ||
|
||
- Log messages will now display the plugin name even without a notification plugin | ||
|
||
### Removed | ||
|
||
- Custom treesitter parser in favor of the built-in one | ||
|
||
### Fixed | ||
|
||
- Neovim 0.9 compatibility | ||
- Improved bytecode performance on large files | ||
|
||
## [1.3.0] - 2024-01-06 | ||
|
||
### Added | ||
|
||
- `sourcemap.autogenerate` and `sourcemap.rojo_project_file` options | ||
- `types.roblox_security_level` option | ||
- Support for `:help 'exrc'` neovim option | ||
|
||
### Changed | ||
|
||
- Renamed command `:RojoSourcemap` to `:LuauRegenerateSourcemap` | ||
|
||
### Removed | ||
|
||
- `sourcemap.select_rojo_project` in favor of `sourcemap.rojo_project_file` | ||
|
||
### Fixed | ||
|
||
- Sourcemap notifications in non rojo projects | ||
- Bytecode buffer issues | ||
|
||
## [1.2.0] - 2023-12-31 | ||
|
||
### Added | ||
|
||
- `:LuauBytecode` and `:LuauCompilerRemarks` commands | ||
|
||
### Fixed | ||
|
||
- Roblox types download errors on Windows | ||
|
||
## [1.1.0] - 2023-11-26 | ||
|
||
### Added | ||
|
||
- `sourcemap.select_project_file` option | ||
|
||
### Changed | ||
|
||
- Custom treesitter is optional now | ||
|
||
### Removed | ||
|
||
- `sourcemap.rojo_project_file` option | ||
|
||
## [1.0.1] - 2023-09-08 | ||
|
||
### Fixed | ||
|
||
- lspconfig error when using manager | ||
|
||
## [1.0.0] - 2023-09-08 | ||
|
||
### Changed | ||
|
||
- Plugin specific and server specific configurations split up | ||
|
||
## [0.1.0] - 2023-08-17 | ||
|
||
Initial release |