Skip to content

v3.0.0

Compare
Choose a tag to compare
@OdNairy OdNairy released this 27 Aug 12:50
· 14 commits to main since this release
1997fb3

What's Changed

Breaking changes

  • Remove public RawRepresentable conformances by @OdNairy in #219

The 3.0 version removes the public conformance of RawRepresentable for Array and Dictionary system types. If you were relying on the init(rawValue:) function or rawValue property, you can use the substitution instead:

  • init(rawValue:) -> init(turfRawValue:)
  • rawValue -> turfRawValue

Other changes

Full Changelog: v2.8.0...v3.0.0

Documentation is available online or within Xcode.