Skip to content

Releases: KEINOS/go-totp

v0.2.0

01 May 12:36
5c71471
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0-beta...v0.2.0

v0.2.0-beta

30 Apr 06:09
9383003
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.2.0-beta

v0.2.0-alpha

25 Apr 15:45
6b4f749
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

What's Changed

  • feature: functional option pattern for key generation (Issue #33, PR #36)
  • deprecation of totp.GenerateKeyURI() now totp.GenKeyFromURI() (Rel #14)

Full Changelog: v0.1.2...v0.2.0-alpha

v0.1.2

10 Mar 02:29
9c7f256
Compare
Choose a tag to compare

What's Changed

  • feat: PEM support (issue #1) by @KEINOS in #2
  • Changes by create-pull-request action by @KEINOS in #5
  • Changes by create-pull-request action by @KEINOS in #9
  • Changes by create-pull-request action by @KEINOS in #12
  • Changes by create-pull-request action by @KEINOS in #16
  • Bump github.com/boombuler/barcode from 1.0.1-0.20190219062509-6c824513bacc to 1.0.1 by @dependabot in #17
  • Changes by create-pull-request action by @KEINOS in #18
  • Bump github.com/boombuler/barcode from 1.0.1-0.20190219062509-6c824513bacc to 1.0.1 by @dependabot in #19
  • Changes by create-pull-request action by @KEINOS in #20
  • Bump github.com/boombuler/barcode from 1.0.1-0.20190219062509-6c824513bacc to 1.0.1 by @dependabot in #21
  • fix: issue #14 GenerateKeyPEM --> GenKeyFromPEM by @KEINOS in #22
  • chore: fix docs (Issue #15) by @KEINOS in #23
  • chore(deps): bump github.com/boombuler/barcode from 1.0.1-0.20190219062509-6c824513bacc to 1.0.1 by @dependabot in #26
  • Changes by create-pull-request action by @KEINOS in #27
  • chore(deps): bump github.com/boombuler/barcode from 1.0.1-0.20190219062509-6c824513bacc to 1.0.1 by @dependabot in #28
  • chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #29
  • chore(deps): bump github.com/boombuler/barcode from 1.0.1-0.20190219062509-6c824513bacc to 1.0.1 by @dependabot in #30
  • chore(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #31
  • fix: warnings from golangci-lint by @KEINOS in #34
  • chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #35

Full Changelog: v0.0.1-alpha...v0.1.2

v0.1.1

30 Oct 00:48
Compare
Choose a tag to compare
  • fix: warnings from golangci-lint for faster string convertion

v0.1.0

09 Sep 04:49
995f8e8
Compare
Choose a tag to compare

What's Changed

  • feat: PEM support (issue #1) by @KEINOS in #2
  • Changes by create-pull-request action by @KEINOS in #5
  • fix: issue #6 - unknown algorithm as -1 by @KEINOS in #7

Full Changelog: v0.0.1-alpha...v0.1.0

v0.0.1

08 Sep 07:44
Compare
Choose a tag to compare
chore: add more example

v0.0.1-beta

06 Sep 15:05
2fdc4ee
Compare
Choose a tag to compare
Merge pull request #4 from KEINOS/feat-issue3-qr-code

feat: QR Code image support
fix #3

v0.0.1-alpha

05 Sep 07:15
Compare
Choose a tag to compare
Update README.md