Skip to content

Releases: jaredly/reason-language-server

1.7.3

14 Dec 02:51
Compare
Choose a tag to compare

Automatic release

Changes:

  • e007b2d version up
  • 6a8d6fc Merge branch 'master' of github.com:jaredly/reason-language-server
  • d833879 Fix issue where getting the ident binding time only works for 4.08. (#363)
  • fcac32a Upgrade ci to use latest from hello-reason (#361)
  • 9557e89 get fixture tests going

This list of changes was auto generated.

1.7.2

20 Nov 04:47
Compare
Choose a tag to compare

Automatic release

Changes:

  • 0b3226a Revert "Make client/registerCapability a request (#353)"
  • 59104ff Revert "revert the registerCapability change"
  • 5857c97 revert the registerCapability change
  • c1fce75 version
  • 43adc0d Make client/registerCapability a request (#353)
  • 69f28e0 fix macos hopefully
  • a174550 Calculate ESY__CACHE_INSTALL_PATH. Fixes failing MacOS ci (#354)
  • 7ce97bb Add typescript as a syntax dev dependency (#356)
  • 9a9ed7d Add space between number and "more" (#339)
  • 74fc340 add coc.nvim config synchronization (#342)
See More

This list of changes was auto generated.

1.7.1

06 Aug 03:18
fb1c1a0
Compare
Choose a tag to compare

Automatic release

Changes:

  • fb1c1a0 vscode ext version bump
  • 70973c3 Fix #290
  • 3a97d86 Add a line about symlinking the build executable (#313)
  • aa65b08 fix parsing for dune library syntax (#315)
  • ca5a5cd nameSpaceToName should elide '@' + split on both '/' and '-' (#312)
  • d00dcb0 add some more util testing, hopefully fixes #284
  • e617f84 Fix vscode comments highlight with // inside block comment (#289)
  • a04d4fe Better multi-line comments configuration in vscode (#302)
  • 10964f1 Close #299 - Add re support to markdown codeblock (#310)

This list of changes was auto generated.

1.7.0

29 Jun 04:46
Compare
Choose a tag to compare

Automatic release

Changes:

This list of changes was auto generated.

1.6.1

18 May 13:11
Compare
Choose a tag to compare

Bsb made a change to the way the jsx ppx worked which exposed a bug in the way RLS handles ppxs.
Thanks to @IwanKaramazow for fixing this (in #281)

1.6.0

11 Apr 16:41
Compare
Choose a tag to compare

I've substantially rewritten the way that dune compiler artifacts are detected, hopefully making it much more robust. However, because this is such a big change, I've put it behind a flag. To turn it on, set useOldDuneProcess to false in your vscode config.

Notable changes:

... I'm waiting to publish to vscode's extension repository until I can verify that windows + esy still works

1.5.2

05 Feb 13:49
Compare
Choose a tag to compare

thanks @anmonteiro!

1.5.1 - PPX expansion!

17 Jan 17:07
Compare
Choose a tag to compare

New features:

  • Specify build system with the "build_system_override_by_root" config option (#206)
  • add syntax highlighting for reason code embedded in markdown (#224) by @chaseadamsio
  • Support es6-global compilation (#212) by @bloodyowl

Bug fixes:

  • Escape spaces in ppx-flag arguments when passing to bsb (#231) by @baransu
  • Dedupe the source files list. (#226) by @bloodyowl
  • Look for public_name too when figuring out a dune library name (#208) by @anmonteiro

1.4.1

15 Dec 16:19
Compare
Choose a tag to compare

[this hasn't been released to the vscode store yet -- please use the .vsix if you want to try things out]

This fixes es6-global compilation mode in bsb

1.4.0

27 Nov 19:38
Compare
Choose a tag to compare
  • allow disabling autoRebuild by @rusty-key
  • support global OPAM switches by @anmonteiro
  • better dunefile parsing by @anmonteiro
  • initial support for esy sandboxes