Releases: japhib/pico8-ls
Releases · japhib/pico8-ls
v0.5.7
- Fix formatter removing necessary parentheses (issue #51, PR #67)
v0.5.6
- Fix formatter adding a leading newline to .p8 files (issue #51, PR #65) - thanks @akd-io!
v0.5.5
- Fix autocomplete being broken for tables (#62)
v0.5.4
- Add support for one-line
while
loop construct (#11)
- Add support for new conditional syntax
if ... do ... end
(#57)
- Fix changelog link (#52)
v0.5.2
- Fix for auto-complete duplicating table name & access operator (#40)
- Fix for auto-complete after table name showing all auto-completions rather than just the ones for that table (#25)
- Fix for snippets not working in
.lua
files (#46 - thanks @davidreif!)
v0.5.1
- Fixes formatting of single-line if statements with an
else
block
- Fixes formatting of
repeat ... until
loops (#43)