All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
- Removed dependency to
aws-sdk-go
- Bumped to latest versions
SwapCase
randomly swaps the case of the alphabetic characters in a string. It is useful to test case-insensitive functions.
- Uses the new
math/rand/v2
that is concurrent-safe.
- The type
Option
with its methodWithConcurrentSafe
.
RandomEmail
generates a random email address.
- A raced condition with
RandomFileWithDir
when using With.RandomSafe() is fixed.
ErrReader
is now removed. UseFaultyReader
instead.
FaultyReader
is now compliant withio.ReadSeekCloser
interface.
The initial released version