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(router): supports alias router
苏向夜
2024-01-27
2
-13
/
+20
|
*
:bug: fix(loader): fix encoding error
苏向夜
2024-01-27
1
-4
/
+1
|
*
:sparkles: feat(core|interceptor): supports output for interceptors
苏向夜
2024-01-27
2
-28
/
+72
|
*
:recycle: refactor(generator): rename Generator to TextGenerator and add TODO
苏向夜
2024-01-27
2
-6
/
+6
|
*
:bookmark: chore(infini): bump infini into v2.0.0-rc.3
v2.0.0-rc.3
苏向夜
2024-01-27
2
-1
/
+2
|
*
:sparkles: feat(handler): support Interator while outcome Outputs
苏向夜
2024-01-27
3
-15
/
+19
|
*
:sparkles: feat(logging): add logging module
苏向夜
2024-01-27
2
-2
/
+27
|
*
:sparkles: feat(internal): return a Register class instead of ModuleType in ↵
苏向夜
2024-01-27
2
-14
/
+17
|
|
|
|
require function
*
:sparkles: feat(loader): improve loader apis
苏向夜
2024-01-27
1
-11
/
+67
|
*
:sparkles: feat(loader): add loader method
苏向夜
2024-01-27
2
-2
/
+153
|
*
:construction: to(yield): add todo for iterator supports
苏向夜
2024-01-27
1
-0
/
+4
|
*
:bookmark: chore(infini): bump infini into v2.0.0-beta.1
v2.0.0-beta.1
苏向夜
2024-01-26
1
-0
/
+2
|
*
:sparkles: feat(register): add register feature
苏向夜
2024-01-26
1
-0
/
+94
|
*
:bug: fix(interceptor): fix output interception have no input defination
苏向夜
2024-01-26
1
-1
/
+2
|
*
:recycle: perf(input): fix Input annotation type T not work
苏向夜
2024-01-26
1
-1
/
+1
|
*
:sparkles: feat(generator): allow initialization for generator
苏向夜
2024-01-26
1
-0
/
+4
|
*
:sparkles: feat(generator): enable to use global variables
苏向夜
2024-01-26
1
-2
/
+3
|
*
: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
|
[next]