Skip to content

Releases: galaxykhh/fuery_core

0.2.2

26 Apr 14:24
Compare
Choose a tag to compare

Fix

  • The type error for getQueryData has been resolved.

0.2.1

25 Apr 22:31
Compare
Choose a tag to compare

Fix

  • include export QueryStatus, MutationStatus and FetchStatus

0.2.0

31 Mar 12:17
Compare
Choose a tag to compare

Feat

  • QueryStatus getters added in QueryResult
    isSuccess, isPending, isFetching, isLoading, isRefetching, isError
  • Tests for the following items have been added.
    FetchStatus, QueryStatus, MutationStatus, Cacheable, QueryState, QueryResult

0.1.0

24 Mar 17:31
Compare
Choose a tag to compare

Fix

  • docs
  • export typedefs

0.0.5

17 Mar 14:14
Compare
Choose a tag to compare

Fix

  • Follow the PUB POINT guidelines for linting and documentation writing.

0.0.4

17 Mar 06:14
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

Fix

  • update docs for basic features.
  • update example

0.0.3

16 Mar 19:28
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

Features

  • InfiniteQuery

Release 0.0.2

10 Mar 11:03
Compare
Choose a tag to compare
Release 0.0.2 Pre-release
Pre-release

0.0.2 (2024-03-10)

Features

  • Query
  • Mutation