Skip to content

Rapid 2.0.0

Choose a tag to compare

@mba6comma1 mba6comma1 released this 28 Aug 17:34
· 104 commits to stable since this release

Release Notes

  • isBetween(_:) now accepts a RangeExpression instead of only a ClosedRange
  • Replaced the ?! operator's ErrorType with some Error
  • The ++, --, &++, and &-- operators have been marked as unavailable. They will be removed entirely in Rapid 3.
  • Added minutes(_:), hours(_:), days(_:), and weeks(_:) static methods to Duration
    • Each method has two overloads: one taking some BinaryInteger, and one taking a Double

Full Changelog: v1.3.0...v2.0.0