Sha256: de4534d8e4f90162f67dbdd6358ec230d8290bafb474ff3ea5dd99a82242de8e

Contents?: true

Size: 480 Bytes

Versions: 1

Compression:

Stored size: 480 Bytes

Contents

# 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
render_csv-2.1.0.beta1 CHANGELOG.md