Skip to content

6.6.1-preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@yomunsam yomunsam released this 28 May 15:59
· 44 commits to master since this release

Install

Install this version by UPM git:

git://github.com/yomunsam/TinaX.Core.git#6.6.1-preview

Changelog

Modify

  • Changed the inheritance of Class TinaX.InjectAttribute from System.Attribute to inherit from CatLib.Container.InjectAttribute. CatLib is the underlying implementation of XCore 's DI, and this change is used to optimize the API confusion of dependency injection.

New Features



改动

  • TinaX.InjectAttribute类的继承关系由System.Attribute 改为继承自CatLib.Container.InjectAttribute. CatLib是XCore的依赖注入的底层实现,该改动用于优化依赖注入的API混乱.

新增功能