Releases: rizmyabdulla/JsonFlexDB
Releases · rizmyabdulla/JsonFlexDB
[2.1.0] - 2024-03-25
Added
- Validation support for
insert
,update
,findOne
, andfind
methods against provided schema.
Changed
- Improved error messages for validation failures.
[2.0.0] - 2024-01-19
Added
- 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.
Changed
- Simplified API to improve usability.
- Enhanced method names for clarity.
- Updated documentation for better user guidance.
- Optimized large-scale data handling.
Fixed
- Fixed an issue with duplicate entries in indexes.
- Resolved issues with specific update and find operations.
- Addressed errors related to undefined or null objects.
v1.1.0-minor-release
[1.1.0] - 2024-01-18
Added
- Implemented
findOne
method to retrieve a single document based on a query. - Added
getAutoIncrementId
method to get the next available auto-incremented ID.
Changed
- Improved code comments for better clarity.
- Updated documentation to reflect new methods.
Initial release of JsonflexDB aka FlexDB
Initial Release 🚀
[1.0.0] - 2024-01-18
Added
- Initial release of the JsonFlexDB module.
- Basic CRUD operations: find, insert, update, remove.
- Index creation for optimizing queries.
- Data visualization using
console.table
. - Documentation for usage and API.