1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/ext/kv
denobot 25b564bf86
1.32.0 (#18367)
Bumped versions for 1.32.0

---------

Co-authored-by: mmastrac <mmastrac@users.noreply.github.com>
Co-authored-by: Matt Mastracci <matthew@mastracci.com>
Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
2023-03-22 22:22:24 +00:00
..
01_db.ts Revert "refactor: rename Deno.openKv() to Deno.kv() (#18349)" (#18362) 2023-03-22 20:23:36 +01:00
Cargo.toml 1.32.0 (#18367) 2023-03-22 22:22:24 +00:00
codec.rs fix(ext/kv): reverse mapping between AnyValue::Bool and KeyPart::Bool (#18365) 2023-03-22 21:53:16 +01:00
interface.rs feat(ext/kv): key-value store (#18232) 2023-03-22 12:13:24 +08:00
lib.rs fix(ext/kv): reverse mapping between AnyValue::Bool and KeyPart::Bool (#18365) 2023-03-22 21:53:16 +01:00
sqlite.rs Revert "refactor: rename Deno.openKv() to Deno.kv() (#18349)" (#18362) 2023-03-22 20:23:36 +01:00