feat(SmartDataDbDoc): Add extended cursor method getCursorExtended for flexible cursor modifications

This commit is contained in:
2025-04-14 17:49:07 +00:00
parent 24371ccf78
commit ab251858ba
3 changed files with 21 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-04-14 - 5.7.0 - feat(SmartDataDbDoc)
Add extended cursor method getCursorExtended for flexible cursor modifications
- Introduces getCursorExtended in classes.doc.ts to allow modifier functions for MongoDB cursors
- Wraps the modified cursor with SmartdataDbCursor for improved API consistency
- Enhances querying capabilities by enabling customized cursor transformations
## 2025-04-07 - 5.6.0 - feat(indexing)
Add support for regular index creation in documents and collections