mirror of
https://github.com/jimeh/rands.git
synced 2026-02-19 03:16:39 +00:00
2.1 KiB
2.1 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.5.0 (2025-03-10)
⚠ BREAKING CHANGES
- shuffle: Minimum required Go version is now 1.18 due the
ShuffleSliceusing generics.
Features
0.4.0 (2025-03-07)
⚠ BREAKING CHANGES
- deps: Minimum Go version changed from 1.15 to 1.17.
Features
- deps: upgrade to Go 1.17 and golanci-lint 1.64 (#5) (16bd3ea)
- strings/uuidv7: add UUIDv7 generation (#10) (fe43086)
0.3.0 (2021-12-17)
Features
0.2.0 (2021-03-16)
Features
- strings: add UUID function to generate random RFC 4122 UUID v4 strings (825a3c1)
Bug Fixes
- strings: add missing benchmark for DNSLabel (a755fe9)
0.1.1 (2021-01-20)
0.1.0 (2021-01-20)
Features
- rands: initial implementation (597fe53)