Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

51 lines (39 loc) · 1.16 KB

Change Log

[Unreleased]

[0.8.0] - 2024-03-03

Changed

  • fix: defer valuation of the variables if paused
  • fix: make sure that lazy query gets reset after all listeners are unmounted

Added

  • 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

[0.7.1] - 2023-04-19

Changed

  • Fix the typescript declaration in the built files. #12

[0.7.0] - 2023-04-18

Added

  • breaking: make urql atoms behave as close to urql-react bindings as possible #11

[0.6.0] - 2023-04-01

Added

  • Update to compatibility with urql verson 4 #8

[0.5.0] - 2023-03-04

Added

  • feat: mark internal atoms as private

[0.4.0] - 2023-01-31

Added

  • Migrate to Jotai v2 API #5

[0.3.1] - 2022-11-21

Changed

  • fix: statusAtom should not suspend #6

[0.3.0] - 2022-11-15

Changed

  • breaking: API without args array #4

[0.2.0] - 2022-10-21

Changed

  • breaking: simplify api names #2

[0.1.0] - 2022-10-11

Changed

  • fix(types): make atoms types more proper #1

[0.0.1] - 2022-10-10

Added

  • Initial experimental release