Commit Graph

86 Commits

Author SHA1 Message Date
denobot
51dc36d563
chore: release 2024.05.22 (#4830)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-05-22 19:57:28 +09:00
Yoshiya Hinosawa
722844250d
docs(csv,encoding,http,json,media-types,uuid): use rfc-editor.org for RFC links (#4777)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-05-20 16:14:09 +09:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
Yoshiya Hinosawa
c93b8a60d9
fix(csv): do not print empty header line when no columns are given in stringify() (#4610) 2024-04-22 14:12:48 +09:00
Yoshiya Hinosawa
78779a9d96
test(csv): fix type error in csv/parse_test.ts (#4609) 2024-04-22 14:06:38 +09:00
Wenceslao Avalos
31018f12b7
fix(csv): remove unused opt parameter (#4598)
Remove unused opt parameter (issue #4545), since the other overloads already handle it.
2024-04-16 21:57:08 +00:00
Asher Gomez
46d9fa594c
chore: update browser-compatible files with declaration (#4560) 2024-04-10 12:43:44 +10:00
Gabriele Belluardo
2990aa6de5
chore: enable single-var-declarator lint rule (#4488) 2024-03-14 22:18:00 +11:00
David Sherret
b72ec0651e
chore: latest verbatim-module-syntax fixes (#4418) 2024-02-29 18:01:26 -05: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
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
b1aeecfadd
docs(csv): complete documentation (#4163) 2024-01-11 17:02:30 +11:00
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