UNPKG

datanautics

Version:

**Datanautics** is a lightweight key-value storage system with support for nested property access, persistent dumps to disk, and configurable autosave intervals.

107 lines (55 loc) 1.45 kB
# Change Log All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [2.2.6] - 2025-05-26 ### Added - Added store method; ## [2.2.5] - 2025-05-22 ### Fixed - Removed icons from README.md ## [2.2.4] - 2025-05-20 ### Fixed - Updated property-accessor version ## [2.2.3] - 2025-05-19 ### Fixed - Updated property-accessor version ## [2.2.2] - 2025-05-19 ### Fixed - Updated property-accessor version ## [2.2.1] - 2025-05-17 ### Fixed - Refactor the data storing avoiding async functionality --- ## [2.2.0] - 2025-05-17 ### Fixed - Upgraded data storing functionality --- ## [2.1.1] - 2025-05-17 ### Fixed - Fixed events intersection and processes overflow --- ## [2.1.0] - 2025-05-17 (**Breaking changes!**) ### Fixed - Reverted changes since 2.0.0 failed --- ## [2.0.0] - 2025-05-17 (**Breaking changes!**) ### Added - Instead of background storing entire object store each key-value eventually - Replaced dumpInterval from options --- ## [1.1.2] - 2025-05-17 ### Fixed - Non-blocking storing --- ## [1.1.1] - 2025-05-17 ### Fixed - Replaced fs usage with child_process --- ## [1.1.0] - 2025-05-17 ### Fixed - Fixed storing to avoid RangeError when JSON.parse/JSON.stringify --- ## [1.0.0] - 2025-05-02 ### Added Basic package implementation