mirror of
https://github.com/nodejs/node.git
synced 2025-05-16 17:48:20 +00:00

PR-URL: https://github.com/nodejs/node/pull/4958 Reviewed-By: Myles Borins <mborins@us.ibm.com> Reviewed-By: Kat Marchán <kzm@sykosomatic.org> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
11 lines
328 B
Markdown
11 lines
328 B
Markdown
### v3.0.0 2016-01-12
|
|
|
|
* Change error messages to be more informative.
|
|
* checkEngine, when not in strict mode, now calls back with the error
|
|
object as the second argument instead of warning.
|
|
* checkCycle no longer logs when cycle errors are found.
|
|
|
|
### v2.0.0 2015-01-20
|
|
|
|
* Remove checking of engineStrict in the package.json
|