Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/alovajs/alova

Workflow-Streamlined next-generation request tools. Extremely streamline API integration workflow, just one step
https://github.com/alovajs/alova

Merge pull request #159 from alovajs/release/v2.9.x

docs: issues templates optimize

195cb57b4bd6ca93223a7be19d2acba9f67640e0 authored over 1 year ago by JOU Amjs <[email protected]>
docs: issues templates and readme optimize

cfe91cc4a20e33197d94cf5cb9db15af79fd38b4 authored over 1 year ago by 胡镇 <[email protected]>
chore(release): 2.9.3 [skip ci]

## [2.9.3](https://github.com/alovajs/alova/compare/v2.9.2...v2.9.3) (2023-07-18)

### Bug Fixes...

3a4c0f719cd1a0f48916c4c8be73ee39d97a119f authored over 1 year ago by semantic-release-bot <[email protected]>
Merge pull request #157 from alovajs/release/v2.9.x

fix: only update column `data` will update cache in `updateState`

f2999b9fc9fa68bc44f5fb9fa8f3cade0ab4735c authored over 1 year ago by JOU Amjs <[email protected]>
fix: only update column `data` will update cache in `updateState`

808352bda7be1454bf8a6ffd00dec34d09bb6184 authored over 1 year ago by 胡镇 <[email protected]>
chore(release): 2.9.2 [skip ci]

## [2.9.2](https://github.com/alovajs/alova/compare/v2.9.1...v2.9.2) (2023-07-12)

### Bug Fixes...

e51231250821c85a9f1927e81f68822ba15472df authored over 1 year ago by semantic-release-bot <[email protected]>
Merge pull request #151 from alovajs/release/v2.9.x

fix: fix that doesn't request in mini program

a1d9af5ac76acf9798d22fda27db6e94da360305 authored over 1 year ago by JOU Amjs <[email protected]>
fix: fix that doesn't request in mini program

fix #150

485fefad6cd89566e79db0d3bf65a287051c98f8 authored over 1 year ago by 胡镇 <[email protected]>
chore(release): 2.9.1 [skip ci]

## [2.9.1](https://github.com/alovajs/alova/compare/v2.9.0...v2.9.1) (2023-07-03)

### Bug Fixes...

7c25af4bd5c834d0020c715d045b94d5165610df authored over 1 year ago by semantic-release-bot <[email protected]>
Merge pull request #145 from alovajs/release/v2.9.x

refactor: refactor some code in react hook

1d6b841c79aae4ef38ded40728367451ad3d8a89 authored over 1 year ago by JOU Amjs <[email protected]>
refactor: refactor some code in react hook

ee4396c012d4e03ced3f9fdb539327962df58fa3 authored over 1 year ago by 胡镇 <[email protected]>
Merge pull request #144 from alovajs/release/v2.9.x

fix(abort): multiple times abort is work in react

fd6871b4d13d454fd9ee0c269f08530d17ad9c9d authored over 1 year ago by JOU Amjs <[email protected]>
fix(abort): multiple times abort is work in react

fix #141

62330d1ef1fa772a826d6412a71003a8317ab438 authored over 1 year ago by 胡镇 <[email protected]>
chore(release): 2.9.0 [skip ci]

# [2.9.0](https://github.com/alovajs/alova/compare/v2.8.1...v2.9.0) (2023-07-02)

### Features

...

13d6db2e539cf0183d65e7e6b89136b89d28b2c7 authored over 1 year ago by semantic-release-bot <[email protected]>
Merge pull request #143 from alovajs/release/v2.9.x

release: v2.9.0

d91b6f2699e1c235e7188ebba8d39bdfa93aecdb authored over 1 year ago by JOU Amjs <[email protected]>
feat(react): optimize the handlers of use hooks in react with useCallback

and now, you can use send and abort directly in events, and don't worry about the performance in...

0aec939c664683b7fc698aabd052ab1a2f604253 authored over 1 year ago by JOU Amjs <[email protected]>
chore(release): 2.8.1 [skip ci]

## [2.8.1](https://github.com/alovajs/alova/compare/v2.8.0...v2.8.1) (2023-07-01)

### Bug Fixes...

bb4d7e06344fe3d7bc9c4dce1de670680be8b045 authored over 1 year ago by semantic-release-bot <[email protected]>
Merge pull request #140 from alovajs/release/v2.8.x

fix(react): request is eimitted on re-render in HMR even if set immed…

cc9cc93216a756a47fb1a3e46aac4ea3a3b574bf authored over 1 year ago by JOU Amjs <[email protected]>
fix(react): request is eimitted on re-render in HMR even if set immediate to false

