summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* :bookmark: chore(infini): bump infini into v2.0.0-rc.2v2.0.0-rc.2苏向夜2024-01-271-1/+1
|
* :sparkles: feat(internal): return a Register class instead of ModuleType in ↵苏向夜2024-01-273-14/+28
| | | | require function
* :sparkles: test(loader): refact loader tests苏向夜2024-01-271-3/+4
|
* :sparkles: feat(loader): improve loader apis苏向夜2024-01-271-11/+67
|
* :bookmark: chore(infini): bump infini into v2.0.0-rc.1v2.0.0-rc.1苏向夜2024-01-271-1/+1
|
* :sparkles: feat(loader): add loader method苏向夜2024-01-273-2/+199
|
* :construction: to(yield): add todo for iterator supports苏向夜2024-01-271-0/+4
|
* :rotating_light: style(test): fix wrong pronouncation苏向夜2024-01-271-1/+1
|
* :bookmark: chore(infini): bump infini into v2.0.0-beta.1v2.0.0-beta.1苏向夜2024-01-262-1/+3
|
* :construction_worker: test(ci): add register tests苏向夜2024-01-261-0/+57
|
* :sparkles: feat(register): add register feature苏向夜2024-01-261-0/+94
|
* :sparkles: feat(ci): add new generator tests苏向夜2024-01-261-0/+27
|
* :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
|
* :see_no_evil: chore(gitignore): use pdm default .gitignore苏向夜2024-01-261-6/+157
|
* :arrow_up: chore(deps): add new ipdm as dev dependency苏向夜2024-01-262-3/+246
|
* :bookmark: chore(infini): bump infini into v2.0.0-alpha.3v2.0.0-alpha.3苏向夜2024-01-261-1/+1
|
* :sparkles: feat(ci): add generator tests and refact core tests苏向夜2024-01-262-9/+25
|
* :sparkles: feat(generator): use jinja2 as default generator苏向夜2024-01-263-2/+19
|
* :bookmark: chore(infini): bump infini into v2.0.0-alpha.2v2.0.0-alpha.2苏向夜2024-01-261-1/+1
|
* :heavy_plus_sign: chore(deps): add jinja2 dependency苏向夜2024-01-262-1/+54
|
* :sparkles: feat(ci): add core tests苏向夜2024-01-261-0/+75
|
* :sparkles: feat(generator): add generator method苏向夜2024-01-262-2/+10
|
* :memo: feat(docs): transfer old documents into old docs and add new docs苏向夜2024-01-263-181/+185
|
* :bug: fix pyproject.toml苏向夜2024-01-261-5/+1
|
* :sparkles: feat(output): add new Endswith router苏向夜2024-01-266-204/+22
|\
* | :recycle: refactor(output): add __init__ method in Output class in order to ↵苏向夜2024-01-264-38/+30
| | | | | | | | generate output mehtod in initialization
| * chore(ci): delete envv2.0.0-alpha.1简律纯2024-01-261-1/+0
| |
| * refactor(ci|docs|files): update workflows, refresh docs cacahe and, delete ↵简律纯2024-01-267-425/+12
| | | | | | | | useless files
| * Update python-publish.yml简律纯2024-01-261-6/+4
| |
* | :recycle: refactor(infini): refacted infini as version 2.0.0-alpha.1苏向夜2024-01-2625-708/+381
| |
* | :recycle: refactor(infini): reset infini project and resolve infini dependencies苏向夜2024-01-263-1372/+10
|/
* Merge branch 'master' of https://github.com/HydroRoll-Team/infini苏向夜2024-01-251-2/+2
|\
* | :fire: feat(docs): remove old documents苏向夜2024-01-2512911-33362/+0
| |
| * Merge pull request #51 from fu050409/master苏向夜2024-01-2511-182/+19
| |\ | | | | | | ♻️ refactor(infini): restore pdm project and work for infini version 2
| | * Merge branch 'HydroRoll-Team:master' into master苏向夜2024-01-251-2/+2
| |/| |/|/
* | :recycle: refactor(infini): restore pdm project and work for infini version 2苏向夜2024-01-2511-182/+19
| |
| * Merge pull request #49 from ↵dependabot[bot]2024-01-181-2/+2
| |\ | | | | | | | | | HydroRoll-Team/dependabot/github_actions/actions/cache-4
| | * chore(deps): bump actions/cache from 3 to 4dependabot[bot]2024-01-181-2/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
| * Merge pull request #48 from fu050409/masterdev苏向夜2023-12-187-51/+21
| |\ | |/ |/| 🐛 修复一些已知问题
* | :bug: 修复Infini CLI的部分问题苏向夜2023-12-183-4/+4
| |
* | :bug: 修订注释及导入路径苏向夜2023-12-183-30/+12
| |
* | :bug: 修订异常基类苏向夜2023-12-181-17/+5
|/
* (no commit message)简律纯2023-12-183-23/+23
|
* (no commit message)简律纯2023-12-181-3/+3
|
* chore(changelog): sync changes简律纯2023-12-181-36/+36
|
* chore(changelog): update the log简律纯2023-12-181-4/+5
|
* chore(changelog): update the changelog简律纯2023-12-181-6/+7
|