New
v4.3.0
What's Changed
- Fix
ObjectAccessBenchmarktest by @mac-michael in https://github.com/sebastienros/jint/pull/2100 - Add default 10 second timeout for promise unwrapping by @lahma in https://github.com/sebastienros/jint/pull/2103
- Fix erroneous caching by providing each function instance with it own interop variant by @warappa in https://github.com/sebastienros/jint/pull/2105
- Fix calling pop on generic list of value types by @Genteure in https://github.com/sebastienros/jint/pull/2112
- Fix NRE in
BuildTargetBinderDelegateby @warappa in https://github.com/sebastienros/jint/pull/2116 - Improve
Halfinterop handling by @lahma in https://github.com/sebastienros/jint/pull/2121 - Make
evalsyntax checks not descend into function declarations by @rg1 in https://github.com/sebastienros/jint/pull/2123 - Update test262 harness and fix issues by @lahma in https://github.com/sebastienros/jint/pull/2126
- Implement
Upsertby @lahma in https://github.com/sebastienros/jint/pull/2127 - Implement V8-styled stacktraces by @Guichaguri in https://github.com/sebastienros/jint/pull/2129
- Improve interop member resolution when enum indexer present by @lahma in https://github.com/sebastienros/jint/pull/2131
New Contributors
- @mac-michael made their first contribution in https://github.com/sebastienros/jint/pull/2100
- @warappa made their first contribution in https://github.com/sebastienros/jint/pull/2105
- @rg1 made their first contribution in https://github.com/sebastienros/jint/pull/2123
- @Guichaguri made their first contribution in https://github.com/sebastienros/jint/pull/2129
Full Changelog: https://github.com/sebastienros/jint/compare/v4.2.2...v4.3.0