Skip to content

v2.0.0

Choose a tag to compare

@adrukh adrukh released this 28 Apr 15:17
6284514

<a name"2.0.0">

2.0.0 (2018-04-24)

Features

  • coerce lowercase booleans in env to booleans (ef8695de)

Breaking Changes

  • the string "true" and "false" in env vars are coerced
    to booleans.

Javascript will represent boolean true and false as lowercase strings,
so this ensures that setting process.env.SNKY_foo to boolean true
before loading config will result in boolean true config value for
foo.

(ef8695de)