Skip to content

v0.1.3

Compare
Choose a tag to compare
@callmehiphop callmehiphop released this 09 Mar 20:13
· 9 commits to master since this release
  • fix(value): use kind as ultimate source of truth #6

    Previously we would explicitly check for a nullValue key before attempting to extract a value via kind key. However it appears that in certain cases a nullValue property can exist with other value types, but it should be ignored.