Skip to content

Commit 0633307

Browse files
committed
v2.1.18
1 parent 77111e7 commit 0633307

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
### v2.1.17 - 24 Jul 2014
27
- Fix postgres & sqlite driver conversion of floats and ints.
38

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"sqlite",
1313
"mongodb"
1414
],
15-
"version" : "2.1.17",
15+
"version" : "2.1.18",
1616
"license" : "MIT",
1717
"homepage" : "http://dresende.github.io/node-orm2",
1818
"repository" : "http://github.com/dresende/node-orm2.git",

0 commit comments

Comments
 (0)