Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move rescript/tools to OCaml #855

Merged
merged 17 commits into from
Jan 12, 2024
Prev Previous commit
Next Next commit
Merge branch 'master' into move-tools-to-ocaml
  • Loading branch information
aspeddro committed Dec 23, 2023
commit 187bb0649ab1f9fda09ac67d2e41ae5fa0f50a2b
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@

- Move `rescript-tools` to OCaml code and make `analysis` an library. https://github.com/rescript-lang/rescript-vscode/pull/855

## 1.32.0

#### :bug: Bug Fix

- Fix so that you don't need a leading `#` to complete for polyvariant constructors. https://github.com/rescript-lang/rescript-vscode/pull/874
- Print keyword polyvariant constructors with quotes when doing completions. https://github.com/rescript-lang/rescript-vscode/pull/877

## 1.30.0

#### :rocket: New Feature
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.