Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Releases: rescript-association/genType

v3.35.0

03 Sep 07:47
Compare
Choose a tag to compare
  • Functions React.ref(-) => React.element are not considered function components anymore.
  • Make React.ref(-) types open objects, to align with how they are modeled by Flow.

v3.34.0

28 Aug 15:30
Compare
Choose a tag to compare
  • Add support for bs.int and bs.as to @genType.import.

v3.33.0

27 Aug 09:34
Compare
Choose a tag to compare
3.33.0

v3.32.0

25 Aug 11:59
Compare
Choose a tag to compare
  • Fix issue with conversion checking where inner modules without conversion were not exported.
    See #414.

v3.31.0

07 Aug 10:17
Compare
Choose a tag to compare
  • Fix conversion for ordinary variants without payload (conversion tables were missing) in bucklescript 8.2.
  • Support @genType.as for polymorphic variants in bucklescript 8.2.

v3.30.0

03 Aug 09:02
Compare
Choose a tag to compare
  • Fix conversion of ordinary variants with >1 payloads, in bucklescript >= 8.

v3.29.0

23 Jul 08:55
Compare
Choose a tag to compare
  • More support for polymorphic variants in Bucklescript 8.2: no special case for a single payload case, and no renaming via @genType.as.

v3.28.0

22 Jul 09:40
Compare
Choose a tag to compare
  • Add missing support for React.ref (previously React.Ref.t).
  • Add ahead-of-time support for the new runtime representatiion of polymorphic variants in the upcoming Bucklescript 8.2.

v3.27.0

14 Jul 07:54
Compare
Choose a tag to compare
  • Add support for .res[i] files from the new Bucklescript Syntax.

v3.26.0

17 Jun 04:37
Compare
Choose a tag to compare
  • Support for bucklescript 8.0.0 (some minor changes wrt bs 8 beta).