Commit Graph

63 Commits

Author SHA1 Message Date
Asher Gomez
2c550f4389
chore(media-types): release media-types@1.0.0 (#4780) 2024-06-25 05:33:07 +10:00
Yoshiya Hinosawa
cf2aeeb3aa
BREAKING(media-types): rename extensionsByType to allExtensions (#5106) 2024-06-22 00:11:31 +09:00
Yoshiya Hinosawa
84def7bfb9
docs(media-types): remove outdated historical note (#5105) 2024-06-21 19:19:42 +09:00
Asher Gomez
67ca078107
chore: add @example title check to doc checker (#4823)
* chore: add `@example` title check to doc checker

* fix
2024-05-22 15:08:36 +10:00
Asher Gomez
16162ebcda
chore: improve doc checker (#4782)
* chore: improve doc checker

* tweaks

* tweaks
2024-05-21 15:34:08 +10:00
Asher Gomez
0e93b5d564
chore(media-types): media-types@1.0.0-rc.1 (#4744) 2024-05-20 21:30:00 +10:00
Asher Gomez
e07a1e6a87
docs(collections,internal,media-types): use @typeParam tag instead of @template (#4772) 2024-05-20 17:34:47 +10: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
c6a56225d6
fix(media-types): do not expose vendored json file as public API (#4776) 2024-05-20 15:15:56 +09:00
denobot
66e8fc9869
chore: release 2024.05.16 (#4755)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-05-16 20:10:44 +09:00
Asher Gomez
6c77972053
refactor(media-types): minor cleanups (#4743) 2024-05-16 16:05:58 +10:00
Asher Gomez
1271a7f392
docs(media-types): polish documentation (#4731) 2024-05-15 16:33:05 +10:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
Michael Herzner
b7833b1c7a
test(media_types): improve test coverage (#4554) 2024-04-08 15:12:32 +09:00
Asher Gomez
26093f9670
docs(media_types): module doc (#4498) 2024-03-16 22:05:59 +00: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
Tim Reichen
eac60e6545
chore(media_types): format test names (#4380) 2024-02-25 22:25:12 +00:00
Asher Gomez
6e97b91f5b
chore(media_types): move extensions utility (#4358) 2024-02-21 15:19:05 +09:00
Yoshiya Hinosawa
5052851418
fix(media_types): load extensions when directly importing extensionsByTypes() (#4351) 2024-02-19 14:49:58 +09:00
Nicholas Berlette
4e0db3fb3b
docs(media_types): fix erroneous docs in extensions_by_type.ts (#4347) 2024-02-18 13:32:35 +09: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
10c5121d43
docs(media_types): complete documentation (#4219) 2024-01-18 14:39:45 +09:00
David Sherret
ce9795ab61
chore: add more explicit types for fast check (#4206) 2024-01-16 05:13:18 +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
Simon Holloway
58e6675467
refactor(media_types): prepare for noUncheckedIndexedAccess (#4043)
refactor(media_types): handle noUncheckedIndexedAccess for media_types
2023-12-31 09:13:12 +11:00
Asher Gomez
2f38b1995f
Revert "BREAKING(media_types): remove typeByExtension()" (#3877) 2023-11-29 20:00:04 +11:00
Asher Gomez
f34104ac53
BREAKING(media_types): remove typeByExtension() (#3848) 2023-11-24 19:08:26 +11:00
Asher Gomez
7d5344d775
docs: improve deprecation notices (#3804) 2023-11-16 05:33:11 +11:00
Oscar
22cc48ddcb
chore: replace deprecated typeByExtension() in content_type.ts (#3727)
chore: Replace deprecated `typeByExtension` in `content_type.ts`

Signed-off-by: Oscar <71343264+0scvr@users.noreply.github.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-10-29 06:32:09 +09:00
Lino Le Van
852207e8cf
BREAKING(media_types): deprecate typeByExtension (#3622) 2023-09-06 11:15:00 +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
Nicholas Berlette
be270a3656
docs: fix error in parse_media_type.ts example (#3520) 2023-08-08 16:21:05 +09:00
Asher Gomez
239e85ad6a
BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
Asher Gomez
cf14c9b212
chore(tools): improved web-compatibility checks (#3263) 2023-03-18 21:36:00 +09:00
ayame113
b4239898d6
chore: update copyright header (#3082) 2023-01-03 19:47:44 +09:00
Asher Gomez
fda52ca45b
feat(media_types): single-export files (#3001) 2022-12-19 19:02:14 +09:00
Lino Le Van
8cc6c1870d
docs(media_types): fix incorrect documentation (#3016) 2022-12-19 13:58:07 +09:00
Yoshiya Hinosawa
40fdfdefaa
chore: update for CLI canary (#2992) 2022-12-08 21:53:13 +09:00
Leo Kettmeir
aba5017d43
docs: reorganize docs (#2658) 2022-11-25 12:40:23 +01:00
Asher Gomez
3b9fb39ddd
chore: remove void and Promise<void> return types (#2550) 2022-08-24 10:21:57 +09:00
Kitson Kelly
e83306672e
docs: improve module documentation (#2511) 2022-08-11 21:51:20 +10:00
ayame113
2d1be13a3f
feat(media_types): Improve contentType type definition (#2357) 2022-06-22 09:13:01 -04:00
Kitson Kelly
bd7b612a18
fix(media_types): work around type issues under Node.js (#2304) 2022-06-03 15:12:52 +10:00
Kitson Kelly
ae22ac44ff
feat: add media_types (#2286) 2022-06-01 08:43:48 +10:00
Ryan Dahl
36bf5ba4ed Remove /media_types (denoland/deno#4594) 2021-02-01 10:46:57 +00:00
木杉
15151fb8f9 std(media_types): change .ts content type to application/typescript (denoland/deno#4563) 2021-02-01 10:46:57 +00:00
Kitson Kelly
7914eae5f0 Update to Prettier 2 and use ES Private Fields (denoland/deno#4498) 2021-02-01 10:46:57 +00:00
Bartek Iwańczuk
82a523639a refactor: rewrite tests in to use Deno.test (denoland/deno#3930) 2021-02-01 10:46:57 +00:00
Yusuke Sakurai
ee8ec4b053 remove non-null assertion operator from std (part1) (denoland/deno#3900) 2021-02-01 10:46:57 +00:00
Ry Dahl
3a9eb92372 Happy new year! (denoland/deno#3578) 2021-02-01 10:46:56 +00:00