Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@Floppy Floppy released this 17 Jan 20:55
675a528

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