the reason is that request emit switch is true when useEffect is run more than once, and now I
c...

c73da16bd33ac4b4fc4381d248ff73fa5d994942 authored over 1 year ago by 胡镇 <[email protected]>
chore(release): 2.8.0 [skip ci]

# [2.8.0](https://github.com/alovajs/alova/compare/v2.7.1...v2.8.0) (2023-06-28)

### Features

...

9f5fd0c70269d0bad9dcdc0703f17affe14e2e87 authored over 1 year ago by semantic-release-bot <[email protected]>
Merge pull request #134 from alovajs/release/v2.8.x

Release v2.8.0

12244f29136c42a368e3ad5938290ba582e6b528 authored over 1 year ago by JOU Amjs <[email protected]>
feat(logger): now it will log hit cache when response cache is hit

9ccdc821563d3bb718e708783d78af9078cef4d8 authored over 1 year ago by 胡镇 <[email protected]>
feat(ssr): do not send request any more when use hooks in ssr

in order to optimize request in ssr, use hooks don't send request any more. but you can directl...

cfcfa69ec802bd0677f08ebaee9f27bfec1c475c authored over 1 year ago by 胡镇 <[email protected]>
feat(optimization): initial loading value is true when request immediately

this optimization can reduce rerender times in react, and keep loading view in SSR mode

fix #108

4b52b5a1640ea877d16e50df294637e18045bb08 authored over 1 year ago by 胡镇 <[email protected]>
chore(release): 2.7.1 [skip ci]

## [2.7.1](https://github.com/alovajs/alova/compare/v2.7.0...v2.7.1) (2023-06-25)

### Bug Fixes...

bff294c2216ec2b72e796aaf53650f3259e90de8 authored over 1 year ago by semantic-release-bot <[email protected]>
Merge pull request #129 from alovajs/release/v2.7.x

fix: import.env not define problem

e00d0bdc34735c9774aa94a6f6f1292a0fa66f62 authored over 1 year ago by JOU Amjs <[email protected]>
fix: import.env not define problem

fix #128

2ef8a92e1c8f0d6fe32992878cca7b7403610567 authored over 1 year ago by 胡镇 <[email protected]>
chore(release): 2.7.0 [skip ci]

# [2.7.0](https://github.com/alovajs/alova/compare/v2.6.2...v2.7.0) (2023-06-25)

### Features

...

cd654a3c9a2d3d04a24da525c83b97e7d15c557a authored over 1 year ago by semantic-release-bot <[email protected]>
Merge pull request #125 from alovajs/release/v2.7.x

feat(metadata): method metadata is setable

f5de48442e30ed3de824a517d7ebd879231b0f6a authored over 1 year ago by JOU Amjs <[email protected]>
feat(metadata): method metadata is setable

b05143d182eb8321903ca8013b6d965d2af713a4 authored over 1 year ago by 胡镇 <[email protected]>
chore(release): 2.6.2 [skip ci]

## [2.6.2](https://github.com/alovajs/alova/compare/v2.6.1...v2.6.2) (2023-06-20)

### Bug Fixes...

a3570ebc0d06ac8ee3e237c27a48c0d75b493add authored over 1 year ago by semantic-release-bot <[email protected]>
Merge pull request #121 from alovajs/release/v2.6.x

Release v2.6.2

728dd76d00f14d00cf215d31e1d950536b4a7c80 authored over 1 year ago by JOU Amjs <[email protected]>
fix(abort): invalid abort when method.abort is called in beforeRequest

fix #120

cc4e215288fa4809044bf097386731a8b01ffc44 authored over 1 year ago by 胡镇 <[email protected]>
refactor(declare): variables declare optimistic, reduce the codes amount

d8bd5a38eeae4c415ccc3d59395a4d2452b3788b authored over 1 year ago by 胡镇 <[email protected]>
Merge pull request #118 from alovajs/release/v2.6.x

chore: update logo link in README.md

395ab8fee1ba6d2e97a9630dbf6671e5bf8641da authored over 1 year ago by JOU Amjs <[email protected]>
chore: update logo link in README.md

559eb715eccf043559545ec0cf0f8aed173e9a38 authored over 1 year ago by JOU Amjs <[email protected]>
Merge pull request #115 from alovajs/release/v2.6.x

chore: correct doc link

889db36a5eea2dc2d1c87c5b033793dd9c17c9c0 authored over 1 year ago by JOU Amjs <[email protected]>
chore: correct doc link

