Skip to content

Latest commit

 

History

History
194 lines (141 loc) · 10.6 KB

CHANGELOG.md

File metadata and controls

194 lines (141 loc) · 10.6 KB

2024-11-10

2024-07-26

2024-05-26

2024-04-22

2023-10-29

2023-09-30

2023-08-11

  • geobase version 0.5.0
    • ✨ Spherical geodesy functions (distance, bearing, destination point, etc.) for great circle and rhumb line paths.
  • geodata version 0.12.0
    • ✨ Better client-side support for OGC API Features (Part 1 and 2).

2023-03-19

  • ✨ New: Updated docs with class and flow diagrams:

##2022-12-02

2022-08-21

  • geobase (0.3.0), see changelog for details
    • ✨ New: Data structures for simple geometries, features and feature collections.
    • ✨ New: Support for Well-known binary (WKB). Text and binary data formats, encodings and content interfaces also redesigned.
  • geodata (0.10.0), see changelog for details
    • ✨ New: Updated with latest geobase version 0.3.0, and no longer with dependency on geocore.
  • geocore (0.10.0), see changelog for details

2022-08-21

  • geobase (0.3.0), see changelog for details
    • ✨ New: Data structures for simple geometries, features and feature collections.
    • ✨ New: Support for Well-known binary (WKB). Text and binary data formats, encodings and content interfaces also redesigned.
  • geodata (0.10.0), see changelog for details
    • ✨ New: Updated with latest geobase version 0.3.0, and no longer with dependency on geocore.
  • geocore (0.10.0), see changelog for details

2022-06-18

  • geobase (0.2.0), see changelog for details
    • ✨ New: Tiling schemes and tile matrix sets (web mercator, global geodetic). Also other improvements on coordinates, and refactorings on the code structure.
  • geocore (0.9.0), see changelog for details
  • geodata (0.9.0), see changelog for details

2022-03-09

2022-02-06

  • A new package geobase with code originating and generalized from geocore:
    • The pre-release version 0.1.0-a.0 of the upcoming BETA-release 0.1.0
    • geobase
  • Also the pre-release version 0.8.0-a.9 of the upcoming BETA-release 0.8.0 for:

2022-01-09

  • The pre-release version 0.8.0-a.7 of the upcoming BETA-release 0.8.0

2021-12-04

  • The first pre-release of the upcoming 0.8.0 version of geocore
    • breaking changes with Feature classes, removed dependency to the attributes package
    • also the preview of coordinate transformation abstractions and other enhancements

2021-10-31

2021-10-09

2021-08-10

2021-05-22

  • geocore with new BETA version 0.6.2 (updated documentation)

2021-05-16

  • geocore with new BETA version 0.6.1
    • initial support for Well-known text representation of geometry or WKT
    • Also easier to use factories for points, line strings, polygons, etc.
      • Make geometries from arrays of num values.
      • Parse geometries from text with default implementation based on WKT.

2021-04-25

2021-03-03

  • BETA version 0.5.0 with stable sound null-safety on all packages requiring the stable Dart 2.12

2021-02-28

  • the first BETA version 0.5.0
  • preparing to stabilize null-safety features as described by the official blog:
  • datatools totally refactored
    • Fetch API abstraction (content, control data, exceptions, fetch interface).
    • Fetch API binding to HTTP and HTTPS resources (using http).
    • Fetch API binding to file resources (based on dart:io).
  • geodata also refactored, now with data source implementations:
  • other cleanup on other packages too

2021-01-10

  • latest alpha version 0.4.1
  • Point classes in geocore refactored to have num getters

2021-01-03

2020-11-29

  • initial alpha version 0.1.0
  • designed to Dart null-safety from start
  • the first version with following packages