Skip to content

Releases: jeremmfr/junosdecode

v1.1.1

06 Mar 08:19
v1.1.1
01c77be
Compare
Choose a tag to compare

BUG FIXES:

  • fix panic when call Decode() in parallel
  • fix panic when string input of Decode() is empty
  • return error when there isn't enough characters in string input of Decode()

v1.1.0

25 Aug 10:36
v1.1.0
c25ada4
Compare
Choose a tag to compare

NOTES:

Go 1.15 or higher is now required to use this package

ENHANCEMENTS:

  • export constant MagicPrefix
  • export variable ErrDiffGapDec
  • generate an error when missing or extra character(s) detected in encoded string
  • add an example for godoc

BUG FIXES:

  • fix conversion of the character in string from the rune number (compatibility with latest golang version)
  • fix name of Decode function variables (password to secret)

v1.0.0

22 Jul 09:46
41e64dc
Compare
Choose a tag to compare

BUG FIXES:

  • fix module path for ROOT
  • fix linter error
  • exclude go test of package