@greenlabs/ppx-spice 0.3.0-next.0 → 0.3.0
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
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
- BREAKING: changes to support rescript v12, will now generate codecs that use Stdlib instead of Js or Belt.
|
|
6
6
|
- Updates codec generation to handle the `result` type in addition to `Belt.Result.t`
|
|
7
7
|
- Polyvariant codecs no longer have an intermediate `Js.Json.tagged` type / function calls.
|
|
8
|
+
- Upgrade ocaml from v4.14.0 to v4.14.2 https://github.com/green-labs/ppx_spice/pull/101
|
|
8
9
|
|
|
9
10
|
## 0.2.9
|
|
10
11
|
|
|
@@ -44,7 +45,7 @@
|
|
|
44
45
|
## 0.2.1
|
|
45
46
|
|
|
46
47
|
- a190663 Utilize Js.Json.Boolean(bool) instead oif Js.Json.True, False https://github.com/green-labs/ppx_spice/pull/58
|
|
47
|
-
- a190663 Add support of uncurried mode for interface(
|
|
48
|
+
- a190663 Add support of uncurried mode for interface(*.resi) https://github.com/green-labs/ppx_spice/pull/58
|
|
48
49
|
- Support the compiler v11-rc.5 https://github.com/green-labs/ppx_spice/pull/61
|
|
49
50
|
- Add the feature of encoding/decoding between the number and (polymorphic)variant with `@spice.as` https://github.com/green-labs/ppx_spice/pull/64
|
|
50
51
|
- Fix generating encode, decode function when `@spice.as` with number https://github.com/green-labs/ppx_spice/pull/74
|
|
Binary file
|
package/package.json
CHANGED
package/ppx-linux.exe
CHANGED
|
Binary file
|
package/ppx-osx.exe
CHANGED
|
Binary file
|
package/ppx-windows.exe
CHANGED
|
Binary file
|