From f501d2d41966aa87d6b1982b9d9cc9d21c060132 Mon Sep 17 00:00:00 2001 From: Arek W Date: Wed, 18 Mar 2015 16:09:09 +1100 Subject: [PATCH] Update doco & bump version --- Changelog.md | 6 ++++++ Readme.md | 6 ++++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 07bd5418..f8bba8dc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +### v2.1.23 +- Green tests on io.js & node 0.12 (#618) +- Don't crash on null dates if timezone is set (#618) +- Fix wrong error when module is missing (#593) +- Fix key field when using `mapsTo` and cache (#580) + ### v2.1.22 - Fix ignorecase unique scope for hasOne property (#603) diff --git a/Readme.md b/Readme.md index fd6942b4..abe44e69 100755 --- a/Readme.md +++ b/Readme.md @@ -13,8 +13,10 @@ npm install orm ## Node.js Version Support -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 -tests locally. +Supported: 0.8, 0.10, 0.12, iojs-1.5 + +Tests are run on [Travis CI](https://travis-ci.org/) for node versions `0.10.x`, `0.12.x` and `iojs-1.5`. +If you want you can run tests locally: ```sh npm test diff --git a/package.json b/package.json index a88b013b..1aad18ce 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "sqlite", "mongodb" ], - "version" : "2.1.22", + "version" : "2.1.23", "license" : "MIT", "homepage" : "http://dresende.github.io/node-orm2", "repository" : "http://github.com/dresende/node-orm2.git",