- new option to enable parsing of exponential numbers (#13). this also fixes an outstanding bug where exponential numbers were being parsed accidentally.
- test parsed floats for infinity (#12)
- Upgrade [email protected]
- Upgrade various dev dependencies.
- Expose new
parse
method. - Expose main export as a factory method to persist options.
- Fixed bug where 3 character strings would be parsed as 'NaN'.
- Fixed bug where missing options flags were not being filled in by defaults.
- Changed
parseJson
's options object. Changedinteger
tofloat
for better numbers and decimal support.
- Updated license information.