Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ streamspeed (1.1.0 → 2.0.0) · Repo
Commits
See the full diff on Github. The new version differs by 36 commits:
chore(release): 2.0.0
chore(package): drop node 6, 8
feat: `toHuman(0)` now returns "0B"
refactor: switch to typescript
perf: improve performance when adding/removing streams
feat: add `StreamSpeed#getStreamSpeed()`
feat: add `StreamSpeed#getSpeed()` to get current speed
feat: default to calculating speed over a range of time
test: more verbose failing tests
docs: update objects for jsdoc
refactor: keep track of speed history
chore(ci): use github actions
test: fix for node v13
refactor: remove unnecessary constructor
test: individualize tests
test(coverage): remove istanbul, use nyc
fix: fix `Infinity` speed that would happen when data was read on same ms
feat: add `precision` option to `toHuman()`
docs(readme): fix up copy on readme
chore(package): add author email
chore(package): update sinon to the latest version 🚀 (#21)
chore(deps): [security] bump mixin-deep from 1.3.1 to 1.3.2 (#20)
chore(deps): [security] bump lodash from 4.17.11 to 4.17.15 (#17)
chore(package): update mocha to the latest version 🚀 (#14)
chore(package): Update sinon to the latest version 🚀 (#13)
refactor: use `const`, `let`
chore(package): update sinon to version 6.0.0 (#12)
chore: remove node 4 support
chore(package): update sinon to version 5.0.1
chore: Update to node 10 in .travis.yml
test: remove unused statement
test: fix tests for node v10
chore: update dependencies
chore(package): update mocha to version 5.1.0
chore(release): 1.1.1
chore(license): remove license from readme
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands