Skip to content

Releases: comma-csv/comma

Version 4.8.0

20 Jan 23:04
b2d4a74
Compare
Choose a tag to compare

Other changes

  • Add support of Ruby 3.2 and 3.3, and drop Ruby 2.5, 2.6, and 2.7.
  • Add support of Rails 7.1, and drop Rails 5.2.

What's Changed

New Contributors

Full Changelog: v4.7.0...v4.8.0

Version 4.7.0

29 Jul 14:39
ab07a60
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.6.0...v4.7.0

Version 4.6.0

19 Dec 10:38
d584cf6
Compare
Choose a tag to compare

Other changes

  • Add Rails 7.0 to test matrix

What's Changed

Full Changelog: v4.5.0...v4.6.0

Version 4.5.0

25 Dec 01:07
464ed67
Compare
Choose a tag to compare

Other changes

  • Supports Rails 6.1

Version 4.4.0

23 Jun 20:24
21eed4c
Compare
Choose a tag to compare

New features

  • Add option to add UTF-8 BOM (#121)

Other changes

  • Suppress ruby 2.7 keyword argument warning (#120)
  • Drop Ruby 2.3 support
  • Drop Rails 4.2 support

Version 4.3.2

30 Apr 18:53
355ca7f
Compare
Choose a tag to compare

Bugfixes

  • Fixes #113; ArgumentError: Polymorphic association does not support to compute class (#114)

Version 4.3.1

21 Apr 23:30
8db2aa5
Compare
Choose a tag to compare

Bugfixes

  • Fix activesupport dependency in gemspec

Version 4.3.0

21 Apr 23:27
864ac97
Compare
Choose a tag to compare

Changes

  • Change dependency of activesupport to ['>= 4.2.0', '< 6.1']

Version 4.2.0

11 Apr 22:59
7812b9c
Compare
Choose a tag to compare

Bugfixes

  • Homepage link is pointing to a defunct fork (#107)

Changes

  • Support Rails 5.2 (#110)

Version 4.1.0

07 May 13:21
Compare
Choose a tag to compare

Changes

  • Support Rails 5.1 (#105)
  • Deprecate Ruby 2.0 support