Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swansontec committed Apr 5, 2019
1 parent d64aba8 commit a783117
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
# rfc4648

## 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
- Automatically fix typo characters in base32 loose mode
- Documentation cleanups
- Size optimizations

## 1.0.0

* Use `Uint8Array` for output
* Code cleanups & size optimizations
- Use `Uint8Array` for output
- Code cleanups & size optimizations

## 0.9.1

* Fix packaging bugs
- Fix packaging bugs

## 0.9.0

* Initial release
- Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rfc4648",
"version": "1.1.0",
"version": "1.2.0",
"description": "Encoding and decoding for base64, base32, base16, and friends",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit a783117

Please sign in to comment.