Skip to content

3.0.0

Compare
Choose a tag to compare
@Jeehut Jeehut released this 02 May 07:03

Addedge

  • New Withable protocol to init/copy objects and set properties in a convenient way on a single line.

Changed

  • Upgraded to Swift 5 & Xcode 10.2.

Removed

  • Remove ExpressibleByStringLiteral conformance of Regex type to only allow initialization via init(_:options:) throws interface.