- Fix isiterabletable to return false for iterators with element type Union{}
- Drop julia 0.7 support
- Migrate to Project.toml
- Fix isiterabletable for Vector{Any}
- Add get_columns_copy_using_missing interface
- Remove precompile statement
- Drop julia 0.6 support, add julia 0.7 support
- Add get_columns_view interface
- Add get_columns_copy interface
- Use proper precompile declaration
- Depend on IteratorInterfaceExtensions.jl
- Initial release