Skip to content

Commit d2e9a90

Browse files
committed
Release v1.2.0
1 parent 0581193 commit d2e9a90

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,23 @@
22

33
## master
44

5+
## 1.2.0
6+
57
** Improvements: **
68

79
- Upgrade to `rescript-vscode@1.4.0` (see changes [here](https://github.com/rescript-lang/rescript-vscode/blob/1.0.4/HISTORY.md#104))
810
- Add proper monorepo support (`e.g. yarn workspaces`)
9-
- Detects `bsb` / `bsc` correctly for each buffer separately.
11+
- Detects `bsb` / `bsc` correctly for each file separately and finds the right (sub-)project context
1012
- Heuristic for detecting the binaries: For the current file, find the nearest `node_modules/bs-platform` folder for the binaries
1113
- Adds an `augroup RescriptAutoProjectEnv` that sets the environment on every `.res` / `.resi` related read / write / new file event
1214
- Will also update the environment on each `format` and `build` call to make it sync up for all non-rescript buffers
1315
- On each env update, it updates the local working directory to the updated project root path as well
16+
- Add new commands `:RescriptBuildWorld` and `:RescriptCleanWorld` for cleaning / building all sources + dependencies
17+
18+
** Bugfixes **
19+
1420
- Fixes issue with long template strings breaking the syntax highlighting
1521
- Fixes an issue where `:RescriptBuild` would fail in non-rescript buffers due to a wrongly scoped script variable (was buffer only)
16-
- Add new commands `:RescriptBuildWorld` and `:RescriptCleanWorld` for cleaning / building all sources + dependencies
1722

1823
## 1.1.0
1924

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ Plugin 'rescript-lang/vim-rescript'
5252
NeoBundle 'rescript-lang/vim-rescript'
5353
```
5454

55-
You can also pin your installation to specific tags:
55+
You can also pin your installation to specific tags (check our releases [here](https://github.com/rescript-lang/vim-rescript/releases)):
5656

5757
```
58-
Plug 'rescript-lang/vim-rescript', {'tag': 'v1.1.0'}
58+
Plug 'rescript-lang/vim-rescript', {'tag': 'v1.2.0'}
5959
```
6060

6161
## Using vim-rescript with COC

0 commit comments

Comments
 (0)