You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support for custom metadata in `Table.Reader.init/1`, it is now advised to include `:count` if available ([#8](https://github.com/dashbitco/table/pull/8))
13
+
* Support for passing the result of `Table.Reader.init/1` as an argument in `to_rows/2` and `to_columns/2` ([#12](https://github.com/dashbitco/table/pull/12))
14
+
15
+
### Changed
16
+
17
+
* The result of `to_rows/2` to retain enumeration properties (counting/slicing) of the underlying data ([#9](https://github.com/dashbitco/table/pull/9), [#14](https://github.com/dashbitco/table/pull/14))
18
+
19
+
### Deprecated
20
+
21
+
* The `to_rows_with_info/2` and `to_columns_with_info/2` functions in favour of using `Table.Reader.init/1` directly ([#12](https://github.com/dashbitco/table/pull/12))
0 commit comments