## 1.3.3 * integrate Babelfish.clean as part of Quandl::Data.clean method. * Remove Quandl::Babelfish::Data ## 1.3.2 * readd quandl_babelfish as a dependency * Add Quandl::Babelfish::Data ## 1.3.1 * add .with_type to Data * revise errors to Error for consistency * refactor babelfish out of data, remove babelfisher ## 1.3.0 * string_to_csv will not force values to float * add #row to Operations * add cleaned? cleaned! for tracking whether or not a Quandl::Data instance has already been cleaned * replace parse with babelfish#clean * add Quandl::Babelfish.clean to replace Quandl::Data::Format.parse * bump Quandl::Operation to 0.3.0 for Quandl::Operation::Sort * refactor sorting into Quandl::Operation::Sort * import Quandl::Data::Format from Quandl::Operation * remove data parse ## 1.2.1 * add Data#to_date_str that returns data as "yyyy-mm-dd" ## 1.2.0 * bump quandl_operation, data returns Dates instead of Julian Dates ## 1.1.4 * force incoming data to_a if it is kind_of Quandl::Data * write failing specs for random cases where Quandl::Data.new given Date, JulianDate, Integer ## 1.1.2 * bump quandl_operation && quandl_logger ## 1.1.0 * it rejects invalid transforms * it rejects invalid collapse ## 1.0.0 * Quandl::Data::Table is removed. Replaced by: Quandl::Data * Quandl::Fabricate::Data::Table is remove. Replaced by: Quandl::Fabricate::Data ## 0.1.11 * add quandl/fabricate/data. deprecate Quandl::Data::Random.table ## 0.1 * Initial