aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* :sparkles: feat(router): supports alias router苏向夜2024-01-272-13/+20
* :bug: fix(loader): fix encoding error苏向夜2024-01-271-4/+1
* :sparkles: feat(core|interceptor): supports output for interceptors苏向夜2024-01-272-28/+72
* :recycle: refactor(generator): rename Generator to TextGenerator and add TODO苏向夜2024-01-272-6/+6
* :bookmark: chore(infini): bump infini into v2.0.0-rc.3v2.0.0-rc.3苏向夜2024-01-272-1/+2
* :sparkles: feat(handler): support Interator while outcome Outputs苏向夜2024-01-273-15/+19
* :sparkles: feat(logging): add logging module苏向夜2024-01-272-2/+27
* :sparkles: feat(internal): return a Register class instead of ModuleType in r...苏向夜2024-01-272-14/+17
* :sparkles: feat(loader): improve loader apis苏向夜2024-01-271-11/+67
* :sparkles: feat(loader): add loader method苏向夜2024-01-272-2/+153
* :construction: to(yield): add todo for iterator supports苏向夜2024-01-271-0/+4
* :bookmark: chore(infini): bump infini into v2.0.0-beta.1v2.0.0-beta.1苏向夜2024-01-261-0/+2
* :sparkles: feat(register): add register feature苏向夜2024-01-261-0/+94
* :bug: fix(interceptor): fix output interception have no input defination苏向夜2024-01-261-1/+2
* :recycle: perf(input): fix Input annotation type T not work苏向夜2024-01-261-1/+1
* :sparkles: feat(generator): allow initialization for generator苏向夜2024-01-261-0/+4
* :sparkles: feat(generator): enable to use global variables苏向夜2024-01-261-2/+3
* :sparkles: feat(generator): use jinja2 as default generator苏向夜2024-01-263-2/+19
* :sparkles: feat(generator): add generator method苏向夜2024-01-262-2/+10
* :sparkles: feat(output): add new Endswith router苏向夜2024-01-261-3/+5
|\
* | :recycle: refactor(output): add __init__ method in Output class in order to g...苏向夜2024-01-262-6/+15
* | :recycle: refactor(infini): refacted infini as version 2.0.0-alpha.1苏向夜2024-01-2620-480/+248
|/
* :recycle: refactor(infini): restore pdm project and work for infini version 2苏向夜2024-01-254-119/+1
* :bug: 修复Infini CLI的部分问题苏向夜2023-12-183-4/+4
* :bug: 修订注释及导入路径苏向夜2023-12-183-30/+12
* :bug: 修订异常基类苏向夜2023-12-181-17/+5
* fix(template|tests): update command: new template简律纯2023-12-181-2/+2
* chore(typing): add annotation简律纯2023-12-181-1/+8
* chore(register): `regist` -> `register` 不符合缩写语法的方法名简律纯2023-12-181-3/+3
* chore(register): add annotation and lint code简律纯2023-12-181-9/+35
* chore(matcher): add annotation and lint code简律纯2023-12-182-7/+10
* feat(handler): 实现泛型,实现 `self.stop()` `self.skip()` 方法简律纯2023-12-181-8/+23
* feat(typing): add `StateT` type var简律纯2023-12-182-1/+11
* feat(handler): add `HandlerLoadType` class简律纯2023-12-181-1/+11
* chore(handler): add annotation简律纯2023-12-181-0/+7
* refactor(exceptions): 重定义三个异常基类简律纯2023-12-181-13/+11
* feat(exceptions): add `RulePackageException` and rename `HydroError` to `Infi...简律纯2023-12-181-2/+4
* feat(event): add `EventException` `SkipException` `StopException`简律纯2023-12-181-0/+19
* chore(event): add annotation简律纯2023-12-181-0/+6
* chore(event): `Inifni` -> `Infini` 修正笔误简律纯2023-12-181-1/+1
* chore(const): consts 没有任何意义且不符合语法,const没有复数...简律纯2023-12-181-0/+7
* refactor(const): `consts` -> `const`简律纯2023-12-183-1/+8
* chore(exp): add explaination at `__init__.py`简律纯2023-12-181-0/+15
* chore(cli/gui): lint code简律纯2023-12-182-2/+5
* chore(lint): lint code简律纯2023-12-181-1/+6
* chore(event): add `_str__` method简律纯2023-12-181-1/+4
* :fire: 清理DEBUG输出苏向夜2023-12-181-2/+0
* :arrow_up: 更新规则包模板苏向夜2023-12-182-19/+22
* :sparkles: 新增并使用注册器苏向夜2023-12-182-26/+54
* :recycle: 修订入口文件苏向夜2023-12-181-3/+11