Releases: pointfreeco/swift-gen
Releases · pointfreeco/swift-gen
0.5.0
What's Changed
- Added: Sendable support (thanks @seanmrich, #30).
- Infrastrucfture: Add
.editorconfigfor consistent code formatting (thanks @Matejkob, #27).
New Contributors
- @Matejkob made their first contribution in #27
- @seanmrich made their first contribution in #30
Full Changelog: 0.4.0...0.5.0
0.4.0
- Added: public APIs for
Xoshirogenerator (thanks @broomburgo). - Changed: the package name has changed from
Gentoswift-genfor better SPM compatibility.
0.3.0
- Added: an implementation of the xoshiro256** PRNG for seedable randomness.
- Changed: the package name has been renamed from
Gentoswift-gento match the community and other Point-Free projects. - Deprecated: the LCRNG is not stable across Swift versions and thus has been deprecated. It will be obsoleted and removed in future releases.
- Bug fixed: the
Float80generator is now properly scoped to architectures that support it.
Swift 5!
What's new?
- Swift 5 support
- A generator for the
Resulttype
iOS Fix
Functional Randomness
Introducing Gen, a library for composable, transformable, controllable randomness!