You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
998 B

2 weeks ago
# rfc4648
## Unreleased
## 1.5.3 (2022-10-27)
- fixed: Adjust the Node.js packaging for greater compatibility bundlers and other tools.
## 1.5.2 (2022-05-30)
- fixed: Allow Typescript 4.7+ to find the type definitions in "Node16" mode.
## 1.5.1 (2022-01-04)
- added: Include a license file in the package.
## 1.5.0 (2021-05-25)
- added: Allow modern versions of Node to use named exports along with native modules support.
## 1.4.0 (2020-07-10)
- added: Add Flow type definitions.
## 1.3.0 (2019-09-25)
- changed: Port the library to TypeScript.
## 1.2.1 (2019-05-24)
- changed: Update build & test infrastructure.
## 1.2.0 (2019-04-05)
- added: Add an option to skip padding the `codec.stringify` output
## 1.1.0
- added: Automatically fix typo characters in base32 loose mode
- fixed: Documentation cleanups
- changed: Size optimizations
## 1.0.0
- Use `Uint8Array` for output
- Code cleanups & size optimizations
## 0.9.1
- Fix packaging bugs
## 0.9.0
- Initial release