Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

2.0.0

Compare
Choose a tag to compare
@Kikobeats Kikobeats released this 22 May 15:42
· 93 commits to master since this release
208c3b7

Breaking Changes

Remove Deprecated warning

No more:

  • info.filename is deprecated, use info._filename
  • info.itag is deprecated, use info.format_id
  • info.resolution is deprecated, use info.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