Skip to content

Releases: sfomuseum/go-csvdict

2.0.1

20 Dec 18:08
Compare
Choose a tag to compare
  • Bug fix: Check the return value of yield func

2.0.0

25 Nov 21:42
c109999
Compare
Choose a tag to compare

What's Changed

  • Update to version 2 by @thisisaaronland in #2
  • Add Iterate method to Reader to yield iter.Seq2[map[string]string, error].
  • Change method signature for NewWriter methods to no longer require fieldnames.
  • Update WriteRow to derive fieldnames and write CSV header automatically.
  • Update WriteRow method to be thread-safe.
  • Remove WriteHeader method from Writer.
  • This release is not backwards compatible.

New Contributors

Full Changelog: v1.0.0...v2.0.0

1.0.0

21 Oct 00:20
Compare
Choose a tag to compare
  • Complete Go doc
  • Complete tests
  • Move reader and writer code in to separate files

0.0.1

11 May 19:27
Compare
Choose a tag to compare
  • Initial release.