| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-10-08 | 799 Bytes | |
| v1.0.0 source code.tar.gz | 2024-10-08 | 51.6 kB | |
| v1.0.0 source code.zip | 2024-10-08 | 55.0 kB | |
| Totals: 3 Items | 107.4 kB | 0 | |
Changed
- Use modern JS features, ship TypeScript definition (#175) 1cc64ff
- Minimum node.js v18
- Uses null prototype object for
parsereturn value - Changes
strictandpriorityto match the lower case strings (i.e.low, notLOWorLow) - Require
maxAgeto be an integer usingNumber.isIntegercheck - Delegates decode implementation details to
decodeoption (i.e. error handling and quote parsing is defined bydecode) - Delegate quote parsing to
decode(#180) c4a2597 - Shift try/catch to decode (#179) 93a5b97
- Improve arg/option error messages (#162) e206fd5 @MaoShizhong
Other
- Remove
hasOwnProperty, useundefinedcheck for performance (#183) 8f3ee9e @gurgunday