12.0.0-beta.6
Pre-release
Pre-release
·
159 commits
to master
since this release
💥 Breaking Change
rescript formatno 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 formatnow has a--devflag that works similar torescript clean. #7752rescript cleannow will clean an individual project (see #7707). #7752rescript cleanwill log multiplein-sourceextensions if present. #7769
🏠 Internal
- AST: Use jsx_tag_name instead of Longindent.t to store jsx tag name. #7760