Skip to content

7.0.0

Latest
Compare
Choose a tag to compare
@HLWeil HLWeil released this 28 Jan 12:45
· 1 commit to main since this release
30aea47

What's Changed

Breaking changes.

Improve DynamicObj GetHashCode and by extension Equals methods with recursive deephash function.

DeepHash covers the following types:

  • Primitive types
  • DynamicObj
  • IDictionary
  • Other IEnumerables (List, Array, Seq, ResizeArray...)
  • Option

Full Changelog: 6.0.0...7.0.0