v0.2 Laem Promthep
We are happy to announce the second release of Farfetched. It includes Mutation concept and factories to create it and a couple minor improvements for Query and its operators. For a full list of changes, see the changelog below.
Photo by Vitaly Sacred on Unsplash
Why Laem Promthep?
Laem Promthep is one of the most famous capes on Phuket, and Phuket is a place where Farfetched was born.
Full changelog
0.2.6
0.2.5
@farfetched/core
Patch Changes
- 989891f: Fix
connectQuery
incorrect inference of argument infn
in some cases
0.2.4
0.2.3
0.2.2
@farfetched/solid
Patch Changes
- b596c20: Fix bug with stale data returned by
createQueryResource
after re-executing the Query
0.2.1
0.2.0
@farfetched/core
Minor Changes
- 7c3c78f: Add
reset
command to Query - 0162a13: Allow skipping body in non GET/QUERY requests in
createJsonQuery
- cb5a598: Add new factory —
createMutation
- f26284c: Add new stores to Query —
$failed
and$succeeded
- cb5a598: Add new factory —
createHeadlessMutation
- cb5a598: Add new concept — Mutation
- 1b1fca4: Add
otherwise
toretry
that is called after all attempts are exceeded - cb5a598: Add new factory —
createJsonMutation
Patch Changes