Skip to content

Releases: sonh/qs

v0.6.3

08 Jan 07:25
9dfca31
Compare
Choose a tag to compare

Changes:

  • Upgraded go version to 1.19

v0.6.2

05 Dec 19:50
b0f2786
Compare
Choose a tag to compare

Fix #2: Error encountered when encoding empty slice.

v0.6.1

05 Dec 17:38
ea61bea
Compare
Choose a tag to compare

Fix incorrect logic in encoding nested struct index

Thanks @agtabesh for the PR

v0.6.0

19 Oct 09:15
Compare
Choose a tag to compare

Support custom type

v0.5.0

13 Oct 03:11
Compare
Choose a tag to compare

Support for map

v0.4.0

07 Oct 10:55
Compare
Choose a tag to compare

Support for interface

v0.3.1

04 Oct 14:21
Compare
Choose a tag to compare

Fix tag parse error for embed struct

v0.3.0

04 Oct 06:18
Compare
Choose a tag to compare

New bool format
Fix parse tag bug
Fix encode list field bug

v0.2.0

03 Oct 16:04
Compare
Choose a tag to compare

More test coverage

v0.1.0

02 Oct 10:20
9c441ee
Compare
Choose a tag to compare

Initial version