- 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
.
-
Renamed
base62
tobase62x
.Original
base62
API is reserved but deprecated, and will be removed in next major version.
- Added encoding
base32
.
- Simplified the APIs.
- Fixed the
convert
result frombase62x
tobuffer
,hex
,base64
,utf8
. - Improved the example
04-compare
with binary-safe tests. - Added supports for encoding
urlencode
.
- Fixed the signature of method
compare
andconvert
. - Added supports for encoding
base62x
.
- Upgrade dependencies
@litert/core
, to use standalone error-hub.