All Versions
13
Latest Version
Avg Release Cycle
67 days
Latest Release
1650 days ago

Changelog History
Page 1

  • v4.67 Changes

    September 12, 2020
    1. Fix for Ignored Member Get Property Accessed: #201 ๐Ÿ‘ 2. Support for sbyte array from @taks #203
    2. New feature from @igorocampos compare only properties with given attribute. #207
  • v4.66 Changes

    April 12, 2020

    ๐Ÿ‘Œ Improve IgnoredByAttributePerformance by ocoanet

    โž• Added Config.UseHashCodeIdentifier for fix #192

  • v4.65 Changes

    December 21, 2019

    ๐Ÿ›  Fixes for bugs with Dots and Tabs
    #186

    Comparing nullable decimal property 1.1m and 1.10m in complex type collection resulting "not equal"
    #187

    ๐Ÿ‘Œ Support for nullable Enum-Properties
    #189

  • v4.64 Changes

    November 25, 2019

    ๐Ÿ›  Fix for comparing lists out of order with null items in the list.
    #181

    ๐Ÿ†• New custom property comparer feature by @flotas.
    #184

  • v4.63 Changes

    September 16, 2019

    ๐Ÿ— NuGet Builds for .NET Framework 4.7, 4.7.1, 4.7.2, and 4.8

  • v4.62.0 Changes

    July 24, 2019

    ๐Ÿ›  Defect Fixes:

    ๐Ÿ›  Fix for negative number formatting in User Friendly report: #166

    ๐Ÿ›  Fix for GetHashCode treating objects as equal. Fixes these issues:
    #169
    #157
    #149
    #122
    #113
    #34

    ๐Ÿ†• New Features:

    • โž• Add ElapsedMilliseconds to .NET Standard Build
    • ๐ŸŽ Performance improvements to unordered enumerable collections by @jsobell
  • v4.61.0 Changes

    July 03, 2019

    ๐Ÿ›  Defect Fixes

    • IgnoreOrder with Floats by @zhyy2008z #154
    • ๐Ÿ”ง Load Configuration Null Exception #158
    • ๐Ÿ‘ป Ref Struct Exception #161

    ๐Ÿ†• New Features:

  • v4.59 Changes

    May 12, 2019

    ๐Ÿ›  Fixes for these issues:
    #142
    #143
    #145
    #148

  • v4.58 Changes

    February 26, 2019

    ๐Ÿ†• New feature HTMLReporting, IgnoreStringLeadingTrailingWhitespace. Fixes TimeSpan comparison, indexer comparison, report output stream flush.

    #123
    #124
    #129
    #136
    #137

  • v4.57 Changes

    October 11, 2018

    It now is able to compare private properties and fields for .NET Standard 2.0 and higher based on pull request: #119