logdna / stdlib-node

Standardized module functions free of business logic
MIT License
2 stars 7 forks source link

fix(string): fix typecasting of boolean values #18

Closed esatterwhite closed 3 years ago

esatterwhite commented 3 years ago

Allow pass through of boolean values. true and false are considered finite values and will be passed to parse float and return a NaN rather than true / false

jmoses commented 3 years ago

Oh nice catch

logdnabot commented 3 years ago

:tada: This PR is included in version 1.1.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: