Skip to content

Rapid 1.3.0

Choose a tag to compare

@mba6comma1 mba6comma1 released this 27 Aug 21:12
· 111 commits to stable since this release

Release Notes

  • General documentation improvements (fixing typos and whatnot).

Potentially Breaking Changes

  • repeat(_:) now starts iteration from 0 instead of 1, to more closely match the behavior of the standard library
    • Issues caused by this should be trivial to fix -- just add 1 to the loop index each time you use it
  • Removed @inlinable from everything -- it doesn't make life any easier

Full Changelog: v1.2.0...v1.3.0