Skip to content

v2.0.0

Compare
Choose a tag to compare
@Starefossen Starefossen released this 10 Feb 21:41

<a name"2.0.0">

2.0.0 (2016-02-10)

Features

  • parser:
    • add string.toBoolean and string.toNumber options (eb60e369)
    • convert "true" and "false" to booleans (e5e5a63c)

Breaking Changes

  • This will convert strings "true" and "false" to
    booleans, they will no longer be evaluated as strings.

    (e5e5a63c)