aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/HydroRoll-Team/infiniv2.1.0苏向夜2024-03-041-1/+14
|\
* | feat(version): bump version to v2.1.0苏向夜2024-03-041-1/+1
* | test(generator): sync changes with generator苏向夜2024-03-043-9/+32
* | feat(generator): support multiple generator and regiter custom generators苏向夜2024-03-047-29/+115
* | feat(test): update tests for injector changes苏向夜2024-03-042-2/+36
* | feat(injector): supports backend function injector苏向夜2024-03-044-14/+44
| * docs: update CHANGELOG.md for v2.0.7 [skip ci]fu0504092024-03-021-1/+14
|/
* Merge branch 'master' of https://github.com/HydroRoll-Team/infiniv2.0.7苏向夜2024-03-021-1/+15
|\
* | chore(version): bump infini to v0.2.7苏向夜2024-03-021-1/+1
* | chore(deps): update dependencies苏向夜2024-03-022-12/+13
* | test(injector): update injector tests苏向夜2024-03-022-1/+24
* | fix(injector): fix injector variables苏向夜2024-03-022-8/+4
| * docs: update CHANGELOG.md for v2.0.6 [skip ci]fu0504092024-02-281-1/+15
|/
* chore(version): bump version to v2.0.6v2.0.6苏向夜2024-02-281-2/+2
* Merge branch 'master' of https://github.com/HydroRoll-Team/infini苏向夜2024-02-282-3/+3
|\
* | test(injector): fix tests after injector added苏向夜2024-02-285-19/+22
* | feat(injector): add injector feature苏向夜2024-02-285-9/+67
| * chore(readme): update profile description简律纯2024-02-261-2/+2
| * chore(project): update project description简律纯2024-02-261-1/+1
|/
* docs: update CHANGELOG.md for v2.0.5 [skip ci]fu0504092024-02-241-1/+16
* Merge branch 'master' of https://github.com/HydroRoll-Team/infiniv2.0.5苏向夜2024-02-244-5/+18
|\
* | chore(version): bump infini to v2.0.5苏向夜2024-02-242-10/+10
* | fix(infini): support python>=3.8苏向夜2024-02-248-43/+49
* | feat(input): add output method for input苏向夜2024-02-241-2/+22
| * Merge pull request #58 from HydroRoll-Team/dependabot/github_actions/ncipollo...简律纯2024-02-071-1/+1
| |\
| | * chore(deps): bump ncipollo/release-action from 1.13.0 to 1.14.0dependabot[bot]2024-02-061-1/+1
| |/
| * Merge pull request #57 from HydroRoll-Team/dependabot/github_actions/release-...简律纯2024-02-031-1/+1
| |\
| | * chore(deps): bump release-drafter/release-drafter from 5 to 6dependabot[bot]2024-02-021-1/+1
| |/
| * chore(docs): remove docs site logo简律纯2024-02-021-2/+2
| * docs: update CHANGELOG.md for v2.0.4 [skip ci]fu0504092024-01-301-1/+14
|/
* chore(infini): bump infini into v2.0.4v2.0.4苏向夜2024-01-301-1/+1
* 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
* chore(infini): bump infini into v2.0.3v2.0.3苏向夜2024-01-291-1/+1
* feat(core): add type checking to handle mismatch returns苏向夜2024-01-292-0/+7
* feat(i18n): globalization苏向夜2024-01-291-1/+1
* Merge branch 'master' of https://github.com/HydroRoll-Team/infini苏向夜2024-01-292-4/+35
|\
* | fix(LICENSE): change LICENSE data to 2023苏向夜2024-01-291-1/+1
| * docs: update CHANGELOG.md for v2.0.3a1 [skip ci]HsiangNianian2024-01-291-1/+32
| * Merge pull request #54 from HydroRoll-Team/dependabot/github_actions/stefanzw...v2.0.3a1简律纯2024-01-291-1/+1
| |\
| * \ Merge pull request #55 from HydroRoll-Team/dependabot/github_actions/ncipollo...简律纯2024-01-291-1/+1
| |\ \
| * | | Merge pull request #56 from HydroRoll-Team/dependabot/github_actions/actions/...简律纯2024-01-291-1/+1
|/| | |
| * | | chore(deps): bump actions/checkout from 3 to 4dependabot[bot]2024-01-291-1/+1
|/ / /
| * / chore(deps): bump ncipollo/release-action from 1.12.0 to 1.13.0dependabot[bot]2024-01-291-1/+1
|/ /
| * chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5dependabot[bot]2024-01-291-1/+1
|/
* merge: merge with remote changes苏向夜2024-01-298-14/+103
|\
* | chore(infini): bump infini into v2.0.2v2.0.2苏向夜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