Releases: green-labs/ppx_spice
Releases · green-labs/ppx_spice
v0.2.1
- a190663 Utilize Js.Json.Boolean(bool) instead oif Js.Json.True, False #58
- a190663 Add support of uncurried mode for interface(*.resi) #58
- Support the compiler v11-rc.5 #61
- Add the feature of encoding/decoding between the number and (polymorphic)variant with
@spice.as
#64
- Fix generating encode, decode function when
@spice.as
with number #74
v0.2.0
- Support the untagged variant
v0.2.0-next.0
- Compat the untagged variant of Json represetation in ReScript v11
v0.1.15
- Support the uncurried mode
v0.1.12
- Fix build error where
@spice.encode
, @spice.decode
are used
v0.1.11
- Build linking statically with musl
v0.1.10
- Build the executable with static linking for Linux
- Fix the issue where the glibc compatibility issue on Linux
v0.1.9
- Clean up npm publish files
v.0.1.8
- Fix type error where using tuple constructor type, such as
array<int>
for optional field in the record. #32
v0.1.7
🚀 New Feature
- Add support for the optional field record
- Add Windows platform support