a59a80833c3744e43935bdf3daf81b69312264ce authored over 1 year ago by 胡镇 <[email protected]>
Merge pull request #114 from alovajs/release/v2.6.x

update README.md

f7d0bb4845ba5219b0fca350a7a7d36a431ead83 authored over 1 year ago by JOU Amjs <[email protected]>
Merge branch 'main' into release/v2.6.x

d4d0b86a0f2073479dfaa1ca8d1f6ac867e0b9ad authored over 1 year ago by 胡镇 <[email protected]>
chore: update README.md

c1a022655d91ff97903c5ef11c66d784f6f617ad authored over 1 year ago by 胡镇 <[email protected]>
chore(release): 2.6.1 [skip ci]

## [2.6.1](https://github.com/alovajs/alova/compare/v2.6.0...v2.6.1) (2023-06-12)

### Bug Fixes...

dd9fd125e30c64f27ddc7b2409458992c9ae7b11 authored over 1 year ago by semantic-release-bot <[email protected]>
Merge pull request #113 from alovajs/release/v2.6.x

fix: it can close cache when localCache set to null

460226a043f755fb41e7349d5361a485f3ad3d38 authored over 1 year ago by JOU Amjs <[email protected]>
fix: it can close cache when localCache set to null

deb99d6cee44b79ea52775ba370e2f992a6b0496 authored over 1 year ago by 胡镇 <[email protected]>
chore(release): 2.6.0 [skip ci]

# [2.6.0](https://github.com/alovajs/alova/compare/v2.5.5...v2.6.0) (2023-06-06)

### Features

...

bc5b1a3720f712a70a353b964424e3892cc21d3c authored over 1 year ago by semantic-release-bot <[email protected]>
Merge pull request #109 from alovajs/release/v2.6.x

release v2.6.0

d9cb19a524fd8f73bab2f55a678ae847eeea281a authored over 1 year ago by JOU Amjs <[email protected]>
feat: requests sent by method instance directly now can be abortd

603a7d9edf610ba3030977ef01eebe1d2968c06f authored over 1 year ago by 胡镇 <[email protected]>
feat(errorlogger): it will print error message when gets a error in requesting

2b33a13103cbc7329bc219ad44e497223623a9ff authored over 1 year ago by 胡镇 <[email protected]>
feat: useWatcher supports receive a method instance instead only receives a handler

61317b1f0a5d1a4017f4b64445339d54f855e98a authored over 1 year ago by JOU Amjs <[email protected]>
Merge branch 'main' of https://github.com/alovajs/alova into release/v2.6.x

bb48b49bdf29d03fe3826ebd9fe3daa92991a000 authored over 1 year ago by 胡镇 <[email protected]>
chore(release): 2.5.5 [skip ci]

## [2.5.5](https://github.com/alovajs/alova/compare/v2.5.4...v2.5.5) (2023-06-05)

### Bug Fixes...

235a6ce093b13e31359353c65cce43c7b5934804 authored over 1 year ago by semantic-release-bot <[email protected]>
Merge pull request #106 from alovajs/release/v2.5.x

fix: still emit request even if immediate is false in react strict mode

0c719a28f982441a378d69717126754d449e67b6 authored over 1 year ago by JOU Amjs <[email protected]>
fix: still emit request even if immediate is false in react strict mode

fix #105

bafe82e93e037cda5b70e1593703c002830d23af authored over 1 year ago by 胡镇 <[email protected]>
test: incorrect test that abort request in middleware

acd790a7dfa403742a99dd360dca0bd3774f7aa8 authored over 1 year ago by JOU Amjs <[email protected]>
chore(release): 2.5.4 [skip ci]

## [2.5.4](https://github.com/alovajs/alova/compare/v2.5.3...v2.5.4) (2023-05-23)

### Bug Fixes...

84ae3aaf4a74306af2f61796348e79e85252652a authored over 1 year ago by semantic-release-bot <[email protected]>
Merge pull request #97 from alovajs/release/v2.5.x

chore: return promise in fetch from middlware

dcfcc75e293daed484614cdb2dc998feba4f81f6 authored over 1 year ago by JOU Amjs <[email protected]>
chore: return promise in fetch from middlware

a908861b5526e59f94c494dd3c81890d1a0beeef authored over 1 year ago by 胡镇 <[email protected]>
Merge pull request #96 from alovajs/release/v2.5.x

Release v2.5.4

b25911b508b4df3a2fcb7c7146fe1975faa46643 authored over 1 year ago by JOU Amjs <[email protected]>
fix: correct type files of states hook

