Skip to content

Releases: sonh/qs

v0.7.0

Choose a tag to compare

@sonh sonh released this 06 Jun 13:15
8b9d751

Support dot notation for nested structs

v0.6.4

Choose a tag to compare

@sonh sonh released this 15 Mar 17:37
1f716f9

Refactor to make package zero-dependencies

  • Remove these dependencies:
    • github.com/pkg/errors
    • github.com/stretchr/testify
  • Update unit tests and err messages the the module returns
  • Update codecov config

v0.6.3

Choose a tag to compare

@sonh sonh released this 08 Jan 07:25
9dfca31

Changes:

  • Upgraded go version to 1.19

v0.6.2

Choose a tag to compare

@sonh sonh released this 05 Dec 19:50
b0f2786

Fix #2: Error encountered when encoding empty slice.

v0.6.1

Choose a tag to compare

@sonh sonh released this 05 Dec 17:38
ea61bea

Fix incorrect logic in encoding nested struct index

Thanks @agtabesh for the PR

v0.6.0

Choose a tag to compare

@sonh sonh released this 19 Oct 09:15

Support custom type

v0.5.0

Choose a tag to compare

@sonh sonh released this 13 Oct 03:11

Support for map

v0.4.0

Choose a tag to compare

@sonh sonh released this 07 Oct 10:55

Support for interface

v0.3.1

Choose a tag to compare

@sonh sonh released this 04 Oct 14:21

Fix tag parse error for embed struct

v0.3.0

Choose a tag to compare

@sonh sonh released this 04 Oct 06:18

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