You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGES: Removed Newtonsoft.Json dependency to allow the main package to be used in Unity project
BREAKING CHANGES: Removed System.Data.SqlClient dependency as many developers now use Microsoft.Data.SqlClient
FIXED: Many IsRegistered methods that was only checking if the name was existing or not but if the exact method/property/field was registered under this name
ADDED: LINQ Execute now work when starting with a dot . such as .Execute<IEnumerable>(".Where...")
FIXED: Issue when a dictionary was used in parameter and had a key such as 123 which is an invalid variable name that was also replaced in hardcoded string part of the expression such as Eval.Execute("return 'zzz 123';")