Skip to content

Commit c3f492e

Browse files
committed
Add changelog
1 parent ac1c0cc commit c3f492e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
- Reanalyze: add reactive incremental analysis (`-reactive`, `-runs`, `-churn`) and Mermaid pipeline dumping (`-mermaid`). https://github.com/rescript-lang/rescript/pull/8092
2323

2424
- Reanalyze: add `reanalyze-server` (long-lived server) with transparent delegation for `rescript-tools reanalyze -json`. https://github.com/rescript-lang/rescript/pull/8127
25+
- Add support of `js-post-build` in Rewatch. Note that `${file}` is now an absolute path. https://github.com/rescript-lang/rescript/pull/8151
2526

2627
#### :bug: Bug fix
2728

rewatch/CompilerConfigurationSpec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This document contains a list of all bsconfig parameters with remarks, and wheth
2222
| warnings | Warnings | | [x] |
2323
| ppx-flags | array of string | | [x] |
2424
| pp-flags | array of string | | [_] |
25-
| js-post-build | Js-Post-Build | | [_] |
25+
| js-post-build | Js-Post-Build | `${file}` is now an absolute path | [x] |
2626
| package-specs | array of Module-Format | | [_] |
2727
| package-specs | array of Package-Spec | | [x] |
2828
| entries | array of Target-Item | | [_] |
@@ -135,7 +135,7 @@ Currently supported features:
135135

136136
| Parameter | JSON type | Remark | Implemented? |
137137
| --------- | --------- | ------ | :----------: |
138-
| cmd | string | | [_] |
138+
| cmd | string | `${file}` is now an absolute path | [x] |
139139

140140
### Package-Spec
141141

0 commit comments

Comments
 (0)