You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(release): 1.0.0
# 1.0.0 (2021-07-28)
### Tests
* **ci:** Drop Node v0.10.x & v0.12.x, add 8.x.x ([9ae02b3](https://github.com/themasch/node-bencode/commit/9ae02b37379e2b54ec08ffc08a6e0840dcf15b8f))
### BREAKING CHANGES
* **ci:** This drops support Node v0.10.x, and v0.12.x
while adding Node v8.x.x, as v9.x.x is now stable.
No actual public API has changed since 1.0. We just dropped support (as in "test coverage) for old node versions and added proper support for typed arrays. Updates from 1.0 to 2.0 should be smooth.