v3.0.2
What's Changed
- Try to initialize interop object members with upper and lower first char by @lahma in #1795
- Remove Newtonsoft package by @MikeAlhayek in #1799
- Improve STJ operability tests by @sebastienros in #1802
- Add test code to validate boolean vlue in the if condition. by @hyzx86 in #1803
- Obsolete and cleanup some ObjectInstance access patterns by @lahma in #1809
- Create separate ObjectWrapper.Create factory method by @lahma in #1810
- Add partial support for yield via experimental flag by @lahma in #1815
- Use global usings and aliases for Esprima namespaces and types by @lahma in #1824
- Add more Acornima friendly type aliases by @lahma in #1825
- Support interop against System.Text.Json types on NET8+ by @lahma in #1826
- Add support for wrapped lists to push and pop items by @ejsmith in #1822
- Adding ArrayLikeWrapper to support more interop array operations by @ejsmith in #1828
- Make task to promise wrapping an opt-in experimental feature by @lahma in #1830
- UnwrapIfPromise Call RunAvailableContinuations by @scgm0 in #1813
New Contributors
- @MikeAlhayek made their first contribution in #1799
Full Changelog: v3.0.1...v3.0.2