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 5362625 commit acc5887Copy full SHA for acc5887
Changelog.md
@@ -1,3 +1,7 @@
1
+### v2.1.29
2
+- Fix hasOne association when ID is 0 (#681)
3
+- Fix global var leak (#682)
4
+
5
### v2.1.28
6
- Ensure hasMany associations work when properties have mapsTo (#679)
7
package.json
@@ -12,7 +12,7 @@
12
"sqlite",
13
"mongodb"
14
],
15
- "version" : "2.1.28",
+ "version" : "2.1.29",
16
"license" : "MIT",
17
"homepage" : "http://dresende.github.io/node-orm2",
18
"repository" : "http://github.com/dresende/node-orm2.git",
0 commit comments