Skip to content

Commit f501d2d

Browse files
committed
Update doco & bump version
1 parent 31ded2e commit f501d2d

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### v2.1.23
2+
- Green tests on io.js & node 0.12 (#618)
3+
- Don't crash on null dates if timezone is set (#618)
4+
- Fix wrong error when module is missing (#593)
5+
- Fix key field when using `mapsTo` and cache (#580)
6+
17
### v2.1.22
28
- Fix ignorecase unique scope for hasOne property (#603)
39

Readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ npm install orm
1313

1414
## Node.js Version Support
1515

16-
Tests are done using [Travis CI](https://travis-ci.org/) for node versions `0.6.x`, `0.8.x` and `0.10.x`. If you want you can run
17-
tests locally.
16+
Supported: 0.8, 0.10, 0.12, iojs-1.5
17+
18+
Tests are run on [Travis CI](https://travis-ci.org/) for node versions `0.10.x`, `0.12.x` and `iojs-1.5`.
19+
If you want you can run tests locally:
1820

1921
```sh
2022
npm test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"sqlite",
1313
"mongodb"
1414
],
15-
"version" : "2.1.22",
15+
"version" : "2.1.23",
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)