Skip to content

v3.0.0-beta-2036

Compare
Choose a tag to compare
@lahma lahma released this 05 Nov 14:52
· 514 commits to main since this release
c110428
  • Fix iteration in interop (#967)
  • Add typed array helpers for IsArray and AsArray (#971)
  • Allow controlling exposed names for interop members (#974)
  • Fix handling of member expression as object property key (#975)
  • Configurable value coercion under interop (#973)
  • Update generator and module/export/import related tests (#978)
  • Always set ObjectInstance prototype by default (#982)
  • Introduce EvaluationContext for statement and expression evaluation (#979)
  • Implement relative indexing proposal [at() method] (#985)
  • Reset constraints between Engine.Invoke calls (#986)
  • Fix double evaluation of typeof operator (#987)
  • Check ExceptionHandler if type conversion fails (#988)
  • Implement Error cause and other Error specs (#992)
  • Prevent GetType and System.Reflection namespace under interop by default (#994)
  • Fix ExpandoObject serialization (#996)