Skip to content
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

Merged
merged 3 commits into from
Jun 25, 2018

Conversation

vasco-santos
Copy link
Contributor

Closes #2

@LinusU
Copy link
Owner

LinusU commented Jun 25, 2018

Nice! Could you add it to the readme as well? ☺️

@vasco-santos
Copy link
Contributor Author

You right @LinusU! I forgot to add the README.md!

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)
Copy link
Owner

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 a padding property which provides a way to forcefully enable or disable padding. The default behavior is to follow the default of the selected variant.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done @LinusU !

@LinusU
Copy link
Owner

LinusU commented Jun 25, 2018

Super, thank you so much!

@LinusU LinusU merged commit 06e521d into LinusU:master Jun 25, 2018
@LinusU
Copy link
Owner

LinusU commented Jun 25, 2018

Published as v1.1.0 🚢

@vasco-santos
Copy link
Contributor Author

Thanks for the quick release!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants