Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Nov 29, 2022
1 parent 4eb61f2 commit d4583bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 4.0.1 (2022-11-29)

- #79 - Added missing `request` accessor to the `FDBCursor` object. Thank you @mmacfadden for the PR!

# 4.0.0 (2022-07-02)

TLDR: Most users can upgrade without doing any extra work, but you might need to change `require("fake-indexeddb")` to `require("fake-indexeddb").default`. All other ways of importing fake-indexeddb (such as with `import`, or requiring sub-modules like `require("fake-indexeddb/auto")` or `require("fake-indexeddb/lib/FDBKeyRange")`) should continue working like normal.
Expand Down

0 comments on commit d4583bc

Please sign in to comment.