Skip to content

Commit fcedc3f

Browse files
committed
2.0.14
1 parent f0bea6c commit fcedc3f

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

Changelog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
### v2.0.14 - 27 June 2013
2+
3+
- Changes many errors to use the ErrorCodes generator (#206)
4+
- Changes Model.aggregate() to support multiple orders when calling .order() (#207)
5+
- Changes Readme.md sqlite3 version and adds warning.
6+
- Fix wrong import of debug output for aggregate functions
7+
- Fix orm when running on node v0.6 (at least) and module not found error has no code property
8+
- Adds model.namePrefix setting (#203)
9+
- Fixes bug when passing an array (object) of ids but no options object
10+
- Only mark model as dirty if a property has _really_ changed
11+
- Fix hasOne infinite loop
12+
- WIP: Fix hasOne infinite loop & migrate tests to mocha
13+
- Fixes ipv4 predefined validator match string (it was not matching correctly!)
14+
- Fixes Model.get() when passing cache: false and model has cache: true
15+
- Creates Singleton.clear() to clear cache, exports singleton in orm
16+
- Fix required property model.save only threw a single error with returnAllErrors = true
17+
- Fixes some hasMany association usage of Association.id to check for real id property name (#197)
18+
- Changes db.load() to return value from loaded and invoked function (#194)
19+
- Adds possibility to add a callback to ChainFind.find() (#190)
20+
- Adds .findByX(...) to .hasOne("X", ...)
21+
- Allow db.load() to work outside of module.exports
22+
- Fix mysql driver for non-autoincrement key
23+
- Test framework moving to mocha, not complete yet
24+
- Adds `make cov` to make for a test coverage
25+
- Many other bug fixes
26+
127
### v2.0.13 - 5 June 2013
228

329
- Avoids throwing when calling db.close() without a callback and using pool in mysql (fixes #180)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"redshift",
1212
"sqlite"
1313
],
14-
"version" : "2.0.13",
14+
"version" : "2.0.14",
1515
"license" : "MIT",
1616
"homepage" : "http://dresende.github.io/node-orm2",
1717
"repository" : "http://github.com/dresende/node-orm2.git",

0 commit comments

Comments
 (0)