All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
2.0.2 - 2015-03-21
- CSV responses will now be sent with 'Content-Disposition: attachment'
2.0.1 - 2015-03-21
- Allow options to be passed-through to CSV. e.g.
puts (Foo.all + Bar.all).to_csv csv_options: {col_sep:'|'}
(#4) - This changelog
2.0.0 - Sometime
- Pretty sure this is actually backwards compat. Sorry.