- implement invokeMethodList (15c6e38)
- implement invokeMethodList (15c6e38)
- [windows] fix warning C4068: unknown pragma 'clang' (f26cdba)
- fix _HotRestartFinalizer._onExitPort not be initialized in release build (ea5f4cb)
- fix ConcurrentModificationError when and are called ynchronously but without keyword (4f5058d)
- fix registerEventHandler with same ScopedEvent.scopedKey but different registerName/unregisterName not work (268d74b)
- fix the native API engine not be destroyed when hot restarted (bdda662)
- Introduce
NativeBindingDelegateProvider
to allow pass custom NativeBindingDelegate
from outside.