Skip to content

Releases: 41y08h/fquery

v1.4.0-beta.1

08 Jun 08:47
Compare
Choose a tag to compare

1.4.0-beta.1

  • Bug fixes
  • Expose isInvalidated and isRefetchEror in result of useQuery and useInfiniteQuery

v1.3.2-beta.2

04 Jun 08:01
Compare
Choose a tag to compare

1.3.2-beta.2

  • Bug fix (re-fix): Rebuild error when navigating between screens with the same useQuery

v1.3.1-beta.2

03 Jun 18:20
Compare
Choose a tag to compare

1.3.1-beta.2

  • Remove unused import in code

v1.3.1-beta.1

03 Jun 18:08
Compare
Choose a tag to compare

1.3.1-beta.1

  • Bug fix: Rebuild error when navigating between screens with the same useQuery

v1.3.0-beta.1

02 Jun 08:06
Compare
Choose a tag to compare

1.3.0-beta.1

  • New feature: Infinite queries with useInfiniteQuery

v1.2.0-beta.1

12 May 15:05
Compare
Choose a tag to compare

1.2.0-beta.1

  • New feature: QueryBuilder widget, can be used without extending the widget with HookWidget
  • New feature: MutationBuilder widget, can be used without extending the widget with HookWidget
  • New feature: useQueries hook, can be used to have dynamic parallel queries
  • New feature: useIsFetching hook, can be used to get the number of queries that are being fetched
  • New feature: retryCount and retryDelay option is now available with useQuery/useQueries
  • Bug fix: query didn't cancel when it was being fetched and enabled option changed to false
  • Bug fix: indefinite loading state when there is an error and invalidate is called

v1.1.0-beta.1

07 Apr 09:22
Compare
Choose a tag to compare

1.1.0-beta.1

  • New feature: Mutations

1.0.0-beta.5

28 Nov 07:32
Compare
Choose a tag to compare

1.0.0-beta.5

  • Fix insecure (http) link in README

1.0.0-beta.4

28 Nov 07:19
Compare
Choose a tag to compare

1.0.0-beta.4

  • Bug fix: enable option not working when changed to true
  • Bug fix: when the child widget calls the same query the parent has, it triggers the rebuilding parent widget, and both stopped
  • Docs: Improve it, add new sections - users, contributors, dependent query, and more
  • Update dependencies

v1.0.0-beta.3+1

12 Oct 09:37
Compare
Choose a tag to compare

1.0.0-beta.3+1

  • Fix banner image path in README.md