Skip to content

Releases: wapc/tinygo-msgpack

v0.2.1

Choose a tag to compare

@pkedy pkedy released this 01 Jul 16:40
ca54644
Fix for sizer when nil value is passed. (#9)

Tweaks and godocs

Choose a tag to compare

@pkedy pkedy released this 26 Jun 02:09
6076cc9
v0.2.0

Adding godocs and README (#8)

v0.1.8

Choose a tag to compare

@pkedy pkedy released this 13 Mar 00:43
6c16701
Fix to WriteAny when value is nil (#5)

v0.1.7

Choose a tag to compare

@pkedy pkedy released this 07 Mar 03:00
1405d50
Add Raw type and some helper functions. (#4)

Misc bug fixes

Choose a tag to compare

@pkedy pkedy released this 20 Jan 17:53
190c64d
v0.1.6

Misc bugfixes (#3)

Reading and writing time.Time

Choose a tag to compare

@pkedy pkedy released this 19 Oct 18:17
v0.1.5

Adding Read/Write Time functions

Improvements to aid code generation

Choose a tag to compare

@pkedy pkedy released this 14 Sep 19:51
v0.1.4

Various improvements to aid in code generation

Improved error handling

Choose a tag to compare

@pkedy pkedy released this 15 Jul 23:00
v0.1.3

Improved error handling

Adding ToBytes utility function

Choose a tag to compare

@pkedy pkedy released this 30 Oct 18:45
v0.1.2

go mod tidy

Adding Codec interface

Choose a tag to compare

@pkedy pkedy released this 30 Oct 15:04
v0.1.1

Adding Codec interface