Skip to content

v1.1.0

Compare
Choose a tag to compare
@jeremmfr jeremmfr released this 25 Aug 10:36
v1.1.0
c25ada4

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)