Skip to content

v4.0.42

Compare
Choose a tag to compare
@JonathanMagnan JonathanMagnan released this 04 May 03:31
· 4 commits to master since this release
6c074c6

Download the library here

  • ADDED: Additional type in the RegisterDefaultAliasSafe and ``RegisterDefaultAliasUnsafe` method
  • ADDED: AllowAddSubtractOperatorToCollection option which allow to use + and - with list such as:
// similar to listInt.Add(10)
context.Execute("listInt + 10", new { listInt });

Trial unlocked until the end of May