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 |
Florian
|
e0463cf329
Added support for EventHandler callbacks
|
11 years ago |
Florian
|
0dfa3468fd
Added Support for Action and Function callbacks
|
11 years ago |
Sebastien Ros
|
64f31c6651
Implementation skeleton
|
11 years ago |
Sebastien Ros
|
bec47d08d3
Supporting enum types
|
11 years ago |
Sebastien Ros
|
cff2df81eb
Don't convert to compatible types
|
11 years ago |
Sebastien Ros
|
830ecbbf9b
Handling types conversions in interop scenarios
|
11 years ago |