Skip to content

Releases: wapc/tinygo-msgpack

v0.2.1

01 Jul 16:40
ca54644

Choose a tag to compare

Fix for sizer when nil value is passed. (#9)

Tweaks and godocs

26 Jun 02:09
6076cc9

Choose a tag to compare

v0.2.0

Adding godocs and README (#8)

v0.1.8

13 Mar 00:43
6c16701

Choose a tag to compare

Fix to WriteAny when value is nil (#5)

v0.1.7

07 Mar 03:00
1405d50

Choose a tag to compare

Add Raw type and some helper functions. (#4)

Misc bug fixes

20 Jan 17:53
190c64d

Choose a tag to compare

v0.1.6

Misc bugfixes (#3)

Reading and writing time.Time

19 Oct 18:17

Choose a tag to compare

v0.1.5

Adding Read/Write Time functions

Improvements to aid code generation

14 Sep 19:51

Choose a tag to compare

v0.1.4

Various improvements to aid in code generation

Improved error handling

15 Jul 23:00

Choose a tag to compare

v0.1.3

Improved error handling

Adding ToBytes utility function

30 Oct 18:45

Choose a tag to compare

v0.1.2

go mod tidy

Adding Codec interface

30 Oct 15:04

Choose a tag to compare

v0.1.1

Adding Codec interface