diff --git a/docs/main/lib-not-dr.md b/docs/main/lib-not-dr.md index 1f29f1e..ce25a00 100644 --- a/docs/main/lib-not-dr.md +++ b/docs/main/lib-not-dr.md @@ -6,7 +6,7 @@ A python lib came from [Difficult Rocket](https://github.com/shenjackyuanjie/Dif ## Information/信息 -- Version / 版本: 0.3.11 +- Version / 版本: 0.3.14 - Author / 作者: shenjackyuanjie <3695888@qq.com> [shenjackyuanjie](https://github.com/shenjackyuanjie) diff --git a/docs/main/lib-not-dr/change_logs/0-3.md b/docs/main/lib-not-dr/change_logs/0-3.md index 306c879..5fc0c6a 100644 --- a/docs/main/lib-not-dr/change_logs/0-3.md +++ b/docs/main/lib-not-dr/change_logs/0-3.md @@ -1,5 +1,34 @@ # lndl 0.3 +## 0.3.14 + +- lndl-nuitka + - 言出法随( + - 为 arg_parse.py 添加了一些类型注释相关的内容 + - 好好好, 这就更新 + +## 0.3.13 + +- lndl-nuitka + - 大概是最后一次 0.3 的更新了 + - 修复了带有 `__spilt__` 的时候参数错误 + - 应该是使用 `arg_value` 判断类型 + - 但实际上用了 `value` + - 把 `is True` 改成了双层判断 + - `isinstance(value, bool)` + - `if value:` + +## 0.3.12 + +- `Options` + - 又回来维护了哈 + - 添加了 `_check_filled` 预定义选项 + - 如果为 `True` + - 会在 `Options` 初始化时检查是否有未填写的选项 + - 如果有, 则会抛出 `OptionNotFilled` +- 添加 `OptionNotFilled` 异常 + - 用于在 `Options` 初始化时检查是否有未填写的选项 + ## 0.3.11 - 修复了 `Logger` 任意等级消息 `flush` 默认为 `True` diff --git a/docs/main/lib-not-dr/change_logs/0-4.md b/docs/main/lib-not-dr/change_logs/0-4.md index 5e2a6e2..ff11ce8 100644 --- a/docs/main/lib-not-dr/change_logs/0-4.md +++ b/docs/main/lib-not-dr/change_logs/0-4.md @@ -39,7 +39,6 @@ - 现在为 `None` - 将 `logger` 模块重命名为 `loggers` - ## Nuitka Compiler Helper - [ ] 移除 CompilerHelper 和他的附属部分