Skip to content

1.3.7.0

Compare
Choose a tag to compare
@codingseb codingseb released this 10 Apr 20:18
· 349 commits to master since this release
dba3bf4
  • Initialization of ExpandoObjects
  • Create Anonymous (as ExpandoObjects)
anonymous = new { x = 15, y = variable }
  • Better management of struct assignation (Thanks to @AttilaSzobonya for his help see #32)
  • Less memory impact when compare string ignoring case
  • Correction of some bugs when using OptionForceIntegerNumbersEvaluationsAsDoubleByDefault = true (Thanks to @mcicognani see #33)