Skip to content

Releases: guykogus/CodableGeoJSON

3.0.0

13 Oct 06:17
Compare
Choose a tag to compare

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

28 Dec 23:41
Compare
Choose a tag to compare

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.