All notable changes to this project will be documented in this file. The project adheres to Semantic Versioning.
- Fix encoding with uppercase prefix. Previously, such prefixes led to incorrect checksum. With the fix, the prefix case is retained for the encoded string.
No substantial changes compared to the 0.2.0-rc.0 release.
- Support Bech32m encoding for arbitrary data and Bitcoin addresses. The new functionality is available on the demo web page.
-
Document TypeScript typings.
-
Update readme to better document main package APIs.
-
Update dev dependencies.
-
Update Bootstrap / JS dependencies for the demo page.
- Add TypeScript typings for the package.
- Update dev dependencies.
-
Test browser support and add a browser version of the package in the
dist
directory. -
Support Bitcoin addresses via
BitcoinAddress
class.
The initial release of bech32-buffer
.