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 231797a commit ce152b7Copy full SHA for ce152b7
Changelog.md
@@ -1,3 +1,7 @@
1
+### v2.1.25
2
+- Fix `pool` and `debug` query options boolean check (#638)
3
+- Add `hasOne(field: 'userId', mapsTo: 'user_id')` option (#638)
4
+
5
### v2.1.24
6
- Bump dependencies; Allow left/right joins in underlying db.driver.query
7
package.json
@@ -12,7 +12,7 @@
12
"sqlite",
13
"mongodb"
14
],
15
- "version" : "2.1.24",
+ "version" : "2.1.25",
16
"license" : "MIT",
17
"homepage" : "http://dresende.github.io/node-orm2",
18
"repository" : "http://github.com/dresende/node-orm2.git",
0 commit comments