Commit Graph

73 Commits

Author SHA1 Message Date
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
Amit Mittal
d57a66c401
feat(media-types): update media-types from latest mime-db (#6169) 2024-11-05 11:43:05 +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
Ian Bull
8fc241182e
refactor(media-types): align additional error messages (#5800) 2024-08-24 23:52:47 +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
3ee4c4dd43
chore: release 2024.07.19 (#5494)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-19 20:22:43 +09:00
Yoshiya Hinosawa
fd3e286d10
fix(media-types): return video/mp4 for .mp4 extension (#5475) 2024-07-18 16:23:30 +09:00
Asher Gomez
6d58a57a01
fix(media-types): update db.ts (#5193) 2024-07-01 12:11:09 +10: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
Asher Gomez
4d602677bf
chore(media-types): release media-types@1.0.1 (#5197) 2024-06-30 18:28:50 +10:00
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