Simon Holloway
aec0327c6d
refactor(csv): prepare for noUncheckedIndexedAccess
( #4157 )
2024-01-11 08:35:50 +11: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
Tim Reichen
0181850e64
test(csv): format test names ( #3990 )
...
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-12-28 13:40:00 +09: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
Asher Gomez
9589c3f3b6
chore(csv): use TextDecoderStream()
in test ( #3801 )
2023-11-17 20:05:06 +11:00
Asher Gomez
56e2bc10e0
chore: use Array.fromAsync()
where possible ( #3788 )
2023-11-11 06:00:28 +11:00
Oscar
7a0a7bb23f
chore: remove readableStreamFromReader()
& StringReader()
in CSV stream test ( #3725 )
...
To fix deprecation warnings
Signed-off-by: Oscar <71343264+0scvr@users.noreply.github.com>
2023-10-26 18:44:34 +09:00
Yoshiya Hinosawa
a41c7a2c77
test(csv): add workaround delay to reduce flakiness ( #3712 )
...
* test(csv): add workaround to reduce flakiness
* rerun
* rerun
* rerun
* rerun
2023-10-23 19:00:05 +09:00
Asher Gomez
89d9442c14
BREAKING: remove deprecated std/csv
exports ( #3704 )
2023-10-22 10:47:43 +09:00
Yoshiya Hinosawa
b631267edb
BREAKING(csv): deprecate error message exports ( #3602 )
2023-09-03 10:21:36 +09:00
Lino Le Van
2b5d71224f
refactor: cleanup usage of double equals ( #3566 )
...
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-08-25 18:04:43 +09:00
Lino Le Van
c18a701af3
BREAKING(streams): deprecate readableStreamFromIterable ( #3486 )
2023-07-17 15:08:20 +09:00
Asher Gomez
239e85ad6a
BREAKING(testing, assert): move std/testing/asserts
to std/assert
( #3445 )
2023-07-13 16:04:30 +09:00
Martin Fischer
a5b1d80736
chore: fix typos ( #3458 )
...
The typos were found with the typos[1] spell checker. That spell
checker will be incorporated into the CI in a followup PR.
[1]: https://github.com/crate-ci/typos
2023-06-22 01:27:37 +09:00
David Luis
2d9dd290f0
BREAKING(csv,http,path): remove deprecated APIs ( #3418 )
2023-06-01 23:13:50 +09:00
ayame113
97c30e94f1
refactor(csv): remove internal dead code ( #3374 )
2023-05-12 11:45:25 +09:00
Asher Gomez
8490b6e639
chore(csv): add removal version to deprecated APIs ( #3322 )
2023-04-19 13:04:17 +09:00
Yuki Tanaka
1fd4991c40
BREAKING(csv): rename CsvStream
to CsvParseStream
( #3287 )
2023-04-05 14:15:23 +09:00
ayame113
076516e8de
fix(csv): improve typing for CSV parser ( #3267 )
2023-04-04 13:53:16 +09:00
Yuki Tanaka
87f4a8b4ba
fix(csv/csv_stringify_stream): output headers based on columns
option ( #3293 )
2023-03-30 15:36:17 +09:00
Yuki Tanaka
912df94056
feat(csv): add CsvStringifyStream
( #3270 )
2023-03-27 11:48:12 +09:00
Tiger Oakes
b2d7191d04
docs: add JSDoc to csv and json modules ( #3269 )
2023-03-24 12:07:30 +09:00
Asher Gomez
cf14c9b212
chore(tools): improved web-compatibility checks ( #3263 )
2023-03-18 21:36:00 +09:00
Asher Gomez
a5fffc5fb0
BREAKING(csv): move encoding/csv
to own top-level folder and towards single-export files ( #3228 )
2023-03-13 14:56:25 +09:00