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

Commit c71951a

Browse files
committed
Bump to 0.6.0.
1 parent 5d61a2b commit c71951a

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.6.0
2+
3+
[Add support for interface files] (https://github.com/cristianoc/genFlow/issues/19).
4+
15
# 0.5.0
26

37
[Fix precedence when omitting option converter](https://github.com/cristianoc/genFlow/commit/ac2ad1ba278960ef906e97642d01e0e45f980c34).

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Reason genFlow 0.5.0
1+
# Reason genFlow 0.6.0
22

33
`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.
44

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

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

50-
* **No interfaces**. Currently `genFlow` does not support `[@genFlow]` annotations in interface files (`.rei`).
51-
5250
* **No nested modules**. Nested modules are not supported, and annotations will be ignored.
5351

5452
* **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).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "genFlow",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Generate Flow bindings for Reason",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)