Releases: sfomuseum/go-csvdict
Releases · sfomuseum/go-csvdict
2.0.1
2.0.0
What's Changed
- Update to version 2 by @thisisaaronland in #2
- Add
Iterate
method toReader
to yielditer.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 fromWriter
. - This release is not backwards compatible.
New Contributors
- @thisisaaronland made their first contribution in #2
Full Changelog: v1.0.0...v2.0.0
1.0.0
- Complete Go doc
- Complete tests
- Move reader and writer code in to separate files
0.0.1
- Initial release.