Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 544 Bytes

CHANGELOG.md

File metadata and controls

28 lines (15 loc) · 544 Bytes

CHANGELOG

0.1.12

  • Fix build error where @spice.encode, @spice.decode are used

0.1.11

  • Build the executable with static linking for Linux with musl

0.1.10

  • Build the executable with static linking for Linux

0.1.9

  • Clean up npm publish files

0.1.8

  • Fix type error where using tuple constructor type, such as array<int> for optional field in the record. green-labs#32

0.1.7

🚀 New Feature

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