The version 2.0.0 is not covered by your current version range.
If you donāt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of bencode.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donāt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes2.0.0
Drop support for Node 0.10, 0.12., add support for Node 8 & 9 (@jhermsmeier)
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.
Thanks to the contributors to this version.
Commits
The new version differs by 27 commits.
43124bdMerge pull request #81 from themasch/release/2.0
8b59c35removed benchmarks from readme, updated tape
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donāt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
āļø Greenkeeperās updated Terms of Service will come into effect on April 6th, 2018.
Version 2.0.0 of bencode was just published.
The version 2.0.0 is not covered by your current version range.
If you donāt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of bencode.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donāt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
2.0.0No 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.
Thanks to the contributors to this version.
Commits
The new version differs by 27 commits.
43124bd
Merge pull request #81 from themasch/release/2.0
8b59c35
removed benchmarks from readme, updated tape
f37b8fa
fixed typing
943bdd1
updated changelog and contributors.
28233c4
2.0.0
1db7c36
Merge pull request #80 from nazar-pc/ArrayBufferView-fix
cd31213
Rename
typedarray
toarraybufferview
as the latter has wider meaningfcb6e8d
Fix support for any valid
ArrayDataView
9a66652
Merge pull request #78 from themasch/benchmarks
1e86ff0
removed unused eslint comments to make standard happy
8172ab7
Merge branch 'master' into benchmarks
4835dc7
Merge pull request #64 from themasch/fix-typed-arrays
ebc5ca3
Merge branch 'master' into fix-typed-arrays
b0b21d5
Merge pull request #77 from themasch/update-node-versions
c3c1424
test(benchmark): Replace
matcha
withnanobench
There are 27 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donāt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: