@lumjs/encode
v2.0.0
Published
A bunch of encoding libraries.
Downloads
3
Readme
lum.encode.js
A bunch of encoding libraries.
2.x Release Notes
Version 2.0
is pretty much a complete rewrite, and as the major version
change indicates, is not 100% backwards compatible. I've tried to make the
migration process as painless as possible, but some changes will be required.
- Split the Safe64 libraries into their own package.
- Rewrote the
base64
andhash
libraries to use modernES2015+
APIs. - Dropped the dependency on the legacy
crypto-js
package. - The
base64
libraries now have additionalasync
functions for working with arbitrary data in addition to the synchronous ones for Unicode text. - The
hash
library now usesasync
methods due to theSubtleCrypto
API that we're now using for generating the hashes. - Minor cleanups in
base91
andutils
modules.
Official URLs
This library can be found in two places:
Author
Timothy Totten [email protected]