Skip to content

1.4.28.0

Compare
Choose a tag to compare
@codingseb codingseb released this 07 May 09:06
· 123 commits to master since this release
242641e
  • Correction of a bug : Int32, Int16 and Int64 were not evaluated when OptionCaseSensitiveEvaluationActive = false
  • Array types are now correctly evaluate in typeof and cast ex: typeof(double[]) or (string[])myArray (See #100 )