Releases: zzzprojects/Eval-Expression.NET
Releases · zzzprojects/Eval-Expression.NET
v4.0.84
v4.0.83
v4.0.82
Download the library here
- IMPROVED: CacheKey for compiled expression to handle more options when they are turning on/off
- ADDED: Temporary option (currently under testing):
TmpSmartCacheKey = true
to improve cache key with dictionary key - FIXED: Flags enum problem #133
- FIXED: Could not regard string as IEnumerable #128
Trial unlocked until the end of June
v4.0.81
v4.0.80
v4.0.79
v4.0.78
Download the library here
- ADDED: A NuGet package compatible with unity: https://www.nuget.org/packages/Z.Expressions.Eval.Unity
Trial unlocked until the end of April
v4.0.77
v4.0.76
Download the library here
- IMPROVED: The fix added in v4.0.75 (See the bold part). If the return type is a
List<T>
but the return of the expression is not a list but another type such asIEnumerable<T>
, we will now convert automatically to aList<T>
instead of throwing an error. But the list will only use aToList
if not already a list, otherwise a cast will be done
Trial unlocked until the end of March
v4.0.75
Download the library here
- FIXED: Issue with
Xamarin
platform caused by theDynamicAnonyousType
initialization. The issue still exists, however will only happen when really usingAnonymous Type
and not by default. - ADDED: If the return type is a
List<T>
but the return of the expression is not a list but another type such asIEnumerable<T>
, we will now convert automatically to aList<T>
instead of throwing an error.
Trial unlocked until the end of March