Skip to content

4.13.0

Compare
Choose a tag to compare
@dennisdoomen dennisdoomen released this 02 Aug 18:40
· 2370 commits to master since this release
  • {Changed} Numbers are now formatted in such a way that their type is visible. Floating point numbers are formatted with their full precision - #445 - @IharBury
  • {New} Add overloads to the collection assertions that accept a custom IComparer<object> object - #451 - @TaffarelJr
  • {Fix} NotBeOfType threw an InvalidCastException - #443