Skip to content

v2.4.0

Compare
Choose a tag to compare
@azarovalex azarovalex released this 12 Apr 10:36
· 48 commits to main since this release
569e0f0

Changes since v2.3.0:

  • Foreign members in GeoJSON are no longer encoded or decoded by default for performance reasons. To enable encoding or decoding of foreign members, set the CodingUserInfoKey.includesForeignMembers option to true in JSONEncoder.userInfo or JSONDecoder.userInfo, respectively. (#187)

Documentation is available online or within Xcode.