Releases: odion-cloud/rockdex-db
v1.0.14
v1.0.13
Fix typos in README.md for consistency, correcting instances of "RockdxDB" to "RockdexDB" and improving overall clarity in performance optimization sections.
v1.0.12
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
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
1.0.10
v1.0.9
Refactor module imports in rockdex-db.js to use dynamic import syntax for better compatibility in Node.js environments.
v1.0.8
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
1.0.7
v1.0.5
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
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.