2015-03-20 io.js v1.6.1 Release v1.6.1
authorRod Vagg <rod@vagg.org>
Fri, 20 Mar 2015 02:19:18 +0000 (13:19 +1100)
committerRod Vagg <rod@vagg.org>
Fri, 20 Mar 2015 02:19:18 +0000 (13:19 +1100)
commit4b91d502b19590d3a14809a984e8ad5d781cb4b8
tree0ecaf46b0674922f1c41bd1f78fe266c5d5b9096
parentc9aec2b7167a08dc88141fbe3be1c498f8c5b061
2015-03-20 io.js v1.6.1 Release

Notable Changes:

* path: New type-checking on path.resolve()
  <https://github.com/iojs/io.js/pull/1153> uncovered some edge-cases
  being relied upon in the wild, most notably path.dirname(undefined).
  Type-checking has been loosened for path.dirname(), path.basename(),
  and path.extname(), (Colin Ihrig)
  <https://github.com/iojs/io.js/pull/1216>.
* querystring: Internal optimizations in querystring.parse() and
  querystring.stringify() <https://github.com/iojs/io.js/pull/847>
  prevented Number literals from being properly converted via
  querystring.escape() <https://github.com/iojs/io.js/pull/1208>,
  exposing a blind-spot in the test suite. The bug and the tests have
  now been fixed (Jeremiah Senkpiel)
  <https://github.com/iojs/io.js/pull/1213>.
CHANGELOG.md
src/node_version.h