8000 Releases · robb/AtRandom · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: robb/AtRandom

0.0.3: Read Fix

11 Mar 08:44
Compare
Choose a tag to compare
  • 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

09 Mar 10:53
Compare
Choose a tag to compare
  • 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

08 Mar 12:24
Compare
Choose a tag to compare

Initial release.

0