Skip to content

Releases: js2me/mobx-tanstack-query

6.4.0

01 Sep 13:57
23531d8

Choose a tag to compare

Minor Changes

  • 85b8ea6 Thanks @js2me! - cancel() method for Query (-> queryClient.cancelQueries)

Changes: 6.3.1...6.4.0

6.3.1

29 Aug 21:48
be10f62

Choose a tag to compare

Patch Changes

  • 43f1870 Thanks @js2me! - fixed mixing static query key pass for queries

Changes: 6.3.0...6.3.1

6.3.0

25 Aug 16:58
6d013e7

Choose a tag to compare

Minor Changes

  • 5b0af46 Thanks @js2me! - make mutate method in Mutation as bounded method

  • 5b0af46 Thanks @js2me! - make start as bounded method for queries

  • 5b0af46 Thanks @js2me! - make refetch as bounded method for queries

  • 5b0af46 Thanks @js2me! - make start method in Mutation as bounded method

Patch Changes

  • 5b0af46 Thanks @js2me! - fixed query start() method (duplicate request calls) and ignoring updating query params

Changes: 6.2.2...6.3.0

6.2.2

25 Aug 06:32
25494c2

Choose a tag to compare

Patch Changes

  • 3a10696 Thanks @js2me! - [internal] move lazyObserve util to yummies/mobx package

Changes: 6.2.1...6.2.2

6.2.1

24 Aug 10:10
2c2735d

Choose a tag to compare

Patch Changes

Changes: 6.2.0...6.2.1

6.2.0

24 Aug 09:30
450b5ec

Choose a tag to compare

Minor Changes

  • 9ef86a1 Thanks @js2me! - ability to get access to query\mutation result properties using query._ or mutation._ properties access

  • 9ef86a1 Thanks @js2me! - transformError option for queries and mutations

Changes: 6.1.2...6.2.0

6.1.2

24 Aug 00:17
172c236

Choose a tag to compare

Patch Changes

Changes: 6.1.1...6.1.2

6.1.1

23 Aug 15:57
340a763

Choose a tag to compare

Patch Changes

Changes: 6.1.0...6.1.1

6.1.0

23 Aug 15:44
fbea05e

Choose a tag to compare

Minor Changes

  • #30 bee7713 Thanks @js2me! - added lazy option for queries and mutations which work on lazy observables from mobx

Patch Changes

  • #30 bee7713 Thanks @js2me! - remove a lot of useless reactions (replaced it by more simple callbacks)

Changes: 6.0.11...6.1.0

6.0.11

15 Jul 20:03
787a062

Choose a tag to compare

Patch Changes

  • 35e255b Thanks @js2me! - fix is result requested change mobx warning due to abort

Changes: 6.0.10...6.0.11