aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* feat(router): support variable inject for router苏向夜2024-03-113-26/+27
* feat(loader): supports hot module reload苏向夜2024-03-041-4/+1
* style(exception): fix annocation苏向夜2024-03-041-1/+1
* feat(workflow): supports blocked workflow苏向夜2024-03-043-13/+30
* feat(generator): support multiple generator and regiter custom generators苏向夜2024-03-047-29/+115
* feat(injector): supports backend function injector苏向夜2024-03-044-14/+44
* fix(injector): fix injector variables苏向夜2024-03-022-8/+4
* feat(injector): add injector feature苏向夜2024-02-285-9/+67
* fix(infini): support python>=3.8苏向夜2024-02-248-43/+49
* feat(input): add output method for input苏向夜2024-02-241-2/+22
* feat(core): add empty Output checking and block checking苏向夜2024-01-301-4/+18
* fix(loader): fix loader won't load pre-interceptors苏向夜2024-01-301-1/+1
* feat(internal): auto register sub-packages into father package without new re...苏向夜2024-01-301-3/+6
* feat(core): add type checking to handle mismatch returns苏向夜2024-01-292-0/+7
* feat(i18n): globalization苏向夜2024-01-291-1/+1
* fix(router): add Command router苏向夜2024-01-291-0/+14
* fix(loader): fix queue pop a NoneType when loads same handler苏向夜2024-01-292-7/+34
* fix(core): fix no outcome yield when block is True苏向夜2024-01-291-1/+1
* :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