Skip to content

Releases: fac/hermod

v3.5.1

23 Jul 10:12
7ec3aad

Choose a tag to compare

What's Changed

Full Changelog: v3.5.0...v3.5.1

v3.5.0

20 May 13:33
b4cb5bd

Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v3.5.0

v3.4.0

07 Apr 11:21
625e7e2

Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.4.0

v3.3.0

13 Mar 12:21
d779ab6

Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.3.0

v3.2.0

10 Feb 11:08
0b09354

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.2.0

v3.0.0

21 Apr 14:04
15588a2

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

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

Choose a tag to compare

hermod 2.3.0

v1.2.6

05 Nov 14:21

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

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.