This repository has been archived by the owner on Dec 3, 2023. It is now read-only.
2.0.0
Breaking Changes
Remove Deprecated warning
No more:
info.filename
is deprecated, useinfo._filename
info.itag
is deprecated, useinfo.format_id
info.resolution
is deprecated, useinfo.format
Since this is a major version and it includes breaking changes.
Enhancements
Remove Dead Code
Delete some unreachable source code. Tests look green without it.
Improve Scaffolding
Setup Standard
as JavaScript linter.
Related all the project and be sure runt it before committing changes.
Improve Collaborators
Declared collaborators into package.json
, also added a way to do that if a new collaborator is detected when you commit changes.
Setup Engine
Recommended Node.js 8 or above.
Add Windows Support at update
Now you can perform a binary update targetting windows
even you are running in a different runtime.
$ npm run update platform=windows