Releases: anywhichway/denodata
Releases · anywhichway/denodata
Deno KV - Open Beta Sync
- The configuration option
maxTransactionSize
has been modified to default to1000
, the new maximum supported byDeno KV
. - Deno was upgraded to v1.36.4 for testing.
- A unit test
All books => ./src/denodata.test.js:307:10
will occasionally fail as a result of finding too few records. The reason is unknown.
v0.0.27-beta
Exposes subscription API
v0.0.26-beta
Documentation corrections.
v0.0.25-beta
Restructured file organization to be Deno compliant, i.e. use mod.ts
instead of index.js
. The package.json
file is still manually maintained.
v0.0.24-beta
- Some adjustments to README.md to start brining documentation in line with TypeScript.
- Modified
index.ts
to exportDenodata
as well as an aliasDenobase
to preserve backward compatibility.
v0.0.23-beta
Tagged as v0.0.23 to force deno.land/x
to update.