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

Commit

Permalink
Bump to 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoc committed Aug 20, 2018
1 parent 5d61a2b commit c71951a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.6.0

[Add support for interface files] (https://github.com/cristianoc/genFlow/issues/19).

# 0.5.0

[Fix precedence when omitting option converter](https://github.com/cristianoc/genFlow/commit/ac2ad1ba278960ef906e97642d01e0e45f980c34).
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Reason genFlow 0.5.0
# Reason genFlow 0.6.0

`genFlow` is a tool to automatically generate typed bindings between [Reason](https://reasonml.github.io/), and either [Flow](https://flow.org/en/) or [TypeScript](https://www.typescriptlang.org/): see the companion project [genTypeScript](https://github.com/cristianoc/genTypeScript) for more info.

Expand Down Expand Up @@ -47,8 +47,6 @@ There are 3 back-ends for `genFlow`, which can be selected by specifyng `"langua

* **In-source**. Currently only supports bucklescript projects with in-source generation of `.bs.js` files.

* **No interfaces**. Currently `genFlow` does not support `[@genFlow]` annotations in interface files (`.rei`).

* **No nested modules**. Nested modules are not supported, and annotations will be ignored.

* **Limited JS wrappers**. There must be ony one `@genFlow` annotation on one external binding, and the component it binds is passed to `wrapJsForReason` (this is assumed, not checked). Also, `wrapJsForReason` in the `make` function must simply forward the props, without renaming/wrapping or modifying their values (again, this is assumed, not checked). See for example [MyBannerRe.re](reason-react-example/src/interop/MyBannerRe.re).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genFlow",
"version": "0.5.0",
"version": "0.6.0",
"description": "Generate Flow bindings for Reason",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit c71951a

Please sign in to comment.