index
:
infini
dev
gh-pages
v2
v3
Infini
HydroRoll-Team
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
Commit message (
Collapse
)
Author
Age
Files
Lines
*
:sparkles: feat(generator): use jinja2 as default generator
苏向夜
2024-01-26
3
-2
/
+19
|
*
:sparkles: feat(generator): add generator method
苏向夜
2024-01-26
2
-2
/
+10
|
*
:sparkles: feat(output): add new Endswith router
苏向夜
2024-01-26
1
-3
/
+5
|
\
*
|
:recycle: refactor(output): add __init__ method in Output class in order to ↵
苏向夜
2024-01-26
2
-6
/
+15
|
|
|
|
|
|
|
|
generate output mehtod in initialization
*
|
:recycle: refactor(infini): refacted infini as version 2.0.0-alpha.1
苏向夜
2024-01-26
20
-480
/
+248
|
/
*
:recycle: refactor(infini): restore pdm project and work for infini version 2
苏向夜
2024-01-25
4
-119
/
+1
|
*
:bug: 修复Infini CLI的部分问题
苏向夜
2023-12-18
3
-4
/
+4
|
*
:bug: 修订注释及导入路径
苏向夜
2023-12-18
3
-30
/
+12
|
*
:bug: 修订异常基类
苏向夜
2023-12-18
1
-17
/
+5
|
*
fix(template|tests): update command: new template
简律纯
2023-12-18
1
-2
/
+2
|
*
chore(typing): add annotation
简律纯
2023-12-18
1
-1
/
+8
|
*
chore(register): `regist` -> `register` 不符合缩写语法的方法名
简律纯
2023-12-18
1
-3
/
+3
|
*
chore(register): add annotation and lint code
简律纯
2023-12-18
1
-9
/
+35
|
*
chore(matcher): add annotation and lint code
简律纯
2023-12-18
2
-7
/
+10
|
*
feat(handler): 实现泛型,实现 `self.stop()` `self.skip()` 方法
简律纯
2023-12-18
1
-8
/
+23
|
*
feat(typing): add `StateT` type var
简律纯
2023-12-18
2
-1
/
+11
|
*
feat(handler): add `HandlerLoadType` class
简律纯
2023-12-18
1
-1
/
+11
|
*
chore(handler): add annotation
简律纯
2023-12-18
1
-0
/
+7
|
*
refactor(exceptions): 重定义三个异常基类
简律纯
2023-12-18
1
-13
/
+11
|
*
feat(exceptions): add `RulePackageException` and rename `HydroError` to ↵
简律纯
2023-12-18
1
-2
/
+4
|
|
|
|
`InfiniException`
*
feat(event): add `EventException` `SkipException` `StopException`
简律纯
2023-12-18
1
-0
/
+19
|
*
chore(event): add annotation
简律纯
2023-12-18
1
-0
/
+6
|
*
chore(event): `Inifni` -> `Infini` 修正笔误
简律纯
2023-12-18
1
-1
/
+1
|
*
chore(const): consts ↵
简律纯
2023-12-18
1
-0
/
+7
|
|
|
|
没有任何意义且不符合语法,const没有复数形式
*
refactor(const): `consts` -> `const`
简律纯
2023-12-18
3
-1
/
+8
|
*
chore(exp): add explaination at `__init__.py`
简律纯
2023-12-18
1
-0
/
+15
|
*
chore(cli/gui): lint code
简律纯
2023-12-18
2
-2
/
+5
|
*
chore(lint): lint code
简律纯
2023-12-18
1
-1
/
+6
|
*
chore(event): add `_str__` method
简律纯
2023-12-18
1
-1
/
+4
|
*
:fire: 清理DEBUG输出
苏向夜
2023-12-18
1
-2
/
+0
|
*
:arrow_up: 更新规则包模板
苏向夜
2023-12-18
2
-19
/
+22
|
*
:sparkles: 新增并使用注册器
苏向夜
2023-12-18
2
-26
/
+54
|
*
:recycle: 修订入口文件
苏向夜
2023-12-18
1
-3
/
+11
|
*
:sparkles: 新增异常类型
苏向夜
2023-12-18
1
-2
/
+10
|
*
:bug: 允许Handler实例化
苏向夜
2023-12-18
3
-12
/
+15
|
*
:recycle: 优化测试模式
苏向夜
2023-12-17
1
-7
/
+12
|
*
:fire: 清理废弃代码
苏向夜
2023-12-17
1
-16
/
+0
|
*
:sparkles: 采用加载器
苏向夜
2023-12-17
1
-3
/
+3
|
*
:sparkles: 新增加载器
苏向夜
2023-12-17
1
-5
/
+62
|
*
:sparkles: 新增抽象声明
苏向夜
2023-12-17
1
-1
/
+2
|
*
:sparkles: 新增异常声明
苏向夜
2023-12-17
1
-2
/
+14
|
*
:bug: 修复path不存在的问题
苏向夜
2023-12-17
2
-3
/
+7
|
*
:bug: 修订消息事件生成模式
苏向夜
2023-12-17
1
-2
/
+1
|
*
:recycle: 使用直接事件作为返回方案
苏向夜
2023-12-16
4
-27
/
+28
|
*
:recycle: 允许业务函数返回事件实例
苏向夜
2023-12-16
2
-2
/
+15
|
*
:recycle: 修订matcher.py导入路径
苏向夜
2023-12-16
1
-2
/
+3
|
*
:sparkles: 更新业务基类声明 弃用子类声明方法
苏向夜
2023-12-16
1
-18
/
+6
|
*
:sparkles: 新增注册控制类
苏向夜
2023-12-16
1
-0
/
+49
|
*
:sparkles: 更新事件方法
苏向夜
2023-12-16
1
-28
/
+29
|
*
:sparkles: 更新事件基类声明
苏向夜
2023-12-16
1
-6
/
+22
|
[next]