What's Changed
- refactor(core): Changed the way the main operation class is accessed to a property, added scheduled task management by @molanp in #18
- fix(daemon): Improved the node system information model definition
- refactor(instance): Optimized instance information retrieval logic
BREAK CHANGE
The previous calls like mcsm.daemon() and mcsm.instance() need to be changed to class properties like mcsm.daemon and mcsm.instance.
Supports MCSManager version 10.11.0
What's Changed
- refactor(core): 主操作类获取方式改为属性,新增计划任务管理 by @molanp in #18
- fix(daemon): 改进节点系统信息模型定义
- refactor(instance): 优化实例信息获取逻辑
BREAK CHANGE
原来的mcsm.daemon()、mcsm.instance()等调用方式需要改为mcsm.daemon、mcsm.instance等类属性
支持 MCSManager 版本10.11.0
Full Changelog: 0.1.7...0.1.8