feat(MongoDumpTarget): Implement core MongoDumpTarget methods and update documentation & project configs
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-08-18 - 1.1.0 - feat(MongoDumpTarget)
|
||||
Implement core MongoDumpTarget methods and update documentation & project configs
|
||||
|
||||
- Implemented MongoDumpTarget.createAndInit(), init(), getCollections(), dumpCollectionToDir() and dumpAllCollectionsToDir() with connection handling, collection enumeration and file output.
|
||||
- Added safe directory handling (ensureDir / ensureEmptyDir) and document-to-file writing using smartfile.memory.toFs and smartpath transformation.
|
||||
- Enhanced README with detailed usage examples, API reference and best practices.
|
||||
- Added local project configuration files (.claude/settings.local.json and .serena/project.yml) to support tooling and project metadata.
|
||||
|
||||
## 2025-08-18 - 1.0.10 - fix(mongodump.plugins)
|
||||
Bump @types/node to ^22.0.0 and use runtime import for @tsclass/tsclass in plugins
|
||||
|
||||
|
Reference in New Issue
Block a user