Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

v0.3.0

Choose a tag to compare

@philvarner philvarner released this 09 Dec 16:28
· 22 commits to main since this release
b33ba82

[0.3.0] - 2024-12-6

Added

none

Changed

  • OrderStatusCode and ProviderRole are now StrEnum instead of (str, Enum)
  • All types using Result[A, Exception] have been replace with the equivalent type ResultE[A]
  • Order and OrderCollection extend _GeoJsonBase instead of Feature and FeatureCollection, to allow for tighter constraints on fields

Deprecated

none

Removed

none

Fixed

none

Security

none