v3.0.0-beta-2053
What's Changed
- fix interface methods by @hyzx86 in #1638
- Fixed rest/spread bug with empty object by @CreepGin in #1642
- Experimental - Task to Promise conversion by @Xicy in #1567
- Proxy on clr by @viruscamp in #1645
- Added support to convert JsTypedArray when converting objects. by @graphnode in #1646
- Optimize URI decode and encode by @lahma in #1647
- PropertyDescriptor improvements by @viruscamp in #1648
- #1573 - added convenience API by @gentledepp in #1574
- Implement Promise.withResolvers and update test suite by @lahma in #1650
- Add fast path without try-catch for CLR function call by @lahma in #1651
- Remove exposed CLR type equality requirement from ObjectWrapper.Equals by @lahma in #1652
New Contributors
- @hyzx86 made their first contribution in #1638
- @graphnode made their first contribution in #1646
- @gentledepp made their first contribution in #1574
Full Changelog: v3.0.0-beta-2052...v3.0.0-beta-2053