Skip to content

Releases: u17g/sleekid

v3.0.0

24 May 07:18
2acca9c
Compare
Choose a tag to compare

Full Changelog: v2.1.3...v3.0.0

move github.com/RyosukeCla/sleekid to github.com/u17g/sleekid

v2.1.3

16 Apr 13:01
Compare
Choose a tag to compare

Full Changelog: v2.1.2...v2.1.3

  • improve Validate method security

v2.1.2

14 Apr 13:11
Compare
Choose a tag to compare

Full Changelog: v2.1.1...v2.1.2

  • changes: secure validate function

v2.1.1

11 Apr 16:01
Compare
Choose a tag to compare

Full Changelog: v2.1.0...v2.1.1

  • improve performance

v2.1.0

18 Feb 11:54
Compare
Choose a tag to compare

Full Changelog: v2.0.0...v2.1.0

  • Support timestamp order configuration.
    • default: Alphabetical order
    • new: ASCII order

v2.0.0

05 Jan 11:47
Compare
Choose a tag to compare

Full Changelog: v1.1.0...v2.0.0

Breaking Change: The algorithm that generates checksum uses {prefix}{delimiter}{timestamp}{random} instead of {timestamp}{random}, to improve checksum security. This change breaks v1.Validate with new ids generated with v2.New.

v1.1.0

19 Nov 16:44
Compare
Choose a tag to compare
  • this is final breaking fix for interface in v1.
  • make timestamp part length constant
  • add Timetamp(), Prefix() utils to get them
  • make timestamp length, checksum length configurable

Full Changelog: v1.0.2...v1.1.0

v1.0.2

19 Nov 12:10
Compare
Choose a tag to compare

v1.0.1

19 Nov 09:35
Compare
Choose a tag to compare

Full Changelog: v1...v1.0.1

v1

19 Nov 09:23
Compare
Choose a tag to compare