fix(readme): Improve readme documentation on data models and connection management

This commit is contained in:
2025-04-17 11:21:35 +00:00
parent 9755522bba
commit 0be279e5f5
3 changed files with 14 additions and 10 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-04-17 - 5.8.3 - fix(readme)
Improve readme documentation on data models and connection management
- Clarify that data models use @Collection, @unI, @svDb, @index, and @searchable decorators
- Document that ObjectId and Buffer fields are stored as BSON types natively without extra decorators
- Update connection management section to use 'db.close()' instead of 'db.disconnect()'
- Revise license section to reference the MIT License without including additional legal details
## 2025-04-14 - 5.8.2 - fix(classes.doc.ts)
Ensure collection initialization before creating a cursor in getCursorExtended