Skip to content

Releases: rizmyabdulla/JsonFlexDB

[2.1.0] - 2024-03-25

25 Mar 02:26
Compare
Choose a tag to compare

Added

  • Validation support for insert, update, findOne, and find methods against provided schema.

Changed

  • Improved error messages for validation failures.

[2.0.0] - 2024-01-19

19 Jan 15:30
Compare
Choose a tag to compare

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

18 Jan 14:36
Compare
Choose a tag to compare

[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

18 Jan 12:58
Compare
Choose a tag to compare

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.