Skip to content

Releases: jeremywohl/flatten

flatten v1.0.1

04 Nov 06:40
929980f
Compare
Choose a tag to compare

Minor Changes

  • Reject FlattenString input that doesn't look like a map. See #10.

FlattenString accepts only JSON maps, but previously also accepted the bare string "null", having depended on json.Unmarshal to discriminate. It now checks for map-like things first.

flatten v1.0

21 Sep 05:47
Compare
Choose a tag to compare

Reasonable place to cut a release.