GenType Versions Save

Auto generation of idiomatic bindings between Reason and JavaScript: either vanilla or typed with TypeScript/FlowType.

v4.5.0

1 year ago
  • Drop support for "bs-platform".

v4.4.0

1 year ago
  • Flow: use explicit suppression codes.
  • Fix issue with object key needing quotes in JS when it is not a valid JS id.

v4.3.0

2 years ago

4.3.0

  • TypeScript: type children of imported components as React.ReactNode instead of JSX.Element.

v4.2.0

2 years ago
  • Add basic support for inherited type definitions in polymorphic variants e.g. type color = [red | blue]. No support for conversion at the moment.

v4.1.0

2 years ago

v4.0.0

2 years ago
  • Remove support for legacy components.

v3.50.0

3 years ago
  • Flow: use SyntheticMouseEvent type for onClick.

v3.49.0

3 years ago
  • Make ReactEvent.Mouse.t be a builtin type corresponding to MouseEvent.
  • When loading a type defined in another file, treat it as if it were annotated with @genType. So if it's needed for an export from the current file, the annotation is already automatically propagated.
  • Use import type syntax for TypeScript.

v3.48.0

3 years ago
  • Remove workaround in Flow that turns components into functions when exported.

v3.46.0

3 years ago