- Fix some bugs in the @select macro
- Fix escaping bug in @mutate
- Fix some tests
- Drop julia 0.7 support
- Move to Project.toml
- Export isna and NA
- Add @unique, @select, @rename and @mutate standalone macros
- Fix all doctest errors
- Various bugfixes
- Fix transparent identifier related bug
- Drop julia 0.6 support, add julia 0.7 support
- Add the ability to collect into a function from LINQ style queries
- Fix deprecation warning in IndexedTables tests
- Add missing @count macro definition for piping
- Add @take and @drop standalone macros
- Fix some test bugs
- Add @groupjoin, @join and @mapmany standalone macros
- Move backend code to QueryOperators.jl
- Fix bug in group implementation
- Enable a..b syntax in @select, @where and @groupby standalone macros
- Add single argument @groupby standalone version
- Add @orderby, @orderby_descending, @thenby and @thenby_descending standalone macros
- Add "Experimental" documentation section
- Add a..b syntax
- Fix some performance problems
- Fixed eltype detection
- Enable use of {} syntax everywhere
- Add experimental @select, @where and @groupby standalone macros
- Migrate to TableTraits.jl
- Add @query macro for pipe syntax
- Fix remaining julia 0.6 compat problems
- Drop julia 0.5 support
- Use DataValues.jl package
- Fix bug in hash method for DataValue
- Use DataValue instead of Nullable
- Move much of the integration code into IterableTables.jl
- Drop use of FunctionWrappers.jl
- Fix bug with nested lists of lists in DataFrame sources
- Add DataTable source and sink support
- Track DataStreams breaking changes
- Add Dict sink support
- Reexport @NT, so one doesn't have to load NamedTuples manually
- Throw an error if a DataStreams source doesn't support field-based streaming
- Track rename of NDSparseData to IndexedTables
- Track DataStreams breaking changes
- Add @left_outer_join statement
- Fix bug in transparent identifier phase
- Add default_if_empty query operator
- Add DataStreams sink support
- Documentation updates
- Add {} syntax
- Bug fixes
- Add JSON example
- Add CSV sink support
- Bug fixes
- Documentation updates
- Test fixes
- Initial release