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

Commit cc1a5dc

Browse files
committed
Improve browser compatibility by loosening Buffer type to Uint8Array
1 parent 326345b commit cc1a5dc

File tree

5 files changed

+88
-51
lines changed

5 files changed

+88
-51
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ node_js:
33
- "node"
44
- "8"
55
- "6"
6-
- "4"
76
after_success:
87
- npm run eslint
98
- npm run coveralls

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Change Log
22

3+
## [2.0.0] - 2021-07-08
4+
5+
* Improve [browser compatibility][pr#28] by adding a browser polyfill
6+
for the Node browser module and loosening types from Buffer to Uint8Array.
7+
38
## [1.2.2] - 2021-07-05
49

5-
* Improve [browser compatibility][pr#26] by eliminating a dependence on
10+
* Improve [browser compatibility][pr#27] by eliminating a dependence on
611
the Node assert module.
712

813
## [1.2.1] - 2021-04-29

0 commit comments

Comments
 (0)