Commit History

Author SHA1 Message Date
  Marko Lahma 412922c9ea Always set ObjectInstance prototype by default (#982) 3 years ago
  Marko Lahma ed94d10a05 Configurable value coercion under interop (#973) 3 years ago
  Marko Lahma f5571d0700 Refactor options and add MaxArraySize constraint (#923) 4 years ago
  Gökhan Kurt 517900f469 Implement Operator Overloading (#893) 4 years ago
  陈鑫伟 10e453bec6 Support converting js function into any delegate. (#864) 4 years ago
  DerekDiamond 5b51036334 Allow delegates to return values from .NET (#854) 4 years ago
  Marko Lahma caf8ff8b43 Support extension methods (#812) 4 years ago
  Marko Lahma dce29b4598 Ability to configure Array.prototype as prototype for array-like object wrappers (#721) 5 years ago
  Gökhan Kurt bf3cc2113d Fix assigning to Nullable Enum (#715) 5 years ago
  Marko Lahma 6dc9d457ef Implement some missing Object functionality (#713) 5 years ago
  Marko Lahma f89886063e Reflect & Proxy (#681) 5 years ago
  Meikel Philipp 267809665b Added support for anonymous objects. (#637) 6 years ago
  Alex Meyer-Gleaves fd199592c9 Fix concurrency in DefaultTypeConverter. (#620) 6 years ago
  Michael Kriese 7dbdd67c53 net45 support. (#530) 7 years ago
  Marko Lahma 8bbd390486 Optimize interop (#519) 7 years ago
  Marko Lahma e63a0222b8 #451 harmonize exception throwing (#515) 7 years ago
  Marko Lahma 93bee1d289 #451 optimize evaluation performance 7 years ago
  Marko Lahma 6164795167 Upgrade to latest Esprima, remove redundant casts (#452) 7 years ago
  Alberto Aldegheri 4c13c86bb0 Fixes Multiple Indexer and DefaultTypeConverter TryConvert (#390) 8 years ago
  Sebastien Ros cf4abb8204 Adding netstandard1.3 target 9 years ago
  Peter Hartmann 90bc42ec19 Properly compile Lambdas when the target method is looking for a Delegate 9 years ago
  linusconcepcion c10a6a1657 Allow setting Nullable properties on POCO instances 9 years ago
  Wu Shuang dc3a0ac3fd boxing before calling JsValue.FromObject 9 years ago
  csabakiss ae86789bd2 Added extra check before _knownConversions.TryGetValue to avoid unnecesarry locking. 10 years ago
  Andrey Gruzdov 767411dab4 CLR array converter 10 years ago
  Sebastien Ros 83a32d6bb7 #95: Fixing interop calls returning incompatible types 11 years ago
  h15ter 88290b632c Resolve new merge conflicts, add pessimistic lock 11 years ago
  Brian Beard 43e2331baf Allow null values for nullable types 11 years ago
  h15ter f27fc879ce Fetch from upstream, resolve conflicts 11 years ago
  h15ter c9dd24899d Greatly improve performance of overload resolution 11 years ago