Releases: jaredly/reason-language-server
Releases · jaredly/reason-language-server
1.7.3
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
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
- f6432da add coc extension readme (#343)
- 50860ec Fixes unexpected behavior of (** (#346)
- eb0c9c3 Add coc.nvim extension (#333)
- 6282bc9 Port old syntax build system (#331)
- 53c99e9 RLS on Windows (#318)
- 8b519b3 Fix let syntax in OCaml (#330)
- 7db4260 Support OCaml 4.08 (#305)
- ac9d35b Setup github workflow for reason-langage-server (#323)
This list of changes was auto generated.
1.7.1
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
Automatic release
Changes:
- 561d0cb getting ready for publish
- 0957b55 Set up CI with Azure Pipelines (#307) [ #207 ] thanks to @ulrikstrid for getting this started!
- c666bdd Don't apply other preprocessing flags to Reason files. (#300) by @IwanKaramazow
- f08928f Fix locations for complex idents (foo.bar) that went through ppx (#303) by @jchavarri
- 8bebf85 more general handling of quote (#304) by @bobzhang
- 35e42c0 minor fixes to dune parsing
- 8c0d7c5 always log MerlinFile errors
This list of changes was auto generated.
1.6.1
1.6.0
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:
- Add support for bs-platform 5.0.0 custom namespace (#259) by @MoOx
- Make default format_width value of declared type (#253) by @ELLIOTTCABLE
- Add support for bs-platform with 4.06 ast (#267) by @IwanKaramazow
- Escape pp-flags arguments when parsing .merlin (#266) by @IwanKaramazow
... I'm waiting to publish to vscode's extension repository until I can verify that windows + esy still works
1.5.2
thanks @anmonteiro!
1.5.1 - PPX expansion!
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
1.4.0
- allow disabling autoRebuild by @rusty-key
- support global OPAM switches by @anmonteiro
- better dunefile parsing by @anmonteiro
- initial support for esy sandboxes