Skip to content

Releases: maparoni/GeoJSONKit

0.4.5

15 Oct 00:05

Choose a tag to compare

  • Add new GeoJSON constructors that can provide bounding boxes
  • Add documentation for BoundingBox constructors

0.4.4

15 Oct 00:04

Choose a tag to compare

  • Turned let type: GeoJSONType into var type: GeoJSONType
  • Made GeoJSONType conform to CaseIterable

0.4.3

15 Oct 00:03
7ab2232

Choose a tag to compare

  • Add Codable support for geometry collections (#6)
  • Make pruning optional as a speed-up (default to enabled) (#7)

0.4.2

20 Sep 23:58

Choose a tag to compare

  • Add GeoJSON.Direction type alias for completeness

0.4.1

20 Sep 23:57
e1a0dd2

Choose a tag to compare

  • Fix for encoding Decimal (#4)
  • Can now use geoJson.toData() without specifying serialisation options

0.4.0

20 Sep 23:56
ed46fda

Choose a tag to compare

  • Important fix for running on Linux, which didn't parse "additional fields" before. (#3)

0.3.2

05 Sep 12:54

Choose a tag to compare

  • Allow initialising GeoJSON from a dictionary