Skip to content

Commit

Permalink
chore: upgrade typeson-registry and devDeps
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

1. New encoding required by typeson-registry to support more info on ArrayBuffer and ImageBitmap; there is no provided upgrade path if you have data currently encoded for these structures
2. Requires Node 18

Also:
- test: update old w3c test to not fail (now Error is cloneable)
  • Loading branch information
brettz9 committed Jul 6, 2024
1 parent 0322a15 commit d0975e7
Show file tree
Hide file tree
Showing 36 changed files with 29,583 additions and 72,045 deletions.
12 changes: 11 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGES for indexeddbshim

## 14.0.0

BREAKING:

1. New encoding required by typeson-registry to support more info on ArrayBuffer and ImageBitmap; there is no provided upgrade path if you have data currently encoded for these structures
2. Requires Node 18

- chore: upgrade typeson-registry and devDeps
- test: update old w3c test to not fail (now Error is cloneable)

## 13.0.0

BREAKING: typeson-registry drops `Intl` serialization
Expand Down Expand Up @@ -102,7 +112,7 @@ Negative zero will now be stored differently and distinctly (though not as a key
- npm: Remove `remark`
- npm: Update devDeps. and package-lock

# 7.0.0
## 7.0.0

- Breaking change: Require Node >= 10
- Enhancement: By way of `typeson-registry`, support `CryptoKey`
Expand Down
2 changes: 1 addition & 1 deletion badges/licenses-badge-dev.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion badges/licenses-badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d0975e7

Please sign in to comment.