Update version to 0.3.16 and improve Options.options()
This commit is contained in:
parent
d36bd27cbe
commit
d8908b0901
@ -6,7 +6,7 @@ A python lib came from [Difficult Rocket](https://github.com/shenjackyuanjie/Dif
|
||||
|
||||
## Information/信息
|
||||
|
||||
- Version / 版本: 0.3.15
|
||||
- Version / 版本: 0.3.16
|
||||
- Author / 作者: shenjackyuanjie <3695888@qq.com>
|
||||
|
||||
[shenjackyuanjie](https://github.com/shenjackyuanjie)
|
||||
|
@ -1,5 +1,13 @@
|
||||
# lndl 0.3
|
||||
|
||||
## 0.3.16
|
||||
|
||||
- 真的就是在刷版本号
|
||||
- `Options`
|
||||
- 现在 `Options.options()`
|
||||
- 不会在内容为 `None` 的时候返回对应的类型注释了
|
||||
- 我把 `getattr(obj, attr, default)` 改成了 `getattr(obj, attr)` + `try`
|
||||
|
||||
## 0.3.15
|
||||
|
||||
- 感觉就是在刷版本号
|
||||
|
Loading…
Reference in New Issue
Block a user