We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f600366 commit 7ceb120Copy full SHA for 7ceb120
2 files changed
Changelog.md
@@ -1,6 +1,12 @@
1
### v2.2.0 - (to do, in future)
2
- Fixes error code spelling: `PARAM_MISSMATCH` -> `PARAM_MISMATCH`
3
4
+### v2.1.2 - 16 Sep 2013
5
+
6
+- Fixes stack overflow on instance.save() with a reversed hasOne association (#338)
7
+- Reverts should dev dependency to 1.2.2 (newer version was causing problems)
8
+- When using postgres you can now use pg@2.6.2 (unless when connecting to Heroku - use 2.5.0)
9
10
### v2.1.1 - 13 Sep 2013
11
12
- Add TypeScript interface
package.json
@@ -12,7 +12,7 @@
"sqlite",
13
"mongodb"
14
],
15
- "version" : "2.1.1",
+ "version" : "2.1.2",
16
"license" : "MIT",
17
"homepage" : "http://dresende.github.io/node-orm2",
18
"repository" : "http://github.com/dresende/node-orm2.git",
0 commit comments