12.0.0-beta.6
Pre-release
Pre-release
·
1 commit
to master
since this release
💥 Breaking Change
rescript format
no longer accepts--all
. All (non-dev) files of the current rescript.json are now formatted by default. #7752
🚀 New Feature
- Add new Stdlib helpers:
String.capitalize
,String.isEmpty
,Dict.size
,Dict.isEmpty
,Array.isEmpty
,Map.isEmpty
,Set.isEmpty
. #7516
🐛 Bug fix
- Fix issue with ast conversion (for ppx use) on functions with attributes on first argument. #7761
💅 Polish
rescript format
now has a--dev
flag that works similar torescript clean
. #7752rescript clean
now will clean an individual project (see #7707). #7752rescript clean
will log multiplein-source
extensions if present. #7769
🏠 Internal
- AST: Use jsx_tag_name instead of Longindent.t to store jsx tag name. #7760