mirror of
https://github.com/appy-one/acebase-client.git
synced 2026-05-24 22:01:18 -06:00
[PR #36] [MERGED] Fix: prepare cache update rollback value of non-object values #34
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase-client#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/appy-one/acebase-client/pull/36
Author: @appy-one
Created: 10/30/2022
Status: ✅ Merged
Merged: 10/30/2022
Merged by: @appy-one
Base:
master← Head:fix/prepare-update-rollback-value📝 Commits (2)
e715a6dFix #35 preparing of update cache rollback value4905d5echore: build📊 Changes
8 files changed (+80 additions, -40 deletions)
View changed files
📝
dist/browser.js(+19 -9)📝
dist/browser.min.js(+1 -1)📝
dist/cjs/api-web.js(+19 -9)📝
dist/cjs/api-web.js.map(+1 -1)📝
dist/esm/api-web.js(+19 -9)📝
dist/esm/api-web.js.map(+1 -1)📝
dist/types/api-web.d.ts.map(+1 -1)📝
src/api-web.ts(+19 -9)📄 Description
If a non-existing or non-object value in the cache db was being
updated, preparing a rollback value failed.Closes #35
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.