Tags:
- 💥 [Breaking Change]
- 👓 [Spec Compliance]
- 🚀 [New Feature]
- 🐛 [Bug Fix]
- 📝 [Documentation]
- 🏠 [Internal]
- 💅 [Polish]
- Add
moduletypeid
field for explicitly annotated module type. rescript-lang/rescript-vscode#1019
- Print module structure with signature to module path. rescript-lang/rescript-vscode#1018
- Make sure Linux binaries are statically linked.
- Reverse order of extracted embeds, so they're in the correct order.
- Ship Linux ARM64 binaries.
- Expose
getBinaryPath
JS function that you can import to get the binary to call for the current platform.
- internal Add experimental command for extracting (string) contents from extension points.
- Add
source
property to type, value, module and module alias. rescript-lang/rescript-vscode#900.
- Print docstrings for nested submodules. rescript-lang/rescript-vscode#897
- Print
deprecated
field for module. rescript-lang/rescript-vscode#897
- Support inline record fields in constructors. rescript-lang/rescript-vscode#889
- Fix docstrings for module alias. Get internal docstrings of module file. rescript-lang/rescript-vscode#878
- Fix extracted docs of types include escaped linebreaks in signature. rescript-lang/rescript-vscode#891
- Expose more
decode
functions. rescript-lang/rescript-vscode#866
- Add env var
FROM_COMPILER
to extract docstrings from compiler repo. rescript-lang/rescript-vscode#868
- Fix tagged variant for
Module
and add attr to interface files. rescript-lang/rescript-vscode#866 - Fix
rescript-tools --version
command. rescript-lang/rescript-vscode#873 - Fix output truncate when run
rescript-tools doc path/to/file.res
in a separate process. rescript-lang/rescript-vscode#868