Skip to content

v2.2.2

Choose a tag to compare

@billeisenhauer billeisenhauer released this 22 Feb 16:44
· 173 commits to main since this release
  • Added hash method to enable immutable-struct instances to be Set-friendly. Hash code values are constructed from the state (all attribute values) and the class
  • Modified to_h method to only call methods with zero args. Addresses issue logged as "#to_h serializes all instance methods" from @nandosola's PR. Thank you, @nandosola!