Commit Graph

105 Commits

Author SHA1 Message Date
Rohit Garg
ff5d6a7518 chore(github action): Detect broken links in documentation (#473)
* chore(github action): Detect broken links in documentation

* docs: update name
2020-05-09 10:21:09 -06:00
Rohit Garg
7e38bd2e7a Semantic release support (#403)
* chore: Using semantic release for publishing and changelog generation

* sync master (#1)

sync master (#1)

* Semantic release support (#2)

chore: Using semantic release for publishing and changelog generation

* chore: Correcting action indentation

* build: test semantic release of react-query

* feat: A new feature

* fix: yarn install (#3)

* feat: renaming module for test

* feat: change pkg name

* chore: adding yarn install

* doc: revert vscode settings

* Update package.json
2020-05-05 11:02:56 -06:00
Tanner Linsley
aea14b4006 v1.0.8 2020-03-02 11:47:34 -07:00
Ben Monro
8c890b7089 chore: add tests.yml build action to run tests on PR / master. (#177)
* Create test.yml

* Update test.yml

* added jest config

* fixed typo

* covg threshold

* consolidating package.json

* frozen lockfile

* rename tests for badge
2020-03-01 13:34:27 -07:00
Tanner Linsley
5f16a500e9 v1 (#150)
* Checkpoint

* Split to separate files

* Less exports

* Update useQuery

* v1.0.0-alpha.0

* Refactor to queryCache, reorg files

* v1.0.0-alpha.1

* Fixes

* Update main.yml

* Update main.yml

* Update main.yml

* Include Helpers

* v1.0.0-alpha.2

* Clean up deps

* v1.0.0-alpha.3

* Query Cache + tons more and docs

* v1.0.0-alpha.4

* [next] add some tests (#143)

* add usePaginatedQuery test

* fix setQueryData test

* Update utils.js

Fix #147

* Update useMutation.js

* Created the queryFnParamsFilter config option for useQuery

* Update README.md

* Update queryCache.js

* Create settings.json

* Fixes

* v1.0.0-alpha.5

* Update Readme and build

* Update README.md

* Update README.md

* Update CHANGELOG.md

* New default for refetchOnMount = true

* Update package.json

* [next] Regression tests (#148)

* add useQuery ssr test

* add useQuery test

* add test for dependent queries

* add default status test

* add status test in manual mode

* add test

* format test files

* expand dependent queries test

* ignore __tests__/shared folder

* match test files by .test.js filename instead of __test__ folder

* do not cache queries with undefined queryHash

Fixes https://github.com/tannerlinsley/react-query/issues/137

* format

* fix typos

* Merge with fixes for regressions

* update size-plugin

* remove size-plugin

Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>

* Remove size plugin

* Update useMutation test to not be so noisy.

Co-authored-by: Andrew Cherniavskii <andrew.cherniavskii@gmail.com>
2020-02-26 11:38:26 -07:00