index
:
infini
dev
gh-pages
v2
v3
Infini
HydroRoll-Team
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
style(exception): fix annocation
苏向夜
2024-03-04
1
-1
/
+1
*
feat(workflow): supports blocked workflow
苏向夜
2024-03-04
3
-13
/
+30
*
feat(generator): support multiple generator and regiter custom generators
苏向夜
2024-03-04
7
-29
/
+115
*
feat(injector): supports backend function injector
苏向夜
2024-03-04
4
-14
/
+44
*
fix(injector): fix injector variables
苏向夜
2024-03-02
2
-8
/
+4
*
feat(injector): add injector feature
苏向夜
2024-02-28
5
-9
/
+67
*
fix(infini): support python>=3.8
苏向夜
2024-02-24
8
-43
/
+49
*
feat(input): add output method for input
苏向夜
2024-02-24
1
-2
/
+22
*
feat(core): add empty Output checking and block checking
苏向夜
2024-01-30
1
-4
/
+18
*
fix(loader): fix loader won't load pre-interceptors
苏向夜
2024-01-30
1
-1
/
+1
*
feat(internal): auto register sub-packages into father package without new re...
苏向夜
2024-01-30
1
-3
/
+6
*
feat(core): add type checking to handle mismatch returns
苏向夜
2024-01-29
2
-0
/
+7
*
feat(i18n): globalization
苏向夜
2024-01-29
1
-1
/
+1
*
fix(router): add Command router
苏向夜
2024-01-29
1
-0
/
+14
*
fix(loader): fix queue pop a NoneType when loads same handler
苏向夜
2024-01-29
2
-7
/
+34
*
fix(core): fix no outcome yield when block is True
苏向夜
2024-01-29
1
-1
/
+1
*
: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 r...
苏向夜
2024-01-27
2
-14
/
+17
*
: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 g...
苏向夜
2024-01-26
2
-6
/
+15
*
|
: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
[next]