Skip to content

csv 3.3.1 - 2024-12-15

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 02:55
· 4 commits to master since this release

Improvements

  • CSV.open: Changed to detect BOM by default. Note that this isn't
    enabled on Windows because Ruby may have a bug. See also:
    https://bugs.ruby-lang.org/issues/20526

    • GH-301
    • Reported by Junichi Ito
  • Improved performance.

  • CSV.open: Added support for StringIO as an input.

  • Added a built-in time converter. You can use it by converters: :time.

    • GH-313
    • Patch by Bart de Water
  • Added CSV::TSV for tab-separated values.

Thanks

  • Junichi Ito

  • Vladimir Kochnev

  • Marcelo

  • Bart de Water

  • kojix2

  • Jas