@greenlabs/ppx-spice 0.2.1-rc.1 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -1
- package/README.md +5 -5
- package/package.json +2 -2
- package/ppx-linux.exe +0 -0
- package/ppx-osx.exe +0 -0
- package/ppx-windows.exe +0 -0
- package/greenlabs-ppx-spice-0.2.1-rc.1.tgz +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
-
## 0.2.
|
|
3
|
+
## 0.2.2 (unreleased)
|
|
4
|
+
|
|
5
|
+
## 0.2.1
|
|
4
6
|
|
|
5
7
|
- a190663 Utilize Js.Json.Boolean(bool) instead oif Js.Json.True, False https://github.com/green-labs/ppx_spice/pull/58
|
|
6
8
|
- a190663 Add support of uncurried mode for interface(*.resi) https://github.com/green-labs/ppx_spice/pull/58
|
|
7
9
|
- Support the compiler v11-rc.5 https://github.com/green-labs/ppx_spice/pull/61
|
|
10
|
+
- Add the feature of encoding/decoding between the number and (polymorphic)variant with `@spice.as` https://github.com/green-labs/ppx_spice/pull/64
|
|
11
|
+
- Fix generating encode, decode function when `@spice.as` with number https://github.com/green-labs/ppx_spice/pull/74
|
|
8
12
|
|
|
9
13
|
## 0.2.0
|
|
10
14
|
|
package/README.md
CHANGED
|
@@ -126,12 +126,12 @@ Read our [Guide with examples](docs/GUIDE.md)
|
|
|
126
126
|
|
|
127
127
|
## Install
|
|
128
128
|
|
|
129
|
-
###
|
|
129
|
+
### Compatibility on the compiler versions
|
|
130
130
|
|
|
131
|
-
|Compiler|Ppx_spice
|
|
132
|
-
|
|
133
|
-
|
|
|
134
|
-
|
|
|
131
|
+
| Compiler | Ppx_spice |
|
|
132
|
+
| -------- | -------------- |
|
|
133
|
+
| v11 | >= v0.2.1-rc.1 |
|
|
134
|
+
| v10 | ~<= v0.1.15 |
|
|
135
135
|
|
|
136
136
|
```sh
|
|
137
137
|
yarn add -D @greenlabs/ppx-spice
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@greenlabs/ppx-spice",
|
|
3
|
-
"version": "0.2.1
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "ReScript PPX which generate JSON (de)serializer",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Greenlabs Dev <developer@greenlabs.co.kr>",
|
|
@@ -21,4 +21,4 @@
|
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@changesets/cli": "^2.26.2"
|
|
23
23
|
}
|
|
24
|
-
}
|
|
24
|
+
}
|
package/ppx-linux.exe
CHANGED
|
Binary file
|
package/ppx-osx.exe
CHANGED
|
Binary file
|
package/ppx-windows.exe
CHANGED
|
Binary file
|
|
Binary file
|