Skip to content

Releases: guykogus/CodableGeoJSON

4.0.0

Choose a tag to compare

@guykogus guykogus released this 06 Jul 09:55

Mark all types as Sendable
Remove Carthage and CocoaPods support

3.0.0

Choose a tag to compare

@guykogus guykogus released this 13 Oct 06:17

Update project for Xcode 15 and Swift 5.8 with upcoming Swift 6 features support.
Dropped support for Carthage.

Full Changelog: 2.0.0...3.0.0

First version

Choose a tag to compare

@guykogus guykogus released this 28 Dec 23:41

This initial release includes all the features necessary for handling Codable GeoJSON objects in Swift.

  • Templated features and feature collections with specific geometry types for easily handling expected data structures.
  • Loading dynamic GeoJSON data, with all the geometry information stored in inspectable enums.