1.3.7.0
- 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)