Skip to content

Commit

Permalink
document the addition of Strict Mode in 1.9.0 to History file.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstos committed Dec 8, 2014
1 parent 257bdc0 commit c8b0eef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
1.9.0 / 2014-12-08
==================

* New strictness checks have been added to ensure the expected configuration has been loaded. Warnings are now thrown in these cases. If NODE_CONFIG_STRICT_MODE is set, exceptions are thrown instead. (@markstos)
* There must be an explicit config file matching `NODE_ENV` if `NODE_ENV` is set.
* There must be an explicit config file matching `NODE_APP_INSTANCE` if `NODE_APP_INSTANCE` is set
* `NODE_ENV` must not match 'default' or 'local' to avoid ambiguity.

* Added .iced extension support (@arthanzel)

* Highlight `config.has()` in the README. Use it to check to if a value exists, since `config.get()`
Expand Down

0 comments on commit c8b0eef

Please sign in to comment.