File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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 )
3
7
4
8
### v2.1.14 - 22 May 2014
5
9
- Allow explicitly specifying ` key: true ` on properties rather than passing in an array of ids.
Original file line number Diff line number Diff line change 12
12
" sqlite" ,
13
13
" mongodb"
14
14
],
15
- "version" : " 2.1.14 " ,
15
+ "version" : " 2.1.15 " ,
16
16
"license" : " MIT" ,
17
17
"homepage" : " http://dresende.github.io/node-orm2" ,
18
18
"repository" : " http://github.com/dresende/node-orm2.git" ,
You can’t perform that action at this time.
0 commit comments