All notable changes to this project will be documented in this file.
- Validation support for
insert
,update
,findOne
, andfind
methods against provided schema.
- Improved error messages for validation failures.
- More detailed doc comments for better understanding of methods.
- Improved error handling for robustness.
- Enhanced async/await support for methods.
- Visualization method for console logging data.
- Simplified API to improve usability.
- Enhanced method names for clarity.
- Updated documentation for better user guidance.
- Optimized large-scale data handling.
- Fixed an issue with duplicate entries in indexes.
- Resolved issues with specific update and find operations.
- Addressed errors related to undefined or null objects.
- New method:
findOne(query)
for finding a single document based on a query. - New method:
getAutoIncrementId()
for getting the next available auto-incremented ID.
- Minor Bugs.
- README.md typos.
- Initial release of JsonFlexDB.