denobot
c6193ac887
chore: release 2024.11.13 ( #6182 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-11-13 19:36:14 +09:00
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
denobot
2b3683b6fb
chore: release 2024.08.26 ( #5824 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-08-26 17:33:29 +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
denobot
0e4f294cdf
chore: release 2024.08.02 ( #5621 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-08-02 20:27:08 +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
aa8bb2b28b
BREAKING(ini): reduce options for stringify
, make FormattingOptions
type private ( #5572 )
...
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-30 11:31:39 +09:00
Asher Gomez
440ce91e16
docs(ini): cleanup module documentation ( #5566 )
2024-07-29 20:40:10 +10:00
denobot
f54eab4355
chore: release 2024.07.12 ( #5431 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-12 19:45:19 +09: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
Yoshiya Hinosawa
b9df975db9
chore(ini): release ini@1.0.0-rc.1
( #5357 )
2024-07-09 13:12:08 +09: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
denobot
940568c62d
chore: release 2024.07.02 ( #5254 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-02 20:43:42 +09:00
Asher Gomez
d102a10235
refactor(assert,async,bytes,cli,collections,crypto,csv,data-structures,datetime,dotenv,encoding,expect,fmt,front-matter,fs,html,http,ini,internal,io,json,jsonc,log,media-types,msgpack,net,path,semver,streams,testing,text,toml,ulid,url,uuid,webgpu,yaml): import from @std/assert
( #5199 )
...
* refactor: import from `@std/assert`
* update
2024-06-30 08:30:10 +00:00
denobot
652ac701b1
chore: release 2024.06.12 ( #5031 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-12 15:22:43 +09:00
Yoshiya Hinosawa
ec73b76d91
docs(ini): improve ini docs ( #5020 )
2024-06-11 16:05:04 +09:00
denobot
673c436739
chore: release 2024.05.29 ( #4883 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-05-29 18:56:12 +09:00
David Sherret
acc38b83fb
BREAKING(ini): remove internal Formatting
type ( #4818 )
2024-05-23 12:54:05 -04:00
David Sherret
e7c5c6a223
fix(ini): remove unused ParseOptions.assignment
property ( #4816 )
2024-05-23 12:53:36 -04:00
David Sherret
0079ea05b6
docs(ini): add missing doc comments ( #4819 )
2024-05-22 13:27:42 -04:00
David Sherret
ad5f87be15
refactor(ini): move StringifyOptions to stringify.ts ( #4817 )
2024-05-22 09:35:18 -04:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase ( #4650 )
2024-04-29 11:57:30 +09:00
Asher Gomez
46d9fa594c
chore: update browser-compatible files with declaration ( #4560 )
2024-04-10 12:43:44 +10: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
Gabriele Belluardo
f78de1334c
refactor(ini): prepare for noUncheckedIndexedAccess
( #4335 )
...
* refactor(ini): prepare for `noUncheckedIndexedAccess`
* fix for stringify test
2024-02-16 08:09:51 +11:00
David Luis
ad4abccb66
docs: replace markdown hyperlink syntax with {@link}
tag where necessary. ( #4253 )
...
docs: replaces markdown hyperlink syntax with `{@link}` tag when necessary.
2024-02-01 09:19:46 +11: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
David Sherret
b0803619af
refactor: add some missing explicit types ( #3997 )
...
* refactor: add some missing return types and mark some non-exported types as `@internal`
* Update expect/fn.ts
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
* Remove @internals
* nits
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-19 00:26:13 +00: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