Skip to content

12.0.0-beta.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@fhammerschmidt fhammerschmidt released this 15 Aug 20:37
· 1 commit to master since this release
37f233f

💥 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 to rescript clean. #7752
  • rescript clean now will clean an individual project (see #7707). #7752
  • rescript clean will log multiple in-source extensions if present. #7769

🏠 Internal

  • AST: Use jsx_tag_name instead of Longindent.t to store jsx tag name. #7760