3.0.0-alpha.0 (2022-12-22)
Bug Fixes
- eventbus runtime should wait all handlers done (#51) (0651d30)
- fix events type from any to keyof Events (#54) (a2551b2)
- fix file path for advice decorator (#64) (d6aa091)
- fix miss agent file (0fa496b)
- fix miss agent file (#56) (cfb4dcc)
- fix mock prototype in aop not work (#66) (16640eb)
- fix rootProtoManager.registerRootProto (f416ed7)
- fix schedule import (1fb5481)
- none exist node_modules path (#59) (77cb068)
- optimize backgroud output (#47) (6d978c5)
- skip file not exits (#62) (10e56d4)
- use getMetaData for ModelMetadataUtil (#44) (87a306c)
- use require.resolve instead path.join to resolve dependencies path (#63) (d7f3beb)
Features