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 b2d35f6 commit 41ee165Copy full SHA for 41ee165
Changelog.md
@@ -1,5 +1,6 @@
1
-### v2.2.0 - (to do, in future)
2
-- Fixes error code spelling: `PARAM_MISSMATCH` -> `PARAM_MISMATCH`
+### v2.1.9 - 06 May 2014
+- Add basic PostGIS support - (#456, #375)
3
+- Allow mapping model properties to differently named columns (#273, #495)
4
5
### v2.1.8 - 28 Apr 2014
6
- Fix '.omit' (#491)
package.json
@@ -12,7 +12,7 @@
12
"sqlite",
13
"mongodb"
14
],
15
- "version" : "2.1.8",
+ "version" : "2.1.9",
16
"license" : "MIT",
17
"homepage" : "http://dresende.github.io/node-orm2",
18
"repository" : "http://github.com/dresende/node-orm2.git",
0 commit comments