Skip to content

Releases: japhib/pico8-ls

v0.5.7

08 Nov 21:56
Compare
Choose a tag to compare
  • Fix formatter removing necessary parentheses (issue #51, PR #67)

v0.5.6

27 Oct 02:34
Compare
Choose a tag to compare
  • Fix formatter adding a leading newline to .p8 files (issue #51, PR #65) - thanks @akd-io!

v0.5.5

18 Oct 20:39
Compare
Choose a tag to compare
  • Fix autocomplete being broken for tables (#62)

v0.5.4

14 Jul 20:24
Compare
Choose a tag to compare
  • 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.3

10 Nov 18:59
Compare
Choose a tag to compare
  • Adds support for code folding using #region comments (#49) - thanks @TheCyberRonin!

v0.5.2

26 Sep 18:27
Compare
Choose a tag to compare
  • 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

15 Sep 21:05
Compare
Choose a tag to compare
  • Fixes formatting of single-line if statements with an else block
  • Fixes formatting of repeat ... until loops (#43)