Skip to content

Commit

Permalink
feat: add a changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
lopi-py committed Aug 1, 2024
1 parent 810cd17 commit 2b312aa
Showing 1 changed file with 106 additions and 0 deletions.
106 changes: 106 additions & 0 deletions CHANGELOG.md
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

0 comments on commit 2b312aa

Please sign in to comment.