Skip to content

Releases: badetitou/Pharo-LanguageServer

v5.0.0

01 Aug 06:36
Compare
Choose a tag to compare

Update for the support of Pharo12.
I'm still alone for this project so I will not ensure maintainability across several version of Pharo. But you can use v4 last release for Pharo11 support

Full Changelog: v4.0.7...v5.0.0

v4.0.7

05 Feb 17:43
Compare
Choose a tag to compare
  • Add test API for vscode integration

(example
image
)

Full Changelog: v4.0.6...v4.0.7

v4.0.6

05 Feb 09:34
Compare
Choose a tag to compare

This release improves the code by

  • Using generic code
  • Cleaning duplicated variables

Full Changelog: v4.0.5...v4.0.6

v4.0.5 - Add proposed API for inline completion

16 Oct 10:08
575e431
Compare
Choose a tag to compare

Add the API for inline completion

What's Changed

  • Add basic infrastructure to be able to create a Language Server Protocol - Client in Pharo by @badetitou in #11

Full Changelog: v4.0.3...v4.0.5

v4.0.3 - Infrastructure for workspace edit

08 Sep 06:27
Compare
Choose a tag to compare

This release add the infrastructure to support workspace edit

Full Changelog: v4.0.2...v4.0.3

v4.0.2

22 Jun 08:35
Compare
Choose a tag to compare

Full Changelog: v4.0.1...v4.0.2

v4.0.1

21 Jun 16:17
Compare
Choose a tag to compare

Full Changelog: v4.0.0...v4.0.1

v4.0.0 - Support Pharo 11

31 May 06:38
f72d212
Compare
Choose a tag to compare

When changing to Pharo 11 CI, part of the code was broken, so we tried to modify quickly the code to make available this code to Pharo11.
But we will not maintain compatibility with old Pharo since from this version.

Full Changelog: v3.1.2...v4.0.0

v3.1.2 - tests and print fix

10 Mar 12:08
feb5248
Compare
Choose a tag to compare

Full Changelog: v3.1.1...v3.1.2

This version includes lot more tests and might fix a bug with print command

v3.1.1 - fix variables pane

03 Oct 12:10
Compare
Choose a tag to compare

fix the variables pane of the vscode extension by always using the same string for the PLS Context

Full Changelog: v3.0.2...v3.1.1