- Renamed
nrows
argument torow_estimate
- Fix a bug in the write functionality
- Add proper bounds to all dependencies
- Drop julia 0.7 support
- Migrate to Project.toml
- Add streaming support
- Make delim a keyword argument for loading
- Add support for writing gz compressed files
- Add support for 'application/vnd.dataresource+json' MIME type
- Never use StringVector, always use Vector{String} instead
- Export FileIO.File and FileIO.@format_str
- Change default escapechar for save to "
- Add support for the get_columns_copy_using_missing interface
- Fix remaining julia 1.0 compat issues
- Drop julia 0.6 support, add julia 0.7 support
- Add nastring option to save
- Add show method
- Export load and save from FileIO
- Samll bug fixes
- Support for FileIO Stream objects
- Various small bug fixes
- Add support for tsv files
- Add dependency on IterableTables.jl back into the package
- Move to TableTraits.jl
- Add support for http and https downloads via a URL
- Remove DataTables.jl dependency
- Add support for omitting the quote_char in csv writing operations
- Rename quote_char to quotechar for CSV write
- Rename escape_char to escapechar for CSV write
- Initial release