0179bd59e8b7cd0701ffa297460ea42f1e7ebd8c authored over 1 year ago by 胡镇 <[email protected]>
fix: returns a promise when call fetch which returns in useFetcher

4d4364277cd58ab554729c436a6a7dc6a18ce063 authored over 1 year ago by 胡镇 <[email protected]>
fix: clear error value when request again and is success

3d0d3bf4887ab0bd0de9f34b994ef6d8f0a8ac5f authored over 1 year ago by 胡镇 <[email protected]>
chore(release): 2.5.3 [skip ci]

## [2.5.3](https://github.com/alovajs/alova/compare/v2.5.2...v2.5.3) (2023-05-22)

### Bug Fixes...

c109f412d82fd28f58e8091d044752ef00f3f61f authored over 1 year ago by semantic-release-bot <[email protected]>
Merge branch 'main' of https://github.com/alovajs/alova into release/v2.5.x

c95c31640a2b4f5cdfba67c335b75afbd3c9b3f5 authored over 1 year ago by 胡镇 <[email protected]>
fix: fix problem that invalidateCache does not clear persistent data #91

fix #91

c889327f316563e39a235e00721d7bc10d9a1f6d authored over 1 year ago by 胡镇 <[email protected]>
chore(release): 2.5.2 [skip ci]

## [2.5.2](https://github.com/alovajs/alova/compare/v2.5.1...v2.5.2) (2023-05-22)

### Bug Fixes...

d7ecca186e70d7de7e6bd14cc2bf1a6fde284e77 authored over 1 year ago by semantic-release-bot <[email protected]>
fix: correct the compatibility of types definition in package.json #87

fix #87

181bea05b0ce3358a8bfec4e679e05f0484d5414 authored over 1 year ago by 胡镇 <[email protected]>
fix: correct the compatibility of types definition in package.json #87

fix #87

ae08533c6904cc4db394f745f5c1e6e9af554eb7 authored over 1 year ago by 胡镇 <[email protected]>
chore(release): 2.5.1 [skip ci]

## [2.5.1](https://github.com/alovajs/alova/compare/v2.5.0...v2.5.1) (2023-05-19)

### Bug Fixes...

7a67693087916929b9793f475b6ca7dc7d42fe89 authored over 1 year ago by semantic-release-bot <[email protected]>
fix: add a error tips when don't get a method instance by hook handler

4344e9e0974c923530aa4ba28c043203f12ef002 authored over 1 year ago by 胡镇 <[email protected]>
chore(release): 2.5.0 [skip ci]

# [2.5.0](https://github.com/alovajs/alova/compare/v2.4.1...v2.5.0) (2023-05-15)

### Bug Fixes
...

d754809bf475614f16dab48e0f4f38cde27006ea authored over 1 year ago by semantic-release-bot <[email protected]>
fix: fix type error of localCache

2acf7641e456d53edce4d059f66f8741bca9e78d authored over 1 year ago by 胡镇 <[email protected]>
feat(middleware): add function send, abort in middleware context which can control request

8e384c0699fd7c82d3101e0198013b3458d722b2 authored over 1 year ago by 胡镇 <[email protected]>
chore(release): 2.5.0-alpha.1 [skip ci]

# [2.5.0-alpha.1](https://github.com/alovajs/alova/compare/v2.4.1...v2.5.0-alpha.1) (2023-05-15)...

f6ac76fb23eacaa10e240d117fddaa90abbc3ad3 authored over 1 year ago by semantic-release-bot <[email protected]>
chore(release): 2.4.1 [skip ci]

## [2.4.1](https://github.com/alovajs/alova/compare/v2.4.0...v2.4.1) (2023-05-11)

### Bug Fixes...

99c0665696c1760b2d816ce434538060711aa94c authored over 1 year ago by semantic-release-bot <[email protected]>
fix: fix spelling error of `controlLoading`

5a4e9091e2af0828dc9adb452289045ad1a60e1c authored over 1 year ago by 胡镇 <[email protected]>
chore(release): 2.4.0 [skip ci]

# [2.4.0](https://github.com/alovajs/alova/compare/v2.3.1...v2.4.0) (2023-05-11)

### Features

...

29d19862e86e5d5702fdc94e1fd641ab83ee7866 authored over 1 year ago by semantic-release-bot <[email protected]>
feat(middleware): add controlled loading support, you can prevent loading change

100bc290269e2b483c8bdd6508556dd4ed527247 authored over 1 year ago by 胡镇 <[email protected]>
chore(release): 2.3.1 [skip ci]

