- fix: defer valuation of the variables if paused
- fix: make sure that lazy query gets reset after all listeners are unmounted
- feat: add atomWithLazyQuery that allows for promisifying of a singular query result the same way
atomWithMutation
does - feat: add fetching state for mutations and lazy query
- Fix the typescript declaration in the built files. #12
- breaking: make urql atoms behave as close to urql-react bindings as possible #11
- Update to compatibility with urql verson 4 #8
- feat: mark internal atoms as private
- Migrate to Jotai v2 API #5
- fix: statusAtom should not suspend #6
- breaking: API without args array #4
- breaking: simplify api names #2
- fix(types): make atoms types more proper #1
- Initial experimental release