Releases: u17g/sleekid
Releases · u17g/sleekid
v3.0.0
Full Changelog: v2.1.3...v3.0.0
move github.com/RyosukeCla/sleekid
to github.com/u17g/sleekid
v2.1.3
Full Changelog: v2.1.2...v2.1.3
- improve Validate method security
v2.1.2
Full Changelog: v2.1.1...v2.1.2
- changes: secure validate function
v2.1.1
Full Changelog: v2.1.0...v2.1.1
- improve performance
v2.1.0
Full Changelog: v2.0.0...v2.1.0
- Support timestamp order configuration.
- default: Alphabetical order
- new: ASCII order
v2.0.0
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
- 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
v1.0.1
Full Changelog: v1...v1.0.1
v1
Full Changelog: https://github.com/RyosukeCla/sleekid/commits/v1