v3.0.0
What's Changed
Breaking changes
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
- Fix github file prefix by @OdNairy in #216
- Update readme, add podspec lint by @persidskiy in #215
- Add convenience accessors to enum values by @persidskiy in #220
Full Changelog: v2.8.0...v3.0.0
Documentation is available online or within Xcode.