Releases: rescript-association/genType
Releases · rescript-association/genType
v3.35.0
- 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
- Add support for
bs.int
and bs.as
to @genType.import
.
v3.32.0
- Fix issue with conversion checking where inner modules without conversion were not exported.
See #414.
v3.31.0
- 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
- Fix conversion of ordinary variants with >1 payloads, in bucklescript >= 8.
v3.29.0
- 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
- 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
- Add support for
.res[i]
files from the new Bucklescript Syntax.
v3.26.0
- Support for bucklescript 8.0.0 (some minor changes wrt bs 8 beta).