Ecosyste.ms: OpenCollective

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

github.com/urql-graphql/urql

The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
https://github.com/urql-graphql/urql

add preact-urql

1c12f4eedaf9eca8a0bfefcb373979a38236c200 authored about 5 years ago
Add 'packages/preact-urql/' from commit '1927231262f9e6bd0b862fc518dd879302a1cde6'

git-subtree-dir: packages/preact-urql
git-subtree-mainline: 207e98197173ee51c8075115b85bd81a7445...

38971d956d87f14244e2fb49386ff53866b67d71 authored about 5 years ago
Migrate @urql/exchange-graphcache to monorepo

207e98197173ee51c8075115b85bd81a7445f504 authored about 5 years ago
Add 'exchanges/graphcache/' from commit 'a374782ed831d9b2d46152a48b8b7feb1a66f785'

git-subtree-dir: exchanges/graphcache
git-subtree-mainline: 4cb35452a83989fec339ee17cfd4d7444d6f...

f66b77885362d8d544726429f9300250d62a2bb2 authored about 5 years ago
Add new tsconfig.json

4cb35452a83989fec339ee17cfd4d7444d6fd7f2 authored about 5 years ago
Update package.json and config files

92a05597433bc8c088fd323bb0f3fe983890cbe1 authored about 5 years ago
Move main package to packages/react-urql/

