0f5e9a9Thanks @js2me! - [internal] update all deps to latest (vite 8.x, typescript 6.x, jsdoc 29, yummies 7.12.x)
7c52772Thanks @js2me! - refactored Query and InfiniteQuery (extends from BaseQuery as root of logic for queries)
-
c9f82d5Thanks @js2me! - improve onDone onError callback handlers -
#70
e6fff8cThanks @js2me! - fixed bug with initial data in preset style (#66)
-
514d16eThanks @js2me! - fixed twice+ calls of onDone onError for queries" -
091f71eThanks @js2me! - fixed bug with cyclic calls (onDone + enableOnDemand flag)
- #61
886114cThanks @verylovestars! - fix the start method of InfiniteQuery
-
24a8a41Thanks @js2me! - addedautoRemovePreviousQueryquery feature -
24a8a41Thanks @js2me! - added value"safe"forremoveOnDestroyoption for query -
b626ab4Thanks @js2me! - rework query/mutation features code (refactor and clean code inside queries and mutations) -
24a8a41Thanks @js2me! -safeoption forremove()method for queries
-
317f725Thanks @js2me! - addedremoveOnDestroyto remove query after destroy or abortSignal aborted -
317f725Thanks @js2me! - addedremove()method forQuery/InfiniteQueryto remove query
-
5b0af46Thanks @js2me! - makemutatemethod in Mutation as bounded method -
5b0af46Thanks @js2me! - makestartas bounded method for queries -
5b0af46Thanks @js2me! - makerefetchas bounded method for queries -
5b0af46Thanks @js2me! - makestartmethod in Mutation as bounded method
5b0af46Thanks @js2me! - fixed querystart()method (duplicate request calls) and ignoring updating query params
-
9ef86a1Thanks @js2me! - ability to get access to query\mutation result properties using query._ or mutation._ properties access -
9ef86a1Thanks @js2me! -transformErroroption for queries and mutations
- #30
bee7713Thanks @js2me! - addedlazyoption for queries and mutations which work on lazy observables from mobx