We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b927a5f commit a3432feCopy full SHA for a3432fe
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# CHANGELOG
2
3
+## v0.8.0
4
+
5
+### FEATURES
6
7
+- Add `ExtendedCollection` with additional method `attachHook()` with the same functionality as `Mongol.attachDatabaseHook()`
8
+- Add `Mongol.collection()` and `Mongol.promisifiedCollection()` to fetch `ExtendedCollection`
9
+- `Mongol.attachDatabaseHook()` now returns the original collection object as `ExtendedCollection`
10
11
## v0.7.3
12
13
### PATCHES
package.json
@@ -11,7 +11,7 @@
"engines": {
"node": ">=10"
},
14
- "version": "0.7.3",
+ "version": "0.8.0",
15
"types": "dist/index.d.ts",
16
"files": [
17
"dist",
@@ -47,7 +47,8 @@
47
"minimal",
48
"minimalistic",
49
"mongo",
50
- "mongodb"
+ "mongodb",
51
+ "helper"
52
],
53
"publishConfig": {
54
"access": "public"
0 commit comments