Skip to content

Tags: charm-jp/null

Tags

v3.4.2

Toggle v3.4.2's commit message
Update go.mod

v3.4.1

Toggle v3.4.1's commit message
Add string from empty is null

v3.4.0

Toggle v3.4.0's commit message
add IsZero to Time

v3.3.0

Toggle v3.3.0's commit message
Merge branch 'or-zero'

v3.2.1

Toggle v3.2.1's commit message
float: return error when marshaling NaN or Inf

v3.2.0

Toggle v3.2.0's commit message
move test badge to CircleCI

v3.1

Toggle v3.1's commit message
MarshalText for null.String

forgot to add this

v3.0.1

Toggle v3.0.1's commit message
fix godoc for IsZero

it had the old behavior from v2

v3

Toggle v3's commit message
JSON "" shouldn't unmarshal to a null null.String.

That's what the zero package is for.
This was a "feature", but inconsistent with the rest of the null package.

v2.2

Toggle v2.2's commit message
MarshalText, UnmarshalText for Time