Skip to content

Releases: denyncrawford/dndb

0.3.3

09 Apr 15:14
Compare
Choose a tag to compare
  • Adding more TypeScript compatibility

Fixing TypeScript optional callbacks

22 Mar 10:56
de4315a
Compare
Choose a tag to compare
  • Now callbacks are optional
  • Double insertion bug fixed

Minor fixes and documentation upgrades

27 Jan 02:03
Compare
Choose a tag to compare

High latency operation handler

25 Jan 12:35
Compare
Choose a tag to compare
  • Fixing this issue
  • Now all operations are queued to avoid overlapping operations.
  • Built in async executor.
  • All methods are rewrited.

Adding buffer size option

26 Dec 17:32
Compare
Choose a tag to compare

This is a minor release:

  • Documenting all for deno docs.
  • Updating README headers.
  • Improving the demo.
  • Improving tests.

Bug fixing

18 Dec 10:59
Compare
Choose a tag to compare
  • Removed console log
  • Update readme
  • Making the query an object by default
  • Adding a complete description fro the module.
  • Updating readme header

UpdateOne Patch

28 Nov 19:09
Compare
Choose a tag to compare
  • Fixing updateOne operators.
  • Fixing outdated links

Streams!!

28 Nov 18:05
Compare
Choose a tag to compare

Change Log:

  • New API methods: removeOne, updateOne.
  • All the data is streamed and buffered on methods.
  • New internal storage methods and classes: WriteFileStream, ReadFileStream, writeFile.
  • Deprecations (ALL): updateFile, readFile, mingo .

Denoland Publishing

26 Nov 19:58
Compare
Choose a tag to compare
0.1.1

Updating MD