Skip to content

Releases: pointfreeco/swift-gen

0.5.0

Choose a tag to compare

@stephencelis stephencelis released this 04 Aug 17:58
f2e186a

What's Changed

  • Added: Sendable support (thanks @seanmrich, #30).
  • Infrastrucfture: Add .editorconfig for consistent code formatting (thanks @Matejkob, #27).

New Contributors

Full Changelog: 0.4.0...0.5.0

0.4.0

Choose a tag to compare

@stephencelis stephencelis released this 06 May 20:06
5bd20fb
  • Added: public APIs for Xoshiro generator (thanks @broomburgo).
  • Changed: the package name has changed from Gen to swift-gen for better SPM compatibility.

0.3.0

Choose a tag to compare

@stephencelis stephencelis released this 29 Aug 22:43
fa11f64
  • Added: an implementation of the xoshiro256** PRNG for seedable randomness.
  • Changed: the package name has been renamed from Gen to swift-gen to 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 Float80 generator is now properly scoped to architectures that support it.

Swift 5!

Choose a tag to compare

@stephencelis stephencelis released this 26 Mar 17:50
b5e9f01

What's new?

  • Swift 5 support
  • A generator for the Result type

iOS Fix

Choose a tag to compare

@mbrandonw mbrandonw released this 20 Mar 16:40
9507a7a

Gen now correctly builds for iOS. #6

Functional Randomness

Choose a tag to compare

@stephencelis stephencelis released this 18 Mar 17:22

Introducing Gen, a library for composable, transformable, controllable randomness!