revert to old behaviour for defaults
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.