Skip to content

Releases: green-labs/ppx_spice

v0.2.1

04 May 10:35
Compare
Choose a tag to compare
  • 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

31 Aug 05:49
Compare
Choose a tag to compare
  • Support the untagged variant

v0.2.0-next.0

01 Jul 08:59
Compare
Choose a tag to compare
v0.2.0-next.0 Pre-release
Pre-release
  • Compat the untagged variant of Json represetation in ReScript v11

v0.1.15

29 Jun 13:53
Compare
Choose a tag to compare
  • Support the uncurried mode

v0.1.12

18 Feb 07:08
50e9d06
Compare
Choose a tag to compare
  • Fix build error where @spice.encode, @spice.decode are used

v0.1.11

05 Jan 08:21
Compare
Choose a tag to compare
  • Build linking statically with musl

v0.1.10

03 Jan 19:12
Compare
Choose a tag to compare
  • Build the executable with static linking for Linux
    • Fix the issue where the glibc compatibility issue on Linux

v0.1.9

06 Dec 17:17
Compare
Choose a tag to compare
  • Clean up npm publish files

v.0.1.8

06 Dec 17:16
Compare
Choose a tag to compare
  • Fix type error where using tuple constructor type, such as array<int> for optional field in the record. #32

v0.1.7

05 Dec 06:15
Compare
Choose a tag to compare

🚀 New Feature

  • Add support for the optional field record
  • Add Windows platform support