Skip to content

Releases: LinusU/base32-encode

🚢 2.0.0 / 2021-07-24

24 Jul 08:59
b970e2e
Compare
Choose a tag to compare

💥 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, and 16.0.0
    • The package must now be imported using the native import syntax instead of with require

🌹 Internal Changes

  • Generate API readme from typings

🚢 1.2.0 / 2021-03-30

30 Mar 06:20
10390eb
Compare
Choose a tag to compare

🎉 Enhancements

  • Add support for Int8Array/Uint8Array/Uint8ClampedArray

🌹 Internal Changes

  • Disable package lock file

🚢 1.1.1 / 2019-02-26

18 May 19:04
b5ea23c
Compare
Choose a tag to compare

🐛 Fixes

  • Add missing options argument to typings

🚢 1.1.0 / 2018-06-25

18 May 19:04
a9a54a8
Compare
Choose a tag to compare

🎉 Enhancements

  • Allow enabling/disabling of padding (#3)

🌹 Internal Changes

  • Add MIT license file

🚢 1.0.0 / 2017-12-14

18 May 19:07
ac40e18
Compare
Choose a tag to compare

🗿 Mark API as stable

🚢 0.1.0 / 2017-12-14

18 May 19:07
d62a20c
Compare
Choose a tag to compare

🎉 Enhancements

  • Add TypeScript definitions

🚢 0.1.0 / 2016-08-21

18 May 19:04
073c0c0
Compare
Choose a tag to compare

🎉 Initial release