2.0.0-alpha.4 (2023-06-12)
⚠ BREAKING CHANGES
- add new injectorOpts option to createAbilityInjector for optional depends AdditionalAbility
- Support multi AdditionalAbities on the same ability. The AdditionalAbity option is total changed. see AdditionalAbility type
Features
- add new injectorOpts option to createAbilityInjector for optional depends AdditionalAbility (fb3e820)
- Support multi AdditionalAbities on the same ability. The AdditionalAbity option is total changed. see AdditionalAbility type (b167523)
Bug Fixes
- can not inject all inherited AdditionalAbility on ES6 Class (0d87857)
- many bugs on the additional ability depends of the injectorOptions (d3e30f4)
- should inject the static methoods on the same class for ES6 Class and inherits-ex supports static member inheritance now (3f832db)
- should not duplicate inject additional abilities on base class (0ae6f1b)