-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: update next release workflow #389
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## [2.19.2](v2.19.1...v2.19.2) (2024-04-16) ### Bug Fixes * fix that invalidation of method key setting ([#329](#329)) ([e2698f7](e2698f7))
…n of method snapshots
…thod config, these are auto now
* fix(alova): fix that out of memory when creating large number of alova instances * feat(globalconfig): add globalConfig function to custom the limitation of method snapshots * fix: fix that error throws when aborting file downloading fix #331 * feat(deprecated): deprecate `enableDownload` and `enableUpload` in method config, these are auto now * chore: correct file name
# [2.20.0](v2.19.2...v2.20.0) (2024-04-18) ### Bug Fixes * **alova:** fix that out of memory when creating large number of alova instances ([d9fe68b](d9fe68b)) * fix that error throws when aborting file downloading ([40a2b6b](40a2b6b)), closes [#331](#331) ### Features * **deprecated:** deprecate `enableDownload` and `enableUpload` in method config, these are auto now ([65c64b8](65c64b8)) * **globalconfig:** add globalConfig function to custom the limitation of method snapshots ([1799def](1799def))
fix: incorrect building of globalfetch cause not initialize error
## [2.20.2](v2.20.1...v2.20.2) (2024-04-26) ### Bug Fixes * uploading state not working ([#340](#340)) ([8ced05b](8ced05b))
Feature/v2.20.x
## [2.20.3](v2.20.2...v2.20.3) (2024-04-26) ### Bug Fixes * download and upload inverted fixed. ([855b896](855b896)) * uploading state not working ([fe266ca](fe266ca))
fix(cjs): add the cjs bundle of vuehook, reacthook, sveltehook
## [2.20.5](v2.20.4...v2.20.5) (2024-05-16) ### Bug Fixes * **package.json:** fix the path of require export ([#367](#367)) ([bd94366](bd94366))
* fix(package.json): fix the path of require export * update: issue form template, PR tamplate and their workflows
* chore: add send function type automatic inference (#158) * chore: support automatic inference of force and middleware parameters (#158) * fix: automatic inference review issue (#158) * chore: unit test change(#158) * chore: add send args type unit test (#158) * chore: add send args unit test (#158) * refactor: remove the default type of ARG and move the test type to test-env.d.ts --------- Co-authored-by: Scott Hu <huzhen555@qq.com>
* chore: add arg default value * fix: fix the sendargs type in middleware --------- Co-authored-by: Scott Hu <huzhen555@qq.com>
## [2.21.1](v2.21.0...v2.21.1) (2024-06-12) ### Bug Fixes * add generics `ARG` to fix the type error ([#381](#381)) ([02a32fd](02a32fd))
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
## [2.21.2](v2.21.1...v2.21.2) (2024-06-13) ### Bug Fixes * remove slash at the end when sending with empty url([#384](#384)) ([90c15fc](90c15fc))
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
这个 PR 是什么类型?/ What type of PR is this?
这个 PR 做了什么?/ What does this PR do?
Update CI workflow for next release
文档 / Docs
This workflow does:
Once the created PR is merged, it will:
测试 / Testing
Have been tested.