67f855cabc4a0f4226a5e4fc229d75044ac645b1 authored about 5 years ago
Avoid effects in useBehaviourSubject in suspense-mode (#521)

4abf9a6e0c23810154eadbb60341944a0f55a039 authored about 5 years ago
Modify subscribe in useSource not to allow getCurrentValue in ef… (#523)

This stops us from creating temporary subscriptions when useSubscription
calls getCurrentValue ...

3b459f14b6d6a6173baedfe5c15f24167bbde8c7 authored about 5 years ago
fix analytics basename (#66)

6da7397e7ed34ea8aaa3dd24fd0c2bfd09fba850 authored about 5 years ago
use svg falcon badge (#68)

40eda42c503f8142a7ba9090868171374358032e authored about 5 years ago
Fix typo in error message (#11)

de27572844550920cf14523c7302b4ed4b0ff928 authored about 5 years ago
implement conversion for useHTTPGetForQueries (#519)

* implement conversion for useHTTPGetForQueries

* add tests

* correct tests

* assume qu...

14a31ed85c343d19633767d4b6253cebf2ed51c0 authored about 5 years ago
Refactor away SchemaPredicates class (#161)

* Refactor schemaPredicates to be pure functions

* Remove obsolete result field from write ct...

a374782ed831d9b2d46152a48b8b7feb1a66f785 authored about 5 years ago
Upgrade dependencies

748ab3ea98d4bac63bc373f181caec107088a855 authored about 5 years ago
Add client.readQuery (#518)

* Upgrade Jest dependencies

* Add client.readQuery

c1968c05f7edc775d6e20acb2755f37ee20342c4 authored about 5 years ago
Trigger updates when optimistic updates don’t match the result (#160)

* add optimisticDependenciesByKey

* move to a more elegant solution

* refactor to merge th...

cd117690893fd162d31e8cdefd7f39f06254c66d authored about 5 years ago
v6.4.1

731544e484d0152bfb6c5d86dd91b7f3cc84cc9e authored about 5 years ago
6.4.0

6a3debb5f5567c5655d8614bdd5b3666730901e4 authored about 5 years ago
Fix concurrent-mode edge cases using useSubscription (adds useSo… (#514)

* Replace react-wonka with use-subscription

* Add initial useSource implementation based on u...

b88b4e78bba942b4443985c909aa508aea0b9ef2 authored about 5 years ago
Fix typo (#158)

48dfa74b87d548d914d1a3f899934081e98a3ea0 authored about 5 years ago
Include prepare:extras in build step for pika (#157)

* include prepare:extras in build step for pika

* move the prepare-script to postBuild instea...

efe424dba8db21f875527668265d3405ae57620b authored about 5 years ago
ensure we do not add previous results when adding parameters, in this case connectionArgs had less parameters than our fieldArgs resulting in erroneous data (#156)

0a7b19604ed734a9aa2d3eeb4bb8834db96ca26f authored about 5 years ago
move to new travis location

1927231262f9e6bd0b862fc518dd879302a1cde6 authored about 5 years ago
Fix error serializer/rehydrator in ssrExchange (#515)

Fix #508

In all error cases the ssrExchange would be generated
while assuming that networkEr...

410cc39af64614ffad8cc08994a1d9c2fb5559d1 authored about 5 years ago
Update file exchange example to work with wonka v4 (#509)

011e222a84b66f2cc0808de481a75311f945e125 authored about 5 years ago
implement suscription

faa2418fbd96eb799c1e94c7292655ced1fedbe5 authored about 5 years ago
implement query (todo: pause)

d0777a2f4eb0da64af924d2483bfb1ca2338e3e2 authored about 5 years ago
refactor observe

42d2f19bdd2cd2987f8bfdc5c07a6070c0efc72e authored about 5 years ago
move constants

48cb9bc9e5215ec1cd19528ebc367b0b035bc3bc authored about 5 years ago
setup example query

678e066dc3c4ee5daf130da13281f2ed2e9b1ef0 authored about 5 years ago
add scripts and dependencies

cfcded03edf9e589e9655ccd7dd98054429ad5ae authored about 5 years ago
warn when creating a client without url (#512)

* warn when creating a client without url

* convert to throwing an error

4c75bf7e7b7af660e893bba96af7358815731043 authored about 5 years ago
Fix a link in README (#511)

cd8ea77b3d92bb10c84d7c3c301841861e245d7c authored about 5 years ago
Fix link to docs page (#510)

ffd52018a21696a483dd9d8ccaaf90cb1ff55c65 authored about 5 years ago
v1.8.2

d8ab31cabcea38ee3b0db9deff03927ffa0a6e91 authored about 5 years ago
Update CHANGELOG for 1.8.2

12b1080aa89e0fe271ce8d6ec3f6ed4f585b5891 authored about 5 years ago
Fix synchronous suspense cases on client-side (#506)

* Add simplified toSuspenseSource implementation

* Upgrade to wonka@^4.0.7 and react-wonka@^2...

46611abeaee4e769f3586ae95d7885934aaaddbd authored about 5 years ago
use svelte observe

9fe41a5e7dc76836225ebe2e2d5bea8d42c8ec44 authored about 5 years ago
convert to useCallback this reduces the function allocations by 1 for each useQuery/useSubscription (#504)

2fb68ee1b5a25ce6c5a6de6748805db8c9385804 authored about 5 years ago
add subscription and query code

0083f04f3798ac04206d018be8760b99f9d42c17 authored about 5 years ago
prepare for query

fa576f46ffdaa62b2ca29157a2069423572775c1 authored about 5 years ago
working example for mutations

ee9be43e514ddbe859b729a3e17522198cda9c45 authored about 5 years ago
start on query

091695b0903c366e960ce7c5e5905b790b251dbc authored about 5 years ago
add test for mutate

2d66bf2f0a70ad53c0ca4114e5d6a99a5f81e762 authored about 5 years ago
export createClient

6bda33985d78375473b17c5fc07d52e2c320470b authored about 5 years ago
clean up folder structure and code

f82a5f97bcfd8e8502c49f48cc92e9a121c7a90a authored about 5 years ago
Update Subscription.test.tsx

3e1722bb39fb406a2912e5512a4c2b635868a906 authored about 5 years ago
add version badge

54559e0438e17dababafb1bf6d266897d85bfd94 authored about 5 years ago
1.1.0

c8f456989694c89483a034b447a99384679a6ec1 authored about 5 years ago
Merge branch 'master' of github.com:JoviDeCroock/urql-preact

a78deb98f8368fd815c51d16f48592a0b1953ea1 authored about 5 years ago
update wonka and urql

18dacaca10303f34f9624e3a49b5c223f2a158b9 authored about 5 years ago
cleanup and try testing

562ca7540563388434db0ff0e79e612e6a2612be authored about 5 years ago
initial setup

95e4f7b34ac608775a9ac7385d0002e61dc58f22 authored about 5 years ago
Initial commit

e646f196940eb6329ebd2076e0b6039e263e2267 authored about 5 years ago
Create FUNDING.yml

bd46a1c154c3fcd3cc4f81398bdaab3c86882b30 authored about 5 years ago
v1.8.1

e06098d1f3bfd87ac5f1b115c0ecf99b8bc3ec38 authored about 5 years ago
Update CHANGELOG for 1.8.1

d54b09089638e2046dbb97182cb871083b9aba39 authored about 5 years ago
Fix cascading cancellations from components (#503)

* Fix cascading cancellations from components

wonka@^4.0.0 has some improved behaviour that f...

21ed77345fab1eebbc645dc0c0f765494c4604e8 authored about 5 years ago
v2.1.0

136f210eadca4eddb6fca198ac8b411606593b88 authored about 5 years ago
Update CHANGELOG for 2.1.0

605adbabd020030ef99eab93ed059c0de47a5dd3 authored about 5 years ago
Update CHANGELOG for 2.0.1

9b32eb64db44a229804a1d249f730941078be946 authored about 5 years ago
v1.8.0

c3804485a3d4f043c30966d414945371f418436b authored about 5 years ago
Update CHANGELOG for 1.8.0

10b899b5c10e6c99db437c56d3ccdd519f6ac8d7 authored about 5 years ago
Bump dependencies (#500)

* Upgrade devDependencies

* Fix new lint error (@typescript-eslint/no-empty-function)

2c8c3b1a66d7523eb36da208c15f138706a86c2d authored about 5 years ago
Upgrade to Wonka@^4.0.0 and adjust dependency range (#153)

* Upgrade Wonka and adjust range

* Upgrade tests to wonka@^4.0.0

bab0634f7174cf64ffbb91cd5a7560d73891407e authored about 5 years ago
Add react-wonka (#499)

* add react-wonka

* upgrade wonka

* remove scheduler peerdep

* add lockfile

e7227c29ed3a9dcf87234d6547b99dada675b4a1 authored about 5 years ago
golf some bytes -47B (#498)

625c2aacfa39f07daf608bced44ac3c3afd330c9 authored about 5 years ago
Upgrade to Wonka v4 (#495)

* Upgrade to [email protected]

* Fix pollInterval test timing

* Migrate to new Wonka 4 API ...

fb070cba2170c89f39baac757a694da92447ddce authored about 5 years ago
Support concurrent mode (#496)

* test concurrent

* add test file

* use correct react-wonka

* testing more concurrent
...

6a35cffbd358d1b155376f99b1e1f68ef4f29786 authored about 5 years ago
npm got confused so here is 1.0.1... :tada:

805be4b6264ddc8f71b10d4e5761bc79881e308d authored about 5 years ago
1.0.0 release

df966003774c0bd85cb4eb0a0f6e5cf60b97de6c authored about 5 years ago
Fix: Duplicate fragments in populated documents (#151)

* Inline snapshots for readability

* Add failing test case

* Skip required user fragments ...

3e9614dfda67595fe0e6b553498acb853a7dcbc2 authored about 5 years ago
Update issue templates

cce9103ff86187638b8c45ea65baa7bbd208c622 authored about 5 years ago
Fix #unwrapType by recursively unwrapping to find root scalar or… (#150)

14cea7d8dace126345e501425b0b0c06ea7936f0 authored about 5 years ago
Add preact-urql to our ecosystem (#494)

8624ff9ba8824eba1e09453f2257274f32b12903 authored about 5 years ago
update travis url

1efd0985a9d7c036d495f26c962ca37bb41de84b authored about 5 years ago
save 20 more bytes

9f5f6d4440cf981863d3533eb87a2c6bae79aac5 authored about 5 years ago
Merge branch 'master' of github.com:JoviDeCroock/urql-preact

cecf8ed7944732b688db2a59ee7967951f9338b2 authored about 5 years ago
cut some bytes -85 minzipped bytes

1f4fe396b7ff7b45c3c218921ec03539d9f4fe40 authored about 5 years ago
add bundlephobia label

7dc4609d5f73c00372cc4e0e76aae6df6bc82409 authored about 5 years ago
update import path

88538836b1a5df3ac46a2ede132c73e773ed9995 authored about 5 years ago
Update package.json

610556f9432d0339179efe46fc22b7187989bfb7 authored about 5 years ago
Update README.md

bf0df04ee60f7984888229d3de4247e65b8798af authored about 5 years ago
Merge pull request #1 from JoviDeCroock/publish-ready

Prepare for release

3169a51bf38734fd32e78d46ee1f559f3e6d86d5 authored about 5 years ago
complete example

17d3e3d2ef7f3a83cc8b8ac6dcefc795ac3986c8 authored about 5 years ago
remove wrong syntax

8ef767853ed4a35e82754bdac31012c38bce2920 authored about 5 years ago
start preparing examples

2e7cc5bf78b3f6973600c5ee7dc463fce6557b2e authored about 5 years ago
increase coverage by testing the Components

fae910c63dd3570517f8bf078dc1653704f03800 authored about 5 years ago
remove react specific linting

3e2250406f328644f0b6c474ff6805c37914c0eb authored about 5 years ago
add useImmedaite tests

4784fb2584f6e7a75ac8ec789de0dfe7ed457ffe authored about 5 years ago
useImmediateHooks

341b70006dcd6aa0012fd4b4f7ac150ed2d226fb authored about 5 years ago
prepare readme

0063e6327a3210e3bdf2aff16aacfae6a6e5f47f authored about 5 years ago
prepare pkg.json

5b386563064ce4c55acd4fc9c3d1afa3ad265a6d authored about 5 years ago
add filesize reporting

d79f7a68effd6bdbdcf4e1cb9fc282a8404fc507 authored about 5 years ago
don't typecheck in travis

750d28062d7570d01d7edbce60e2967af56443dd authored about 5 years ago
update travis config

471abc16fe160bf7ce9d28fa5294799c79dacbff authored about 5 years ago
rename repo

107541ee9787a7a0e4ace5c1376cb1de6360dd47 authored about 5 years ago
save some bytes

547396bd4487e82794e5487591045efe74ca75a4 authored about 5 years ago
remove duplicate code

00f3910d9f29bda3ceb3c7dcfc332b09a9685965 authored about 5 years ago