Skip to content

v3.0.0

Compare
Choose a tag to compare
@KarthikBhaskara KarthikBhaskara released this 09 Apr 16:12
· 137 commits to master since this release

3.0.0 (2019-04-09)

Features

  • lock, unlock: return success object (63381b2)

BREAKING CHANGES

  • lock, unlock: Lock and unlock now return an object on a successful request and raises an error on an unsuccessful request. Previously, lock and unlock did not return an object on a successful request.