## [2.3.1](https://github.com/alovajs/alova/compare/v2.3.0...v2.3.1) (2023-05-08)

### Bug Fixes...

fd99c7248b6acf03cf63a5dfd0d055059c224cc7 authored over 1 year ago by semantic-release-bot <[email protected]>
chore: remove .only in unit test

f2259004aad8929822547fa6f132d2e0abd853d1 authored over 1 year ago by 胡镇 <[email protected]>
Merge branch 'release/2.3.x'

b0e213e1286cd7f86ab595b51a901b0ef888563a authored over 1 year ago by 胡镇 <[email protected]>
fix: download and upload progress exception

b03fa9d7ca85f522a9e415a6cb7a47eb6446efe7 authored over 1 year ago by 胡镇 <[email protected]>
chore(release): 2.3.0 [skip ci]

# [2.3.0](https://github.com/alovajs/alova/compare/v2.2.0...v2.3.0) (2023-05-06)

### Bug Fixes
...

704a9be5c459592e5c8adea323c06e31bccb8cf9 authored over 1 year ago by semantic-release-bot <[email protected]>
fix: don't cache in onError when beforeRequest(sync fn) throw a error

fix #63

4b782dd4817c7d014bd70f6bf5df97437ed59809 authored over 1 year ago by 胡镇 <[email protected]>
chore: modify tsconfig.json and modify relation path to alias path

57916931cb44650178c4ec601374f7ee6a3df55e authored over 1 year ago by 胡镇 <[email protected]>
chore: modify jest.config.node.ts

e42b9047130a8f578b9562a72a7ac443aa5d46ae authored over 1 year ago by 胡镇 <[email protected]>
Merge branch 'main' of https://github.com/alovajs/alova into release/2.2.x

ad05e471dcd14ca59245509ac9753ae7a5c1e405 authored over 1 year ago by 胡镇 <[email protected]>
fix: don't cache in onError when beforeRequest(sync fn) throw a error

fix #63

dd59b51aab522662ceed048c44be54473e288723 authored over 1 year ago by 胡镇 <[email protected]>
chore: modify jest.config.node.ts

91d1e33e64e57605adb528bc021ea6f759646e13 authored over 1 year ago by 胡镇 <[email protected]>
chore: modify tsconfig.json and modify relation path to alias path

a9893cd21bea02f2e65053e5ac8a7caf8b61370f authored over 1 year ago by 胡镇 <[email protected]>
Merge pull request #58 from alovajs/release/2.2.x

chore: update README.md

f7ed11a6098f226a737fcd9c09c2dd3f2fbe2e25 authored over 1 year ago by JOU Amjs <[email protected]>
chore: update README.md

09bae370b7b573ffde550721728d5ae1487eafd0 authored over 1 year ago by 胡镇 <[email protected]>
chore(release): 2.2.0 [skip ci]

# [2.2.0](https://github.com/alovajs/alova/compare/v2.1.2...v2.2.0) (2023-04-26)

### Features

...

7f245ce22077a6a2d2fc4ad581f05194bb1ba2e2 authored over 1 year ago by semantic-release-bot <[email protected]>
feat: throw error when get error

442e0a9c99811b78b09522787c5887efe9708959 authored over 1 year ago by 胡镇 <[email protected]>
feat(ssr): support ssr, you can use alova in Nuxt, Next, Sveltekit

fix #51

1a6df23ba6af81f4c3692274cf17eecc4721e6ed authored over 1 year ago by 胡镇 <[email protected]>
chore: modify commitlint.confg.js to .cjs

e7fcfc0deb5c5e29bec5af928e34d4a70e788816 authored over 1 year ago by 胡镇 <[email protected]>
refactor: remove some uncheck code

536169d662b0e5a32afa7b90a7d7b8b6cc5af61c authored over 1 year ago by 胡镇 <[email protected]>
refactor: remove some uncheck code

c7cfbafbd0496a151d67559ce1ef94c294c9ca32 authored over 1 year ago by 胡镇 <[email protected]>
chore: modify commitlint.confg.js to .cjs

1d19c0e6a24f4a98f0249d06cf44975c0c71189c authored over 1 year ago by 胡镇 <[email protected]>
feat(ssr): support ssr, you can use alova in Nuxt, Next, Sveltekit

fix #51

fc06f1e269e34ffb116797a4de81e20415ce6187 authored over 1 year ago by 胡镇 <[email protected]>
fix(baseurl): parse incorrect when contains params in alova.baseURL

391987fef36ef07b298902d238483dde8631775d authored over 1 year ago by 胡镇 <[email protected]>