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 77111e7 commit 0633307Copy full SHA for 0633307
Changelog.md
@@ -1,3 +1,8 @@
1
+### v2.1.18 - 29 Jul 2014
2
+- Add `alwaysValidate` flag (#540, #352)
3
+- Fix mongo hasMany wrong instance bug (#479)
4
+- Fix mysql index bug (dresende/node-sql-ddl-sync#19)
5
+
6
### v2.1.17 - 24 Jul 2014
7
- Fix postgres & sqlite driver conversion of floats and ints.
8
package.json
@@ -12,7 +12,7 @@
12
"sqlite",
13
"mongodb"
14
],
15
- "version" : "2.1.17",
+ "version" : "2.1.18",
16
"license" : "MIT",
17
"homepage" : "http://dresende.github.io/node-orm2",
18
"repository" : "http://github.com/dresende/node-orm2.git",
0 commit comments