Changes in version 0.3.0 (2018-08-01) - Updated support to current CSVY specifications. (#13, h/t Michael Chirico) - Argument sep2 in write_csvy() has been corrected to dec. - Fixed an unclosed connection bug. (#23) Changes in version 0.2.2 - If reading a file data.csvy without a metadata header, and a data.[yaml|yml|json] file is present (in the same directory), that will be automatically read-in as the metadata (completes requests for #10, h/t @jonocarroll) Changes in version 0.2.1 - Expanded test suite and fixed some small bugs in the process. - Parse YAML header file first, then pass column classes to data.table::fread to improve performance (#9, Alexey Shiklomanov) Changes in version 0.2.0 - Removed support for utils::read.csv() and readr::read_csv() for simplicity. - Updated support to current CSVY specifications. (#13, h/t Michael Chirico) - Substantially changed internal code and added markup. - Changed example files. - Added option to output metadata to separate YAML or JSON file. (#10, h/t Hadley Wickham) Changes in version 0.1.2 - Address header that is not in the same order as data columns. (#1) - Support for readr::read_csv() and utils::read.csv(). (#2) Changes in version 0.1.1 - Initial release