2.0.1
2.0.1 (2025-06-05)
- Add
preserveLeadingZerosoption to keep numeric strings like"0004"from
being converted to numbers. - Introduce
allowedTypesoption to restrict parsed result types. - Add
stripStartCharsoption to remove leading characters before parsing. - Add
parseCommaNumbersoption to convert comma-separated numbers like'1,234'.