Rapid 2.0.0
Release Notes
isBetween(_:)now accepts aRangeExpressioninstead of only aClosedRange- Replaced the
?!operator'sErrorTypewithsome Error - The
++,--,&++, and&--operators have been marked as unavailable. They will be removed entirely in Rapid 3. - Added
minutes(_:),hours(_:),days(_:), andweeks(_:)static methods toDuration- Each method has two overloads: one taking
some BinaryInteger, and one taking aDouble
- Each method has two overloads: one taking
Full Changelog: v1.3.0...v2.0.0