All Versions
50
Latest Version
Avg Release Cycle
73 days
Latest Release
612 days ago

Changelog History
Page 2

  • v1.4.2 Changes

    February 12, 2022
    • fixed issue with simplecov
  • v1.4.1 Changes

    February 12, 2022
    • minor fix: also support col_sep: :auto
    • added simplecov
  • v1.4.0 Changes

    February 11, 2022
    • dropped GPL license, smarter_csv is now only using the MIT License
    • added experimental option col_sep: 'auto to auto-detect the column separator (issue #183) The default behavior is still to assume , is the column separator.
    • fixed buggy behavior when using remove_empty_values: false (issue #168)
    • fixed Ruby 3.0 deprecation
  • v1.3.0 Changes

    February 06, 2022
    • fix bug for key_mappings (issue #181)
      The values of the key_mappings hash will now be used "as is", and no longer forced to be symbols

    Users with existing code with --key_mappings need to change their code to * either use symbols in the key_mapping hash * or change the expected keys from symbols to strings

  • v1.2.9 Changes

    November 22, 2021
    • fix bug for key_mappings (issue #181) The values of the key_mappings hash will now be used "as is", and no longer forced to be symbols
  • v1.2.8 Changes

    February 04, 2020
    • fix deprecation warnings on Ruby 2.7 (thank to Diego Salido)
  • v1.2.7

    February 03, 2020
  • v1.2.6 Changes

    November 13, 2018
    • fixing error caused by calling f.close when we do not hand in a file
  • v1.2.5 Changes

    September 16, 2018
    • fixing issue #136 with comments in CSV files
    • fixing error class hierarchy
  • v1.2.4 Changes

    August 06, 2018
    • using Rails blank? if it's available