Skip to content

Commit 559bfb9

Browse files
committed
Version bump
1 parent 8f0a932 commit 559bfb9

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Changelog.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
### v2.1.?? - ???
2-
- Fix hasMany join tables with custom id columns (#510)
1+
### v2.1.15 - 05 Jun 2014
2+
- Feature: Enable plugging in custom third-party drivers (now known as adapters) (#512)
3+
- Add Instance.set() so that properties of type object can have their properties set and mark model as dirty (#517)
4+
- Add Instance.markAsDirty(propName) to force a properties state to dirty/changed.
5+
- Enable Property.mapsTo for keys (#509)
6+
- Fix hasMany join tables with custom key columns (#510)
37

48
### v2.1.14 - 22 May 2014
59
- Allow explicitly specifying `key: true` on properties rather than passing in an array of ids.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"sqlite",
1313
"mongodb"
1414
],
15-
"version" : "2.1.14",
15+
"version" : "2.1.15",
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)