Skip to content

1.4.30.0

Compare
Choose a tag to compare
@codingseb codingseb released this 29 Jun 08:07
· 106 commits to master since this release
bb7bb0a
  • BubbleExceptionContainer now throw their exceptions when necessary and are no more concatenate in string. (See #105, Thanks to @TheoVC)
  • The default keyword this is introduce and is automatically set on the Context object (This allow to do indexing and call extentions methods on the context object) (See #104, Thanks to @TheoVC)
  • We can now set a variable to null in PreEvaluateVariable events (See #106 Thanks to @stg609)
  • Double double quotes are now supported in escaped string to escape double quotes @"""" (See #107 Thanks to @stg609)