File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master
4
4
5
+ ## 1.2.0
6
+
5
7
** Improvements: **
6
8
7
9
- Upgrade to ` rescript-vscode@1.4.0 ` (see changes [ here] ( https://github.com/rescript-lang/rescript-vscode/blob/1.0.4/HISTORY.md#104 ) )
8
10
- 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
10
12
- Heuristic for detecting the binaries: For the current file, find the nearest ` node_modules/bs-platform ` folder for the binaries
11
13
- Adds an ` augroup RescriptAutoProjectEnv ` that sets the environment on every ` .res ` / ` .resi ` related read / write / new file event
12
14
- Will also update the environment on each ` format ` and ` build ` call to make it sync up for all non-rescript buffers
13
15
- 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
+
14
20
- Fixes issue with long template strings breaking the syntax highlighting
15
21
- 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
17
22
18
23
## 1.1.0
19
24
Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ Plugin 'rescript-lang/vim-rescript'
52
52
NeoBundle 'rescript-lang/vim-rescript'
53
53
```
54
54
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 ) ) :
56
56
57
57
```
58
- Plug 'rescript-lang/vim-rescript', {'tag': 'v1.1 .0'}
58
+ Plug 'rescript-lang/vim-rescript', {'tag': 'v1.2 .0'}
59
59
```
60
60
61
61
## Using vim-rescript with COC
You can’t perform that action at this time.
0 commit comments