1.4.28.0
- Correction of a bug :
Int32,Int16andInt64were not evaluated whenOptionCaseSensitiveEvaluationActive = false - Array types are now correctly evaluate in typeof and cast ex:
typeof(double[])or(string[])myArray(See #100 )
Int32, Int16 and Int64 were not evaluated when OptionCaseSensitiveEvaluationActive = falsetypeof(double[]) or (string[])myArray (See #100 )