Skip to content

Commit

Permalink
Release 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Oct 15, 2024
1 parent bf8f285 commit 219bdd2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# kv-toolbox change log

## Version 0.20.0

- feat: arrays, objects, maps and sets are deeply serialized (bf8f285)

Previously only value supported by JSON directly were serialized as values and
keys of arrays, objects, maps and sets. While kv-toolbox can deserialize the
old format, it supports a new JSON format that allows all value supported by
Deno KV to be properly serialized and deserialized.

- docs: update changelog (38bd7cd)

## Version 0.19.1

- fix: properly handle `Infinity` and `NaN` (410d214)
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitsonk/kv-toolbox",
"version": "0.19.1",
"version": "0.20.0",
"exports": {
".": "./toolbox.ts",
"./batched_atomic": "./batched_atomic.ts",
Expand Down

0 comments on commit 219bdd2

Please sign in to comment.