Skip to content

11.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@cknitt cknitt released this 18 Jul 16:37
· 369 commits to master since this release
1eb38db

πŸš€ New Feature

  • Variants: Allow coercing from variant to variant where applicable. #6314
  • Variants: Experimental support for spreading variant type definitions to copy constructors from one variant to another. #6316

πŸ’₯ Breaking Change

  • Fixed name collision between the newly defined Js.Json.t and the variant constructor in the existing Js.Json.kind type. To address this, the usage of the existing Js.Json.kind type can be updated to Js.Json.Kind.t. #6317

πŸ› Bug Fix

  • Fixed outcome printing of uncurried higher order function types. #6323
  • Fixed printing of type constraints in template literal substitutions. #6324