harndb 1.0.0 harndb: ^1.0.0 copied to clipboard
Streamline data management with DartDB is a key-value database for Dart developers. Ideal for high-performance apps, ensuring reliability and user experience.
Changelog #
Version 1.0.0 (Latest Version) #
- Introduces background data read and write operations using native platform-specific code for enhanced performance and efficiency.
Version 0.1.8 #
- Validates the format of stored data to ensure consistency and reliability.
Version 0.1.7 #
- Resolves an alert related to data parsing, ensuring accurate processing of information.
Version 0.1.6 #
- Adds HarnLog for comprehensive data logging and monitoring purposes.
Version 0.1.5 #
- Introduces HarnQueue for efficient data processing and management.
Version 0.1.4 #
- Fixes a bug related to data reading, ensuring correct retrieval of information.
Version 0.1.3 #
- Implements performance improvements in both writing and reading operations for collections.
Version 0.1.2 #
- Enhances concurrency of notifications by adding validation in HarnObserver.
Version 0.1.1 #
- Ensures compatibility with id properties, resolving related issues.
Version 0.1.0 #
- Addresses a bug reported in the findById method, enhancing its performance.
Version 0.0.9 #
- Fixes an issue in the fromMap method with MetaData and adds support for DateTime properties in the model.
Version 0.0.8 #
- Introduces methods for importing and exporting collections and complete databases.
Version 0.0.7 #
- Adds the HarnObserverCollection class for effective event handling.
Version 0.0.6 #
- Introduces query operators to enhance data querying capabilities.
Version 0.0.5 #
- Creates the HarnModel and HarnModelCollection classes for model management.
Version 0.0.4 #
- Adds methods to the HarnCollection class.
Version 0.0.3 #
- Introduces HarnFile for handling .harn files.
Version 0.0.2 #
- Implements the engine to work with JSON data.
Version 0.0.1 #
- Initial project setup.