aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* chore(workflows): update permissionsv2.0.2-alpha.2简律纯2024-01-281-7/+6
|
* chore(version): bump version to 2.0.2a2简律纯2024-01-281-1/+1
|
* chore(version): bump version to v2.0.2-alpha.1简律纯2024-01-281-1/+1
|
* fix(workflows): allow write permission简律纯2024-01-281-0/+5
|
* chore(project): add `project.urls` section简律纯2024-01-281-0/+6
|
* chore(version): bump version from 2.0.1 to 2.0.2a1简律纯2024-01-281-1/+1
|
* chore(docs)!: update license简律纯2024-01-283-4/+23
| | | | <license> MIT
* chore(docs): update cpying简律纯2024-01-281-1/+1
|
* revert(docs): revert html favicon简律纯2024-01-281-1/+1
|
* chore(docs): update cpying简律纯2024-01-281-1/+1
|
* chore(docs): refresh changelog.md简律纯2024-01-281-2/+0
|
* feat(workflows): add changelog for each简律纯2024-01-282-0/+46
|
* chore(docs): update config简律纯2024-01-281-9/+13
|
* Merge branch 'master' of https://github.com/HydroRoll-Team/HydroRollCore简律纯2024-01-271-2/+2
|\
* | refactor(docs): rebuild with readthedocs简律纯2024-01-2729-0/+357
| |
| * Merge pull request #52 from ↵简律纯2024-01-271-1/+1
| |\ | | | | | | | | | | | | HydroRoll-Team/dependabot/github_actions/actions/checkout-4 chore(deps): bump actions/checkout from 3 to 4
| | * chore(deps): bump actions/checkout from 3 to 4dependabot[bot]2024-01-271-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
| * Merge pull request #53 from ↵简律纯2024-01-271-1/+1
|/| | | | | | | | | HydroRoll-Team/dependabot/github_actions/pdm-project/setup-pdm-4 chore(deps): bump pdm-project/setup-pdm from 3 to 4
* | :bookmark: chore(infini): bump infini into v2.0.1v2.0.1苏向夜2024-01-271-1/+1
| |
* | :sparkles: test(ci): add ndice package as example tests苏向夜2024-01-274-0/+542
| |
* | :sparkles: feat(router): supports alias router苏向夜2024-01-275-25/+32
| |
* | :bug: fix(loader): fix encoding error苏向夜2024-01-271-4/+1
| |
* | :bookmark: chore(infini): bump infini into v2.0.0v2.0.0苏向夜2024-01-271-1/+1
| |
* | :white_check_mark: test(refact): sync tests with infini changes苏向夜2024-01-274-15/+23
| |
* | :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-273-2/+3
| |
* | :sparkles: test(handler): add new test for interator苏向夜2024-01-271-0/+27
| |
* | :sparkles: feat(handler): support Interator while outcome Outputs苏向夜2024-01-273-15/+19
| |
* | :sparkles: feat(logging): add logging module苏向夜2024-01-272-2/+27
| |
* | :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
| |