Skip to content

Releases: odion-cloud/rockdex-db

v1.0.14

01 Jul 20:46

Choose a tag to compare

Refactor code and update documentation for RockdexDB. Corrected instances of "RockdxDB" to "RockdexDB" for consistency across files. Improved formatting in index.html and performance demo/test scripts. Enhanced clarity in performance metrics and examples.

v1.0.13

01 Jul 20:15

Choose a tag to compare

Fix typos in README.md for consistency, correcting instances of "RockdxDB" to "RockdexDB" and improving overall clarity in performance optimization sections.

v1.0.12

01 Jul 19:46

Choose a tag to compare

Enhance RockdexDB with a high-performance get method utilizing indexing for efficient data retrieval. Refactor existing methods to leverage the new internal get functionality, improving performance metrics tracking and condition application. Update README for clarity on usage.

v1.0.11

01 Jul 19:25

Choose a tag to compare

Implement performance optimizations in RockdexDB, including B-Tree indexing for efficient lookups, optimized storage with chunking, and an async query engine for non-blocking operations. Enhance insert, update, and get methods with indexing support and performance metrics tracking.

v1.0.10

01 Jul 14:59

Choose a tag to compare

1.0.10

v1.0.9

01 Jul 07:23

Choose a tag to compare

Refactor module imports in rockdex-db.js to use dynamic import syntax for better compatibility in Node.js environments.

v1.0.8

01 Jul 07:16

Choose a tag to compare

Implement manager classes for file, folder, security, and path management. Enhance RockdexDB with asynchronous initialization and path resolution features. Update encryption and decryption methods to utilize SecurityManager. Add methods for path aliasing and secure path validation. Improve overall structure for better cross-platform compatibility.

v1.0.7

30 Jun 17:15

Choose a tag to compare

1.0.7

v1.0.5

30 Jun 16:49

Choose a tag to compare

Refactor storage initialization and operations to support asynchronous handling across all storage modes. Update methods to use async/await for improved error handling and maintain API compatibility with synchronous fallbacks for lazy loading and ID generation.

v1.0.4

30 Jun 14:16

Choose a tag to compare

Enhance README and codebase with cross-platform storage features, including new storage modes, encryption options, and improved schema validation. Add new test script for storage modes in package.json.