Skip to content

revert to old behaviour for defaults

Compare
Choose a tag to compare
@rjkat rjkat released this 05 Jan 00:58
· 17 commits to master since this release

String fields now default to "" if not present, and vectors default to []. This is as opposed to nothing in the previous release, which caused problems downstream and highlighted some test coverage gaps.

Addresses issue #37 and JuliaData/Feather.jl#109.