Skip to content

Releases: OnFireByte/glutys

v0.5.2

05 Jan 09:58

Choose a tag to compare

Replacing encoding/json to jsoniter fork. Since encoding/json has a undesirable behavior that encode the nil slice into null instead of empty array. So I fork jsoniter's PR and publish into new package.

Other than encoding change from null to empty slice and performance gain, the other json encoding/decoding behavior should be identical to encoding/json.

Full Changelog: v0.5.1...v0.5.2

v0.5.1

30 Dec 19:52

Choose a tag to compare

fix: use pointer type as dependency

v0.2.0

13 Dec 20:07

Choose a tag to compare

feat: custom type

v0.1.0

02 Dec 17:04

Choose a tag to compare

fix: dupe ts type