Sha256: 83a3e2fbe429cb7b47ab86c8e269689291e535455b99f818edd010a2b8cb8545

Contents?: true

Size: 880 Bytes

Versions: 7

Compression:

Stored size: 880 Bytes

Contents

== 0.5.0 2010-05-12
* Parsing performance is now approximately 8x-10x faster when not specifying a custom map_to class.
* Default class mapping is now Struct instead of OpenStruct
* Recommended usage is now "CsvMapper.import(...)"
  * Fixes recurring problem with using CsvMapper in rake tasks
  * Keeps everything a little cleaner
* #map transformations now prefer blocks over lambdas or symbols. 
* Converted from using newgem to jeweler for managing the library itself.

== 0.0.4 2009-08-05
* Merged contributions from Jeffrey Chupp - http://semanticart.com
  * Added support for "Automagical Attribute Discovery"
  * Added Ruby 1.9 compatibility

== 0.0.3 2008-12-22
* Fixed specs to work with RSpec 1.1.9 and later where Modules aren't auto included

== 0.0.2 2008-12-15

* Added #stop_at_row method to RowMap

== 0.0.1 2008-12-05

* 1 major enhancement:
  * Initial release

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
artforge-csv-mapper-1.0.1 History.txt
rgarner-csv-mapper-1.0.0 History.txt
rgarner-csv-mapper-0.8.0 History.txt
rgarner-csv-mapper-0.7.0 History.txt
rgarner-csv-mapper-0.5.1 History.txt
csv-mapper-0.5.1 History.txt
csv-mapper-0.5.0 History.txt