Skip to content

Releases: jlchmura/lpc-language-server

v1.1.24

21 Jan 20:09
eb3c2ac
Compare
Choose a tag to compare

Changelog

PRs

Full Changelog: v1.1.23...v1.1.24

v1.1.23

10 Jan 22:00
8430e90
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.22...v1.1.23

v1.1.22

09 Jan 21:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.21...v1.1.22

v1.1.21

07 Jan 20:14
466dc0d
Compare
Choose a tag to compare

What's Changed

  • Use proper array element type in foreach statements by @jlchmura in #162
  • Fix flow types inside inline closure. by @jlchmura in #165
  • Use var decl type in foreach w/ untyped map by @jlchmura in #166

Full Changelog: v1.1.20...v1.1.21

v1.1.20

05 Jan 13:38
Compare
Choose a tag to compare

Changelog

PRs

New Contributors

Full Changelog: v1.1.19...v1.1.20

v1.1.19

02 Jan 22:11
5aff8de
Compare
Choose a tag to compare

Changelog

PRs

Full Changelog: v1.1.18...v1.1.19

v1.1.18

30 Dec 19:11
Compare
Choose a tag to compare

Changelog

PRs

  • Package lib for external use and github action by @jlchmura in #136
  • Prevent duplicate diagnostics when running the build task by @jlchmura in #138
  • Prefer override with LPCDoc comment by @jlchmura in #141
  • Allow include nodes to parse trailing doc comments. by @jlchmura in #142
  • Fix typings for filter efun and add unit test, closes #145 by @jlchmura in #146
  • Add sefun inherited members to globals by @jlchmura in #147
  • Add @lpc-nocheck and @lpc-ignore directives by @jlchmura in #148
  • Trigger re-parse of files that include the file being edited. by @jlchmura in #149

Full Changelog: v1.1.17...v1.1.18

v1.1.17

27 Dec 20:27
3ec7fc0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.16...v1.1.17

v1.1.16

23 Dec 21:44
Compare
Choose a tag to compare

What's Changed

  • Add defines to completion provider by @jlchmura in #128
  • Display hover quickinfo for macros by @jlchmura in #129
  • Syntax highlighting should allow whitespace after property access tokens by @jlchmura in #130
  • Fix type narrowing w/ no discriminant by @jlchmura in #131

Full Changelog: v1.1.15...v1.1.16

v1.1.15

21 Dec 13:36
9018678
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.14...v1.1.15