- add InitilizationResult return type for IrisMethodChannel.initilize (#45) (ed46461)
- add InitilizationResult return type for IrisMethodChannel.initilize (#45) (ed46461)
- allow initilize/dispose multiple times for same IrisMethodChannel object (00d1388)
- fix memeory leak if Dart_PostCObject_DL failed to send the message (55f322f)
- 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.