Skip to content

Releases: jsdom/whatwg-encoding

3.1.1

12 Nov 07:29
Compare
Choose a tag to compare

Fixed labelToName() to work with the x-user-defined encoding.

3.1.0

12 Nov 07:19
Compare
Choose a tag to compare

Added support for the x-user-defined encoding.

3.0.0

07 Nov 13:42
Compare
Choose a tag to compare

Raised minimum supported Node.js version to v18.

2.0.0

12 Sep 20:42
Compare
Choose a tag to compare

Raised minimum supported Node.js version to v12.

Updated iconv-lite from v0.4.24 to v0.6.3; see their changelog.

Updated docs to use Uint8Array instead of Buffer, since we don't depend on any Buffer-specific APIs.

1.0.5

30 Sep 04:22
Compare
Choose a tag to compare

Updated iconv-lite from v0.4.23 to v0.4.24; see their changelog. (#9, @realityking)

v1.0.4

13 Aug 00:15
Compare
Choose a tag to compare

Updated iconv-lite from v0.4.19 to v0.4.23; see their changelog. (#8, @MarkTiedemann)

1.0.3

29 Oct 01:45
Compare
Choose a tag to compare

Updated iconv-lite from v0.4.13 to v0.4.19; see their changelog.

1.0.2

23 Oct 00:13
Compare
Choose a tag to compare

Relicensed as MIT.

1.0.1

16 Oct 02:36
Compare
Choose a tag to compare

Made labelToName and isSupported coerce their arguments to strings. In particular, things like whatwgEncoding.labelToName(undefined) now return null instead of throwing.

1.0.0

16 Oct 02:06
Compare
Choose a tag to compare

Extracted from jsdom, with a slightly refactored public API and a script that automatically assembles the appropriate tables as JSON ahead of time.