-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f570cce
commit 28995a1
Showing
8 changed files
with
138 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# changelog | ||
## [0.7.0] - 2024-11-23 | ||
### Added | ||
- `SwapCase` randomly swaps the case of the alphabetic characters in a string. It is useful to test case-insensitive functions. | ||
## [0.6.0] - 2024-07-11 | ||
### Changed | ||
- Uses the new `math/rand/v2` that is concurrent-safe. | ||
### Removed | ||
- The type `Option` with its method `WithConcurrentSafe`. | ||
## [0.5.5] - 2023-08-24 | ||
### Added | ||
- `RandomEmail` generates a random email address. | ||
### Fixed | ||
- A raced condition with `RandomFileWithDir` when using With.RandomSafe() is fixed. | ||
## [0.5.4] - 2023-08-03 | ||
### Removed | ||
- `ErrReader` is now removed. Use `FaultyReader` instead. | ||
## [0.5.3] - 2023-01-23 | ||
### Changed | ||
- `FaultyReader` is now compliant with `io.ReadSeekCloser` interface. | ||
## [0.5.2] - 2022-09-8 | ||
The initial released version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// v0.1.0 | ||
// Author: DIEHL E. | ||
// (©) Sony Pictures Entertainment, Apr 2022 | ||
// © Jul 2024 | ||
|
||
package test | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.