| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-09-12 | 555 Bytes | |
| v14.0.1 source code.tar.gz | 2025-09-12 | 236.2 kB | |
| v14.0.1 source code.zip | 2025-09-12 | 314.2 kB | |
| Totals: 3 Items | 550.9 kB | 0 | |
Fixed
- broken markdown link in README (#2369)
Changed
- improve code readability by using optional chaining (#2394)
- use more idiomatic code with object spread instead of
Object.assign()(#2395) - improve code readability using
string.endsWith()instead ofstring.slice()(#2396) - refactor
.parseOptions()to process args array in-place (#2409) - change private variadic support routines from
._concatValue()to._collectValue()(change code fromarray.concat()toarray.push()) (#2410) - update (dev) dependencies