Skip to content

Releases: Data-Liberation-Front/csvlint.rb

v1.5.0

17 Jan 20:55
675a528
Compare
Choose a tag to compare

Support for Ruby 3.4 and ActiveSupport 7.2, and validation against enum types for strings.

What's Changed

  • Add ActiveSupport 7.2 to test matrix by @D-system in #298
  • Load all ActiveSupport due to issue in Ruby 3.3 in CLI by @D-system in #297
  • Syntax: Remove unused variables or mark them as such by @D-system in #302
  • Syntax: use safe operator by @D-system in #303
  • Syntax: Update syntax for Performance/InefficientHashSearch by @D-system in #301
  • Support Ruby 3.4 by @Floppy in #305
  • Adding ability to validate against enum type for strings in addition to patterns by @davetaz in #299
  • Release version 1.5.0 by @Floppy in #306

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

13 Apr 09:25
74fb286
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

10 Jan 17:05
08145c4
Compare
Choose a tag to compare

This version adds support for Ruby 3.3.

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

27 Feb 22:26
81b0db1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

28 Dec 16:42
522c22a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

13 Jul 22:50
43df15c
Compare
Choose a tag to compare

Support Ruby 3.x, and DROPPED support for Ruby 2.4 - that's why the major version bump. That and this has been around long enough that it really shouldn't be on a zero version any more :)

What's Changed

New Contributors

Full Changelog: 0.4.0...v1.0.0

v0.4.0

25 Apr 10:55
e11a4de
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.3...0.4.0