-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from ohbarye/docs
Documentation 📖
- Loading branch information
Showing
26 changed files
with
684 additions
and
199 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
## [Unreleased] | ||
|
||
## [0.1.0] - 2024-04-13 | ||
|
||
- Implement basic primitive arbitraries | ||
- Implement composite arbitraries | ||
- Support shrinking | ||
- Support multiple concurrency methods | ||
- Ractor | ||
- Process | ||
- Thread | ||
- None (Run tests sequentially) | ||
- Documentation | ||
- Add better examples | ||
- Arbitrary usage | ||
- Configuration | ||
|
||
## [0.0.1] - 2024-01-27 | ||
|
||
- Initial release | ||
- Initial release (Proof of concept) |
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.