Releases: OnFireByte/glutys
Releases · OnFireByte/glutys
v0.5.2
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
fix: use pointer type as dependency
v0.2.0
feat: custom type
v0.1.0
fix: dupe ts type