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 31c9630 commit 8f2d4e1Copy full SHA for 8f2d4e1
Changelog.md
@@ -1,3 +1,6 @@
1
+### v2.1.28
2
+- Ensure hasMany associations work when properties have mapsTo (#679)
3
+
4
### v2.1.27
5
- Fix noisy mysql debug output (#642)
6
package.json
@@ -12,7 +12,7 @@
12
"sqlite",
13
"mongodb"
14
],
15
- "version" : "2.1.27",
+ "version" : "2.1.28",
16
"license" : "MIT",
17
"homepage" : "http://dresende.github.io/node-orm2",
18
"repository" : "http://github.com/dresende/node-orm2.git",
0 commit comments