Skip to content

11.0.0-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@cknitt cknitt released this 28 Aug 19:04
· 753 commits to master since this release
2b2c90d

🚀 New Feature

  • rescript build will always build its dependency by default. The argument -with-deps is not needed anymore. #6350

💥 Breaking Change

  • Stop mangling object field names. If you had objects with field names containing "__" or leading "_", they won't be mangled in the compiled JavaScript and represented as it is without changes. #6354

🐛 Bug Fix

  • Fixed outcome printer resolution of uncurried config. #6353