Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RIP21 committed Mar 3, 2024
1 parent 6dfe78a commit 348d994
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jotai-urql",
"description": "👻🦅",
"version": "0.7.1",
"version": "0.7.2",
"author": "Daishi Kato",
"repository": {
"type": "git",
Expand Down

0 comments on commit 348d994

Please sign in to comment.