Skip to content

Releases: litert/encodings.js

v2.3.0

13 Jun 16:48
v2.3.0
4516543
Compare
Choose a tag to compare

CHANGES

  • config(deps): updated dependencies.
  • fix(encoding): fixed decoding of the urlencode.
  • build(test): added test cases.
  • build(project): upgraded the minimum version of Node.js to v14.

Reelase v2.2.0

06 May 10:16
f1847ef
Compare
Choose a tag to compare

Changes

  • Renamed base62 to base62x. (#1 )

    Original base62 API is reserved but deprecated, and will be removed in next major version.

v1.1.1

18 Dec 04:23
Compare
Choose a tag to compare

News

  • Added supports for encoding urlencode.

Fixed

  • Fixed the convert result from base62x to buffer, hex, base64, utf8.
  • Improved the sample 04-compare with binary-safe tests.

v1.1.0

17 Dec 16:28
Compare
Choose a tag to compare

News

  • Added supports for encoding base62x.

Fixed

  • Fixed the signature of method compare and convert.

v1.0.1

28 Nov 08:17
Compare
Choose a tag to compare

Changes

  • Upgrade dependencies @litert/core, to use standalone error-hub.

v1.0.0

15 Nov 07:24
Compare
Choose a tag to compare
Initial commit.