Skip to content

Releases: wapc/tinygo-msgpack

Misc bug fixes

20 Jan 17:53
190c64d
Compare
Choose a tag to compare
v0.1.6

Misc bugfixes (#3)

Reading and writing time.Time

19 Oct 18:17
Compare
Choose a tag to compare
v0.1.5

Adding Read/Write Time functions

Improvements to aid code generation

14 Sep 19:51
Compare
Choose a tag to compare
v0.1.4

Various improvements to aid in code generation

Improved error handling

15 Jul 23:00
Compare
Choose a tag to compare
v0.1.3

Improved error handling

Adding ToBytes utility function

30 Oct 18:45
Compare
Choose a tag to compare
v0.1.2

go mod tidy

Adding Codec interface

30 Oct 15:04
Compare
Choose a tag to compare
v0.1.1

Adding Codec interface

Initial release

29 Oct 01:44
3eaeb9a
Compare
Choose a tag to compare
Feature/initial implementation (#1)

* Initial implementation

* Fixing SetFloat*

* Fixing GetFloat*

* Adding tests, created Writer interface

* Removing unused code