Commit Graph

8 Commits

Author SHA1 Message Date
Lucas Wasilewski
bc20dbe21b
BREAKING(ini): parse understands booleans, undefined, null and numbers (#6121)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-11-06 13:45:40 +09:00
Tim Reichen
644e03b817
perf(cli,http,ini,internal,media-types): replace trim() comparisons with regexps (#5751) 2024-08-21 13:50:18 +09:00
Asher Gomez
d205617740
feat(ini): add type param for value type (#5588) 2024-08-02 19:19:02 +10:00
Asher Gomez
69a579ecca
fix(ini): correctly handle quoted values in parse() (#5592) 2024-08-02 11:53:41 +09:00
Asher Gomez
dfda1c3323
refactor(ini): cleanup dead code (#5576) 2024-07-31 10:20:51 +00:00
Asher Gomez
ad1dad6ce6
docs(cli,csv,datetime,fmt,fs,http,ini,semver,testing): assert optional properties on types/interfaces have @default tag (#4933)
* docs: assert optional properties on types/interfaces have `@default` tag

* work

* work

* work

* work

* work

* work

* fix

* fix

* Update fs/expand_glob.ts

* cleanups

* cleanups

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-07-11 09:21:37 +00:00
Asher Gomez
02a07857cd
docs(ini): link options interfaces to functions that use them (#5359) 2024-07-09 13:08:41 +09:00
Yoshiya Hinosawa
e710e61b62
BREAKING(ini): make IniMap private (#5351) 2024-07-09 12:31:59 +09:00