Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Improve browser compatibility by loosening Buffer type to Uint8Array
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry committed Jul 8, 2021
1 parent 326345b commit cc1a5dc
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 51 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ node_js:
- "node"
- "8"
- "6"
- "4"
after_success:
- npm run eslint
- npm run coveralls
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Change Log

## [2.0.0] - 2021-07-08

* Improve [browser compatibility][pr#28] by adding a browser polyfill
for the Node browser module and loosening types from Buffer to Uint8Array.

## [1.2.2] - 2021-07-05

* Improve [browser compatibility][pr#26] by eliminating a dependence on
* Improve [browser compatibility][pr#27] by eliminating a dependence on
the Node assert module.

## [1.2.1] - 2021-04-29
Expand Down
Loading

0 comments on commit cc1a5dc

Please sign in to comment.