Skip to content

Releases: Cheivin/di

v0.3.0

Choose a tag to compare

@Cheivin Cheivin released this 20 May 12:15

Full Changelog: v0.2.0...v0.3.0

升级1.18

Choose a tag to compare

@Cheivin Cheivin released this 29 Mar 08:41
v0.2.0

fix: 根据类型查找Bean支持从手动注册的bean中查找

v0.1.6: feat: 增加新功能

Choose a tag to compare

@Cheivin Cheivin released this 13 Jan 03:02
- GetByTypeAll 获取该类型所有bean
- Injector 实例注入筛选器

v0.1.5

Choose a tag to compare

@Cheivin Cheivin released this 10 Jan 09:49
Merge branch 'dev'

v0.1.4

Choose a tag to compare

@Cheivin Cheivin released this 09 Dec 08:39
feat: 增加context

v0.1.3: feat: 增加根据类型获取bean的方法

Choose a tag to compare

@Cheivin Cheivin released this 07 Dec 08:45
- 如果有多个类型,不能保证获取顺序

v0.1.2: pref: 优化逻辑

Choose a tag to compare

@Cheivin Cheivin released this 02 Dec 06:54
- 优化接口判断方式,使用断言
- 对接口注入增加按实现类型注入

v0.1.1

Choose a tag to compare

@Cheivin Cheivin released this 30 Nov 13:03
fix: 修复打印

v0.1.0

Choose a tag to compare

@Cheivin Cheivin released this 30 Nov 08:09

修复:value设置
优化:抽离接口逻辑
新增:

  • NewBean、NewBeanByName方法,用于手动创建bean实例
  • Log日志接口打印DI启动过程日志

手动注册bean支持BeanName接口

Choose a tag to compare

@Cheivin Cheivin released this 15 Oct 04:19
v0.0.9

feat: 手动注册bean支持BeanName接口