Skip to content

Commit bb16534

Browse files
committed
2.1.0
1 parent be17ccd commit bb16534

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

Changelog.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
### v2.1.0 - 3 Aug 2013
2+
3+
- Adds License (MIT) file (closes #271)
4+
- Make Model.get respect Model autoFetch default value (#277)
5+
- Changes the way ":" is added to sqlite db paths (#270)
6+
- Fixes duplicated debug lines for postgres (#258)
7+
- Fixes not saving associations if no changes (other than associations) are made (#256)
8+
- Fixes autoFetch being discarded in Model.get options (closes #266)
9+
- Adds beforeDefine to plugins (#263)
10+
- Allows user to pass an object to extendsTo.setAccessor instead of an instance (detected via #250)
11+
- Changes autoFetch to avoid autofetching if instance is not saved (it's new!) (#242)
12+
- Changes validations and predefined validators to use [email protected]
13+
- Adds support for setting properties.association_key to be a function (name, field)
14+
- Passes connection settings to database drivers
15+
- Creates initial mongodb driver and 'mongo' driver alias
16+
- Allow querying chainfind with sql conditions
17+
- Allow passing extra options to extended models
18+
- Allow big text fields
19+
- Allow before* hooks to modify the instance
20+
- Fixes #226 - hasOne delAccessor not working
21+
- Adds Utilities.getRealPath to look for the real path to load based on the file where it was called from (for db.load and db.use)
22+
- Fixes Model.aggregate().call() to accept no arguments except function name
23+
- Fix problem with extendsTo and custom key types
24+
- Better association typing and multikey support
25+
126
### v2.0.15 - 10 July 2013
227

328
- Support for 'point' type as a property (#221)

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,10 @@
1111
"redshift",
1212
"sqlite"
1313
],
14-
"version" : "2.0.15",
14+
"version" : "2.1.0",
1515
"license" : "MIT",
1616
"homepage" : "http://dresende.github.io/node-orm2",
1717
"repository" : "http://github.com/dresende/node-orm2.git",
18-
"scripts" : {
19-
"test" : "make"
20-
},
2118
"contributors": [
2219
{ "name" : "Bramus Van Damme", "email" : "[email protected]" },
2320
{ "name" : "Lorien Gamaroff", "email" : "[email protected]" },

0 commit comments

Comments
 (0)