Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 480 Bytes

CHANGELOG.md

File metadata and controls

18 lines (12 loc) · 480 Bytes

Changelog

2.1.0 (Beta)

  • Support rendering objects that already respond to to_csv

2.0.0

  • Removes support for Ruby 1.8.7.
  • Moves renderer into an after_initialize block so the Rails app is loaded before it tries to register itself. Should fix intermittent issues with it not working in production environments.
  • Use Ruby's CSV library instead of manually building strings.
  • Does not extend the array class anymore

1.0.0

  • Initial Release