Sonh Qs Versions Save

Go module for encoding structs into URL query parameters

v0.6.3

4 months ago

Changes:

  • Upgraded go version to 1.19

v0.6.2

1 year ago

Fix #2: Error encountered when encoding empty slice.

v0.6.1

1 year ago

Fix incorrect logic in encoding nested struct index

Thanks @agtabesh for the PR

v0.6.0

3 years ago

Support custom type

v0.5.0

3 years ago

Support for map

v0.4.0

3 years ago

Support for interface

v0.3.1

3 years ago

Fix tag parse error for embed struct

v0.3.0

3 years ago

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

v0.2.0

3 years ago

More test coverage

v0.1.0

3 years ago

Initial version