Skip to content

Releases: fac/hermod

v3.0.0

21 Apr 14:04
15588a2
Compare
Choose a tag to compare

Removed

  • Removed support for Ruby 2.0 - 2.4, minimum supported version is now 2.5
  • Removed Travis CI

Changed

  • Changed project Ruby version to 3.1.4
  • Updated dependencies to versions supporting a minimum of Ruby 2.5

Full Changelog: v2.7.0...v3.0.0

v2.7.0

25 May 13:18
a4b184a
Compare
Choose a tag to compare

Fixed

  • Added missing require in Hermod::XmlSectionBuilder
  • Fixed deprecations in Minitest

Removed

  • Remove unused bad_attributes attr_reader on Hermod::Validators::Attributes

Changed

  • Updated development dependencies

Full Changelog: v2.6.2...v2.7.0

v2.3.0

28 Mar 15:47
Compare
Choose a tag to compare
hermod 2.3.0

v1.2.6

05 Nov 14:21
Compare
Choose a tag to compare

This ensures monetary nodes treat nil values as zero to match pre-existing behaviour that was lost when moving to the separate Validation classes.

1.2.5

05 Nov 14:19
Compare
Choose a tag to compare

Allow blank values through all validators except the ValuePresence validator. This matches the behaviour we had before introducing the separate Validation classes.

v1.2.0

15 Aug 13:14
Compare
Choose a tag to compare

This version adds support for Ruby 1.9.3.

v1.0.1

31 Jul 17:06
Compare
Choose a tag to compare

First version on Rubygems (if we ignore v1.0.0 which didn't have a correct Ruby version requirement and lasted all of 1 minute).