Skip to content

v6.0.1

Compare
Choose a tag to compare
@yeojz yeojz released this 03 Sep 13:44
· 563 commits to master since this release

code

  • Code has been split into package-like folders
  • Bundler has been changed from webpack to rollup for all cjs packages
    • browser package is still using webpack.
  • Authenticator by default sets expected encoding to hex for secrets
    • This properly fixes #7 instead of a prior fix.
    • As such, createHmacSecret for Authenticator has been reverted to totpSecret

tests

  • test framework was switched to jest. Syntax-wise, it's kept as it and describe on purpose.

chore

  • distribution package has been cleaned up to only include the 6 core + browser output instead of just transpiling source files
  • updated readme
  • v2 interface has finally been removed.

notes