Releases: denoland/deno_media_type
Releases · denoland/deno_media_type
0.2.3
- fix: correct Wasm ts extension (#18)
0.2.2
- feat: MediaType::from_filename (#14)
- feat: add resolve_media_type_and_charset_from_content_type (#17)
0.2.1
- feat(BREAKING): remove BuildInfo (#13)
0.2.0
- feat: MediaType.is_emittable (#12)
- feat: add
MediaType::Css
(#8)
- feat: add
MediaType::is_typed
method (#9)
0.1.3
- perf: reduce allocations in
MediaType::from_specifier
(#7)
0.1.1
- feat: add from_specifier_and_content_type (#1)