Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

v2.1.0

Compare
Choose a tag to compare
@v12 v12 released this 20 Apr 12:22
· 126 commits to master since this release

Changes

  • Add missing phone param for non-object configuration (now signature is vk.token(client_id, login, pass, phone))
  • Add ESLint code style checks
  • Use const all the way down instead of let
  • Handle possible case when authorization is successful but access_token is missing in the response
  • Extended testing and test coverage details
  • Update request-promise to 2.0.0 from 1.0.2
  • Update babel-core to 6.4.0 from 6.3.17