-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: allow disabling padding #3
feat: allow disabling padding #3
Conversation
Nice! Could you add it to the readme as well? |
You right @LinusU! I forgot to add the Done now |
readme.md
Outdated
@@ -39,6 +44,8 @@ listed below. | |||
- `'RFC4648-HEX'` - [base32hex from RFC4648](https://tools.ietf.org/html/rfc4648) | |||
- `'Crockford'` - [Crockford's Base32](http://www.crockford.com/wrmg/base32.html) | |||
|
|||
Options may have a `padding` property which provides a way to disable the encoding padding (default behaviour) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the default is different for different variants, could we say something like:
options
may have apadding
property which provides a way to forcefully enable or disable padding. The default behavior is to follow the default of the selectedvariant
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done @LinusU !
Super, thank you so much! |
Published as v1.1.0 🚢 |
Thanks for the quick release! |
Closes #2