Skip to content

Releases: jshttp/media-typer

v2.0.0

Choose a tag to compare

@blakeembrey blakeembrey released this 27 May 21:51
102bab1

This major switches to ESM only.

Changed:

Other:


v1.1.0...v2.0.0

1.1.0

Choose a tag to compare

@dougwilson dougwilson released this 25 Apr 03:11
  • Add test(string) function

1.0.2

Choose a tag to compare

@dougwilson dougwilson released this 19 Apr 21:31
  • Fix JSDoc comment for parse function

1.0.1

Choose a tag to compare

@dougwilson dougwilson released this 21 Oct 02:11
  • Remove left over parameters property from class

1.0.0

Choose a tag to compare

@dougwilson dougwilson released this 21 Oct 01:49
  • Drop support for Node.js below 0.8
  • Remove parameter handling, which is outside RFC 6838 scope
  • Remove parse(req) and parse(res) signatures
  • perf: enable strict mode
  • perf: use a class for object creation

0.3.0

Choose a tag to compare

@dougwilson dougwilson released this 31 Jan 04:31
  • Support Node.js 0.6
  • Throw error when parameter formatter invalid on parse

0.2.0

Choose a tag to compare

@dougwilson dougwilson released this 18 Jun 19:00
  • Add typer.format() to format media types

0.1.0

Choose a tag to compare

@dougwilson dougwilson released this 18 Jun 05:01
  • Accept req as argument to parse
  • Accept res as argument to parse
  • Parse media type with extra LWS between type and first parameter

0.0.0

Choose a tag to compare

@dougwilson dougwilson released this 13 Jun 19:24
  • Initial implementation