v3.0.0-beta-2049
What's Changed
- Don't call CatchClrExceptions for JavaScriptExceptions by @lahma in #1502
- Add issue templates by @lahma in #1503
- Remove some tests from exclude and fix accordingly by @lahma in #1504
- Optimize TypeConverter.ToNumber by using Try overloads by @lahma in #1505
- JSON serialization refactoring and optimization by @tomatosalat0 in #1506
- Add basic JSON parsing/serialization benchmark by @lahma in #1510
- Add macOS runner for PR checks by @lahma in #1261
- Support inheritance chain of CLR objects with instanceof operator by @mainlyer in #1511
- Optimize JSON serialization by @lahma in #1512
- Update engine comparison benchmark results by @lahma in #1513
- Add net60 target by @lahma in #1515
- Support optional constructor parameters under interop by @mainlyer in #1517
- Support CLR object inheritance chain with prototypes by @mainlyer in #1518
- Support params arrays in delegate invocation by @mainlyer in #1520
New Contributors
Full Changelog: v3.0.0-beta-2048...v3.0.0-beta-2049