Skip to content

Releases: robb/AtRandom

0.0.3: Read Fix

Choose a tag to compare

@robb robb released this 11 Mar 08:44
  • Fixes an issue where reading $foo.seed outside of View.body threw a warning. Instead, nil is used to refer to the default seed.

0.0.2: Legacy OS support

Choose a tag to compare

@robb robb released this 09 Mar 10:53
  • Moved seed pinning to a dedicated property, $randomValue.seed = 123 instead of the old $randomValue = 123.
  • Lowered deployment target to iOS 14 and aligned releases.
  • Added overload that can generate a collection of values at once.
    @Random(in: -5 ... 5, count: 10) var numbers: [Int]

0.0.1: Surprise & Delight

Choose a tag to compare

@robb robb released this 08 Mar 12:24

Initial release.