github-actions[bot] 52d71d28bd
Add node modules and compiled JavaScript from main (#54)
Co-authored-by: Oliver King <oking3@uncc.edu>
2022-06-29 15:41:55 -04:00

41 lines
633 B
Markdown

# rfc4648
## 1.5.0 (2021-05-25)
- Allow modern versions of Node to use named exports along with native modules support.
## 1.4.0 (2020-07-10)
- Add Flow type definitions.
## 1.3.0 (2019-09-25)
- Port the library to TypeScript.
## 1.2.1 (2019-05-24)
- Update build & test infrastructure.
## 1.2.0 (2019-04-05)
- Add an option to skip padding the `codec.stringify` output
## 1.1.0
- Automatically fix typo characters in base32 loose mode
- Documentation cleanups
- Size optimizations
## 1.0.0
- Use `Uint8Array` for output
- Code cleanups & size optimizations
## 0.9.1
- Fix packaging bugs
## 0.9.0
- Initial release