💥 Breaking Changes
-
Convert package to ESM
Migration Guide:
This relases changes the package from a Common JS module to an EcmaScript module, and drops support for older versions of Node.
- The minimum version of Node.js supported is now:
12.20.0,14.13.1, and16.0.0 - The package must now be imported using the native
importsyntax instead of withrequire
- The minimum version of Node.js supported is now:
🎉 Enhancements
- Use Uint8Array as lookup
🌹 Internal Changes
- Add some more tests
- Bump lodash dependency
- Bump js-yaml in package lock
- Remove package lock file
- Upgrade to Standard v14
- Create license file (#7)
- Add 64 byte test
- Add erroneous padding test
- Add url-safe test
- Improve test performance
- Add a 64MB test case