Commit Graph

11 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
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
524b4e1235
test(ini): copy tests from ini/_ini_map_test.ts (#5593) 2024-07-31 19:16:24 +09:00
Yoshiya Hinosawa
e710e61b62
BREAKING(ini): make IniMap private (#5351) 2024-07-09 12:31:59 +09:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
David Sherret
ef6b95f0c7
refactor: make the code work under verbatimModuleSyntax (#4406)
* Start

* Update

* Format

* Revert deno.json change

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-02-27 21:57:25 +00:00
Asher Gomez
805b926032
fix: add --no-lock to spawned process args in tests (#4168) 2024-01-12 13:38:41 +09:00
Lino Le Van
c46143f0ac
chore: update copyright year (#4046)
* chore: update copyright year

* fix

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-02 08:11:32 +11:00
Yoshiya Hinosawa
67bbf14d89
feat: add std/ini (#3871)
Co-authored-by: Aaron Huggins <16567111+aaronhuggins@users.noreply.github.com>
2023-12-04 13:43:26 +09:00