Skip to content

Releases: anywhichway/denodata

Deno KV - Open Beta Sync

14 Sep 22:27
Compare
Choose a tag to compare
  • The configuration option maxTransactionSize has been modified to default to 1000, the new maximum supported by Deno 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

09 Aug 09:41
Compare
Choose a tag to compare
v0.0.27-beta Pre-release
Pre-release

Exposes subscription API

v0.0.26-beta

27 Jul 16:16
Compare
Choose a tag to compare
v0.0.26-beta Pre-release
Pre-release

Documentation corrections.

v0.0.25-beta: Restructured file organization to be Deno compliant, i.e. use `mod.t…

27 Jul 16:08
Compare
Choose a tag to compare

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 l…

27 Jul 14:39
Compare
Choose a tag to compare
  • Some adjustments to README.md to start brining documentation in line with TypeScript.
  • Modified index.ts to export Denodata as well as an alias Denobase to preserve backward compatibility.

v0.0.23-beta

27 Jul 14:23
Compare
Choose a tag to compare
v0.0.23-beta Pre-release
Pre-release

Tagged as v0.0.23 to force deno.land/x to update.