File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ Plugin 'rescript-lang/vim-rescript'
5252NeoBundle '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
You can’t perform that action at this time.
0 commit comments