Skip to content

Releases: yeojz/otplib

v10.2.0-0

26 Jan 07:01
25ece3e
Compare
Choose a tag to compare
v10.2.0-0 Pre-release
Pre-release

Bug Fixes

  • deps: update dependency gh-pages to v2 (6775a6d)
  • added runInBand to solve memory issues (75d594c)
  • persist core options (c15c0ee), closes #136
  • snyk vulnerabilities (ebe2ca4), closes #134

v10.1.0-0

04 Sep 13:12
79aa4fe
Compare
Choose a tag to compare
v10.1.0-0 Pre-release
Pre-release

Bug Fixes

Features

v10.0.1

23 Jul 00:37
822ff94
Compare
Choose a tag to compare

Bug Fixes

  • allow circleci config upload to gh-pages (03317d3)
  • non-int appended strings parsed as int (0668eef)

v10.0.0

17 Jun 07:51
dd9b4fd
Compare
Choose a tag to compare

(BEHVAIOUR CHANGE): otplib/core now exports ONLY the class instances. If you need to use the classes directly, you can still retrieve it via the instances. eg: otplib.authenticator.Authenticator, otplib.hotp.HOTP, otplib.totp.TOTP.
See: https://github.com/yeojz/otplib/wiki/Upgrading-to-v10#otplibcore-default-exports

tl;dr

  • TypeScript support introduced
  • Module exports update
  • Helpers to calculate remaining time before new tokens are needed
  • CircleCI builds migrated from 1.0 to 2.0

Commits

Features

  • add helper to find next tick countdown (b2e9a19)
  • standardise obj exports (0151b52)
  • build optimisation (80b2505)
  • initial typescript definitions (96a3f20)
  • migrate to circleci 2 (c0c4507)

Bug Fixes

  • epoch expectations and scripts (bc3f717)
  • typescript install and optional dep (8ecf157)
  • added missing npmrc for publishing (5034875)
  • update typings for ts next (24416cd)

v10.0.0-7

17 Jun 06:10
v10.0.0-7
e1c4ea5
Compare
Choose a tag to compare
v10.0.0-7 Pre-release
Pre-release

Bug Fixes

  • epoch expectations and scripts (bc3f717)

Features

  • add helper to find next tick countdown (b2e9a19)

v10.0.0-6

15 Jun 04:58
Compare
Choose a tag to compare
v10.0.0-6 Pre-release
Pre-release

Bug Fixes

  • added missing npmrc for publishing (5034875)

v10.0.0-5

15 Jun 04:48
Compare
Choose a tag to compare
v10.0.0-5 Pre-release
Pre-release

Features

v10.0.0-4

14 Jun 00:20
Compare
Choose a tag to compare
v10.0.0-4 Pre-release
Pre-release

Features

v10.0.0-3

12 Jun 15:30
Compare
Choose a tag to compare
v10.0.0-3 Pre-release
Pre-release

Bug Fixes

  • standardise obj exports (0151b52)

v10.0.0-2

12 Jun 14:59
Compare
Choose a tag to compare
v10.0.0-2 Pre-release
Pre-release

Features