Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 2.59 KB

CHANGELOG.md

File metadata and controls

47 lines (32 loc) · 2.59 KB

Change Log

v0.3.0 (2016-12-01)

Full Changelog

Added

v0.4.0 (2017-03-01)

Full Changelog

Added

v1.0.0 (2017-03-01)

Full Changelog

Added

  • Support manually checking server side state #27 (dafortune):
    • Manual transaction state checking: call transaction.getState to get the state without relying on an open websocket or automatic polling.
    • Know the result of otp code validation (SMS / TOTP) without relying on a socket.
    • Allow to confirm the enrollment after serializing the transaction.

v1.0.1 (2017-03-01)

Full Changelog

Fix

  • Callback with invalid token error when resuming transaction instead of throwing it #29 (dafortune).

v1.0.2 (2017-03-21)

Full Changelog

Fix

  • Fix uncaught error event thrown even when there is a listener #30 (dafortune).

v1.1.0 (2017-03-22)

Full Changelog

Added

v1.1.1 (2017-06-13)

Full Changelog

Fix

  • Bump dependencies versions (no breaking changes) #37 (dafortune).